Posts

Social Network Extensions in Joomla? - Joomla! Forum - community, help and support

i'm sorry off guys need social network extensions available joomla ? ---------- manual signature removed xmonster wrote: i'm sorry off guys need social network extensions available joomla ? yes there are. have seen them built joomla templates working boss. search social media on jed link. http://extensions.joomla.org/ Board index Joomla! 3.x - Ask Support Questions Here Extensions for Joomla! 3.x

ValueList function error after migrating CF8 to CF10

hi all, we migrating our reports cf8 cf10. (uninstalled existing cf8 , installed cf10) in 32bit os.   after upgradation of cf10, tried open our report, got below error. ----------------------error --------------------------   the valuelist() function has invalid parameter: ds_odbc_list.entry.parameter 1 of function valuelist ds_odbc_list.entry must pointing valid query name. ------------------error----------------------- -------------original code ----------------------------------- <cfregistry     action=getall     name="ds_odbc_list"     type="any"     branch="hkey_local_machine\software\odbc\odbc.ini"> <cfset dsnnames = valuelist(ds_odbc_list.entry)> -----------------------------original code--------------------------   then tried dump / print ds_odbc_list using cfoutput/cfdump got error like:   variable ds_odbc_list undefined   in cf administrator tag cfregistry in enabled tags list. ...

Thread: Ubuntu 10.04 thinkpad r52 keyboard

Image
i have installed, ubuntu 10.04 lts on old thinkpad r52 laptop. cannot find proper keyboard layout use laptop. @ keyboard preferences, can find other layouts ibm none corresponding 1 of model. keyboard has greek characters , have attached image of it. suggestion helpfull me... thank you. attached images r52_keyb.jpg (158.5 kb, 5 views) ...anyone thinkpad r52? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Ubuntu 10.04 thinkpad r52 keyboard Ubuntu

Installing 3.4.1 not working correctly not submiting - Joomla! Forum - community, help and support

the page of installer not example image looks of css not working have text there should 3 tabs @ top , not laid out same , clicking next link not @ cannot go through installation process. any suggestions? downloaded direct joomla website full version, uploaded host have installed , running versions of joomla 3.3.6. on same hosting know capable of running joomla. thanks just installed 3.3.6 , updated within admin area instead worked fine, future should @ installer problem , figure out why wouldn't let me install. Board index Joomla! 3.x - Ask Support Questions Here Installation Joomla! 3.x

Copy part of a symbol into a new page

hello all-   i'm trying break down rather large symbol.  if highlight second half of symbol , copy new symbol on new page, becomes garbled point impossible use it. i tried using duplicate don't know did other looked copied elements existing symbol?   so, 1. duplicate , when better copy/paste? 2. how can copy piece of existing symbol create new symbol?   btw - idea of copying existing symbol , removing part don't want, although sounds best way it, not work whenever copy symbol, or try load new page, becomes garbled before (this discussion, " symbol corrupting on save? ").   james More discussions in Edge Animate CC adobe

strange symbol behavior

Image
i have symbol animation of scissors cutting straw. works in symbol made of 4 png transparent files. i have autoplay set false. label 'start' @ beginning of symbol timeline. when on stage, next button goes label on main timeline following code inserted: sym.getsymbol("cutani").play('start'); well, strangely, straw action plays (the 1 straw becomes 2 pieces) while scissors action (the movement of blade) not. any idea problem be? your code looks right based on information stated...and scissors , straw graphics in same symbol?   if check autoplay, symbol play correctly? More discussions in Edge Animate CC adobe

Submit login form using Ajax - Joomla! Forum - community, help and support

Image
i need submit form below (components/com_users/views/login/tmpl/default_login.php. ) using ajax. (i'm new ajax , php, javascript area). code: select all    <form action="<?php echo jroute::_('index.php?option=com_users&task=user.login'); ?>" method="post">       <fieldset>          <?php foreach ($this->form->getfieldset('credentials') $field): ?>             <?php if (!$field->hidden): ?>                <div class="login-fields"><?php echo $field->label; ?>                <?php echo $field->input; ?></div>             <?php endif; ?>          <?php endforeach; ?>             ...