Posts

Thread: QUICK FIX: widget layer + focus problems in compiz

i used have problems using widget layer cause me lose keyboard focus on working application, or make couldn't click focus. noticed there number of unanswered threads on subject, struggled couple hours , found fix works me: in window rules plugin in ccsm, add of widgets "no focus". works me. reason didn't work on ccsm window changed in until restarted ccsm, weird, have not had widget/focus problems since! hope helps someone! false alarm - after 15 minutes of experimentation, found did not work perfectly. widgets not take keyboard focus current window, pass keyboard focus window need turn them off. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] QUICK FIX: widget layer + focus problems in compiz Ubuntu

Footer Links Question - Joomla! Forum - community, help and support

hi joomla people. know of way change default links appear in footer section? i'd swap out default links links of own. links i'm referring joomla!, features, news, , community links. i've checked of .ini files, various includes, several different modules, , html template in template manager , can't find way change footer links. thanks. robert d. hughes chicago, illinois i figured out. these "footer" links in top menu. went top menu manager, unpublished default menu items, , created new menu items using aliases existing menu items. take look, if you're interested. created links home, site map, , contact info @ bottom of each page. http://www.theorniphile.info/joomla/ robert d. hughes chicago, illinois Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: Installing Google Chrome in Ubuntu 10.04 LTS

sorry if in wrong thread... downloaded google chrome linux off of website, , tried install it. package manager gave me error: "wrong architecture 'i386'" used terminal , tried bypass error doing this: code: sudo dpkg -i --force-architecture /home/chris/downloads/google-chrome-stable_current_i386.deb it worked, , google chrome appeared installed. whenever click shortcut, nothing happens. won't open. did wrong? -chris try this: code: sudo apt-get install chromium-browser it's same google chrome. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] Installing Google Chrome in Ubuntu 10.04 LTS Ubuntu

Can't find newlines in a textArea using a regular expression search

for reason, when regular expression search , replace newline (\n) in textarea (flex 3.5), not find newline.  however, works fine on regular string.  have idea why?  below code:   var textarea1:textarea = new textarea;                 var pattern:regexp = /\n/;                 textarea1.text = "\n hello world" trace(textarea1.text); textarea1.text.replace(pattern,"ddd"); trace(textarea1.text);   also tried same textarea1.text.replace("\n", "ddd") , same thing. okay, post year old, love know same thing... how can determine line breaks / newlines in textarea string?   if have text document line breaks, line breaks represented okay when paste text textarea... , show when trace(textarea.text) -- newlines correctly break line , return new line.   but see no line break / newline codes anywhere.  how can d...

mod random image showing up on page not selected - Joomla! Forum - community, help and support

hello- i'm using mod random image. keeps showing on page don't want to. when go module manager, page not selected in menu assignment. have other pages don't have selected , not show on them. difference page in different main menu. when select menu assignment "none" doesn't show (but doesn't show on page want). i've deleted module , created new 1 , same thing. also, have image rotation selected pages. if select page i'm having trouble different photo rotation, nothing happens. it's stuck being linked first image rotation. i have cleared cache , reset browsers , have tried in different browsers. i'm using joomla 1.5.14 any ideas great! thanks! Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Forum enabled/installed - but where is it...? - Joomla! Forum - community, help and support

okay - idiotic question, i'm sure, here goes: downloaded kunena (which, understand, has pretty replaced fireboard due security issues). appeared install okay i've messed joomla few times , year ago.... can navigate kunena configuration page via joomla's back-end in heck forum, in terms of url? need enable else....? mean, reside on web? the crazy thing i've done before (well, fireboard.....i cannot recall steps). installed joomla home page , i've dedicated myself learning thoroughly (going use time) - hope - won't such basic questions on regular basis... thanks, guy merritt flint, mi you need create menu item in menu manager kunena forum in order appear in front end. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Using my component class methods in my module ? - Joomla! Forum - community, help and support

hi, i'd use methods of component class in module how ? i saw similar post on forum it's not clear me. http://forum.joomla.org/viewtopic.php?f=47&t=343088 should import class in helper.php of module use it as: code: select all myclass::mymethod(); ? an other thing how use import methods (jimport, import) ? my component file wich contain class need located here: administrator/components/com_mycomponent/controllers/myfile.php how can import class location jimport or import ? thanks help. why don't use require_once? code: select all require_once(jpath_administrator . ds . 'components' . ds  . 'com_mycomponent' . ds . 'controllers' . ds . 'myfile.php'); olaf Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information Archived Boards - All boards closed Joomla! 1.5 Coding