Posts

Issue with "Mail Link to Friend" when using Mozilla - Joomla! Forum - community, help and support

hi peoples... joomla newbie here having weird problem. when use form comes under email link friend function @ top of articles, unless form contents have been cleared mozillas private data cache "email can't sent" error message. it seems mozilla specific issue.... ie 7 doesn't store form contents in sort of cache. wierder... in mozilla, if use dropdown form contents (you know... little drop downs come form content history) won't work, if type exact same contents in form boxes, send... anyone have ideas? is there plugin or module or stop form contents being stored in mozilla? other solutions come mind. hope can folks. owen p edit: looks easiest thing remove "email link friend" function completely. i've searched how that, can't find help. i'm using joomla 1.5. can tell me how remove email link articles? might @ removing print , pdf icons well... clues? edit 2: solved removing icons... don't know why under menus anyway. also... has else had p...

Module Class Suffix - Joomla! Forum - community, help and support

i have been trying use custom styling individual modules , have idea, possibly use module class suffix option, (considering each module has option) , create custom stylesheet individual modules. problem is, work, , how link module stylesheet? what's syntax/rules? hope have taken care of this. can use ja purity example see how module class suffix works , how css written. menu modules in ja purity has module class suffix _menu. template has other module class suffix designed such _black, _red, _blue , _green. can use these module class suffix change color of modules. Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Thread: how to allow GNOME use external attached monitor as default display?

hi, using ati hd3200 graphics card, , running ubuntu 10.04 lucid on laptop. have vga port can attach external lcd monitor laptop. using fglrx driver. question how should configure xorg.conf file when attached external monitor, gnome menu bar (applications, places , system, etc) put on external monitor instead of laptop lcd monitor. have checked varies web resource saying can drag , drop gnome menu bar new screen, never worked. suggested add new bar screen , gnome remember it, can't find option that. option here? found solution, alt+drag work!!! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] how to allow GNOME use external attached monitor as default display? Ubuntu

Thread: Banshee won't close - keeps popping back

hello, everyone. seem having problem banshee. when boot up, automatically starts up, seems innocent enough. however, opened exaile (because banshee had problem of not recognizing spaces in of songs' filenames, replacing them '%20'), , closed banshee notifications icon. closed, 3-5 seconds later window pops again. used ctrl+q quit, still came after few seconds. i've tried opening terminal , typing "killall banshee-1", still, banshee keeps coming back. though restart , not open exaile, banshee still keeps coming when try kill it. i'm wondering if banshee doesn't want let go , have me replace exaile. solutions , suggestions appreciated. hi, having same problem here, without using exaile. if run banshee, cannot kill anymore. comes couple of seconds after being closed. hints? Forum The Ubuntu Forum Community Ubuntu Officia...

Passworded areas - Joomla! Forum - community, help and support

i'm looking component allow me create categories or items password protected , registered users contain right password can enter. here have. i have clients make instructional videos , want them able access them on site without having download using allvid plugin view. want them have access categories or page using password give them. thought of directory system, phoca documentation don't know if has password protection , it's 1.5, need 1.0. is there faq system allows or vid gallery 1.0 allows this? or have suggestion? have jdownlaods installed, doesn't support password, , don't want use downlaod system since don't need them downlaod need them view. any ideas? in advance. if can use component allows linking externally hosted file remos<?> can put in separate password protected folder. or link in article if going that Board index Joomla! Older Version Support Joomla! 1.0 Extensions - ...

Thread: installation of tar.gz and tar.bz2 files

Image
hiya... let me explain problem... accidentally removed network manager (gnome) system (via synaptic) , hence have not been able have access internet reinstall packages. have experimented many commands (with others) in terminal little success. did downloaded 'networkmanager-0.8.0.999.tar.gz' file , 'networkmanager-0.8.1.tar.bz2' file (from different comp) , have placed them onto desktop. have read install instructions within , tad complex me new linux. understand have extract files , compile them new folder (i think choose file in /home directory)- how go doing this? following this, need './configure' or 'make' or 'make install' files - ... basically, need here. if seem little bit of novice ****- apologize true! appreciation round reading , helping!!! problem if had not installed "build essentials" synaptic can't compile , build work, that's load ...

Warning: mysql_fetch_assoc(): 4 is not a valid MySQL result resource

hi,   i coding manually in php time have tried code dreamvaver. , getting warning plus 1 record displaying. here code:     <?php require_once('connections/connection.php'); ?> <?php $maxrows_storeresults = 10; $pagenum_storeresults = 0; if (isset($_get['pagenum_storeresults'])) {   $pagenum_storeresults = $_get['pagenum_storeresults']; } $startrow_storeresults = $pagenum_storeresults * $maxrows_storeresults;   mysql_select_db($database_connection, $connection); $query_storeresults = "select str_id, str_name, sale_begin, sale_end store"; $query_limit_storeresults = sprintf("%s limit %d, %d", $query_storeresults, $startrow_storeresults, $maxrows_storeresults); $storeresults = mysql_query($query_limit_storeresults, $connection) or die(mysql_error()); $row_storeresults = mysql_fetch_assoc($storeresults);   if (isset($_get['totalrows_storeresults'])) {   $totalrows_storeresults = $_get['totalrows_storeresults']; } else {  ...