Posts

Removing link from identity plate

in web gallery module, want use identity plate @ top of page, don't want link anything, static.   right now, every time try use one, displays rollover, whether or not there in 'web or mail link' text box. when clicked goes non-existent page.   how de-activate id plate 'not' link or rollover?     thank you b2r More discussions in Lightroom Classic CC adobe

DDA* compliancy - Touch Up Reading Order Fixes?

i've noticed number of threads turo , macs , how if indesign structure correct, proper tagging (and correct exporting of file pdf),  reading order still wrong in acrobat , needs re-ordering.   if can make thes changes in acrobat that's fine, in automated system using indesign server , 3rd party pdf generator acrobat distiller settings, dda compliancy must built in @ stage. us, working on royal mail account, had find solutions, including getting ro right. read structure, in acrobat results tagging, unreliable. should add, using variable copy boxes brought in xml data, complicate things.   i love know of other solutions, 1 fix has worked me on our royal mail work this:   in indesign, reorder objects on page using send back, starting last object on page wish read, continuing until object want read first in acrobat sent last in indesign. result reading order correct in acrobat. obviously, object additions page means re-ordering whole page. changing copy doesn't affect th...

Modify the code generated by Joomla for the menu of my Chat - Joomla! Forum - community, help and support

here problem... i installed avchat3 future website... it works red5 wich same thing flash media server. essential use chat , webcam @ same time. but when click on menu "live chat", chat not loaded because of settings errors code. i asked developper, , seems error following : a part of code generate joomla : <param name="base" value="//home/www/leslaq.com/components/com_avchat3/" /> but path has relative showed below : <param name="base" value="../components/com_avchat3/" /> so how can modify part of code generate joomla menu chat ? thanks responses first of all, code not generated joomla, module/component. if want change output of module/component need change template file, can find: for modules: modules/{module_name}/tmpl/default.php for components: components/{component_name}/views/{view_name}/tmpl/default.php change file accordingly. Board index Joomla! Official Sites & Infrastructur...

Thread: How to remove dual monitor label?

i'm running ubuntu 10.04 dual monitors enabled. technically speaking, works fine. there 1 annoying aesthetic issue, though. there label in top left corner of each display identifies monitor (dell 18", example). label not disappear , on top. had move panel bottom of screen avoid label. how can remove/hide label? thanks! make sure monitor preferences dialog closed, , display identification popup should disappear. if dialog isn't open, , identifier still shows first bet graphics glitch causes identifier stick on screen. in case try setting monitors lke them, , rebooting, identifier shouldn't appear unless open monitor preferences dialog. (i couldn't find option allow force show always, not through gconf) Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] How to remove dual monito...

htaccess prob - Joomla! Forum - community, help and support

hi all i want protect images folder of joomla site, want site able use directory no body else because has private pictures of users , have. tried put htaccess file in directory : code: select all order deny,allow deny all allow 25.201.84.81 but if site can't load image on images folder or sub directories. in root of site tried again : code: select all <directory /images> order deny,allow deny all allow 25.201.84.81 </directory> also seem problem, if delete allow 25.201.84.81 images not shown @ on site. is there solution ? think you greetings: from http://www.javascriptkit.com/howto/htaccess5.shtml doing appears correct. is ip listed of server itself? where putting ".htaccess? do have called ".htaccess" (notice period in front of file name)? thank you. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Can't find the correct event handler

in following code, create 5 canvases each canvas behaves button. each canvas contains text field , each canvas draggable. want trigger event when user drags off side of canvas, instead triggered roll off text field. you'll see mean if click on text, drag off text on side. trigger trace.   it's important trigger event when drag off canvas, not text. there event handler thios me? thank you!   <?xml version="1.0" encoding="utf-8"?> <mx:application xmlns:mx=" http://www.adobe.com/2006/mxml " layout="absolute"   creationcomplete="init()">     <mx:script>         <![cdata[             import mx.controls.button;             import mx.controls.image;             import mx.controls.text;          ...

default.xml versus external source - Joomla! Forum - community, help and support

hi i know if possible information external source (web service call) fill option html object in default.xml layout display parameters in administrator menu options. for instance have line code: select all <param name="sous_categorie" type="sql" default="" label="select ligue" description="the ligue link to" query="select id value, sous_categorie sous_categories_publiques"/> i try addpath options. in wider range have tutorial bookmark avoid me reverse ingeneering on existing component build own default.xml ? regards, i have found 1 interesting link : http://forum.joomla.org/viewtopic.php?f=476&t=206062 Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.5 Coding