Posts

Showing posts from January, 2012

ตัว Read More แทรก\" ให้อัตโนมัติ - Joomla! Forum - community, help and support

Image
ตัว read more และ เวลา แทรกรูป เมื่อทำเสร็จ จะบันทึก ปรากฏว่า ตัว read more ก็กลายเป็นเส้นคั้นธรรมดา ส่วนรูปภาพก็หลายเป็นดูไม่ได้ พยายามหาวิธีแก้ทุกอย่างแล้วครับ ทั้งปิด magic_quotes_gpc ก็ turn "off" ไปแล้ว แต่ก็ยังไม่หาย ขอความช่วยเหลือด้วยครับ ขอบคุณมากครับ ใช้ joomla 2.5 ครับ ภาพก่อนบันทึก https://www.dropbox.com/s/1hvy74poj0suljh/joomla_1.jpg?dl=0 ภาพหลังบันทึก https://www.dropbox.com/s/n9om1925t3qdq8c/joomla_2.jpg?dl=0 ลองเปลี่ยน ไปใช้ https://www.joomlacontenteditor.net/dow ... /joomla-25 Board index Joomla! International Language Support International Zone Thai Forum

Thread: AMD RM74 (HP tx2 tablet)+Natty -> overheat!

hi all, i'm 1 of unfortunate owners of hp tx2 1050 tablet, running on amd rm74. tablet known overheating problems. able use on windows, i'm undervolting , underclocking (550/1100/2200 -> 550/1000/1800) using k10stat. it's pain, @ least isn't reaching 100c anymore (on cold boot, reaches 90c before can turn k10 on). on natty. i've configured cpufreqd not let cpu burn, it's working charm. however, on windows, while stuck on 550mhz, stays around 50c. right now, stuck on 550mhz, 65c. went on try undervolt/underclock... followed guide: http://linuxsolver.blogspot.com/2011...in-ubuntu.html install phc kernel (ppa, reboot, etc). however, when change phc_vids, nothing changes. so, last phc kernel supports rm74? there other option? afaik, processor running on 0.2v should... in advance.. ps: tried running unity on 550mhz pc? don't.... by way, pwmconfig isn't working either.... s...

Adobe Install with SSD Suggestions Needed

built new system on holidays win7 64 bit.  bought academic/student version of production premium suite, have 'trial' version installed until adobe approves credentials , sends me activation code.  system has ssd, want keep 'clean' os, , hard drive want store apps , data.   i changed registry make program files folder no longer point c:\ drive (the ssd) , hard drive, d:\.   apparently, not 'supported' change adobe, encountering configuration error 1.  looking through web, found these discussions: http://feedback.photoshop.com/photoshop_family/topics/photoshop_cs6_extende...   http://forums.adobe.com/message/4660774   those discussions little dated, i'm hoping people in forum have discovered better methods have adobe suite work when 'program files' folder has been changed c:\ drive.  here current thoughts:   1) adobe fixed issue update. i can't find evidence of this, don't think has been fixed.  hesitate add updates , keep running bug....

search external xml

hi, trying flash builder 4.6 with tutorials able manage connect , external xml via http: <s:httpservice id="srv" url=" http://85.1 ......   i created  detail view of items on list generated.   what cannot find how search database , show results of search. More discussions in Using Flash Builder adobe

Viewing multiple open images

Image
where in cs6 "button" simultaneously viewing multiple open images?  there 1 in cs5. those options under window>arrange in photoshop cs6.     More discussions in Photoshop General Discussion adobe

Fatal Error - Find Updates + Extension Web tab after upgrade - Joomla! Forum - community, help and support

hi there, after semi successful upgrade 2.5.24 - 3.3 ironing out few smaller errors, have found 2 errors give same result. resolve things myself, time struggling find has had similar problem same error. when try find extension updates , try install extension web tab receive following error: fatal error: class 'jhttptransportdefines' not found in /libraries/joomla/http/factory.php on line 90 have replaced factory file 1 new install, same error, anyone had similar? still not managed resolve this pd actually found 1 more error in system information unable view php information tab, blank error message notice: undefined offset: 0 in administrator/components/com_admin/models/sysinfo.php on line 174 replaced file new one, no difference pd update: second error has been solved, ignore one, still first left!! phpinfo in php.ini file disable_functions Board index Joomla! 3.x - Ask Support Questions Here Administration Joomla! 3.x ...

How to remove green screen CS4

gentlemen i not sure if @ right place or not, looks   photoshop cs4 windows 7 ultimate 6gb ram   what best way remove green screen  photo i have girl standing in front of green screen i didn't know how remove green screen, used "quick selection tool" but still see green colors through hair someone guide me please , how remove green screen picture   many , merry christmas. hello , merry christmas, you right, not simple  knock out chroma key in photoshop. see video martin evening how use quick selection tool , refine mask dialog. pay attention "decontaminate colors" part. not green screen specific, gives information on how go 1 background , minimize color contamination. http://www.youtube.com/watch?v=ssjrkbkhaa4   hope helps, cb   edit: sorry. re-read see  using cs4... i'm not sure "decontaminate colors" implemented in cs4 refine edge dialog. see if adobe tv cs3 tutorial russell brown more appropriate: http://tv.adobe.com/watch/the-russell-brown-s...

How to Create News Classified Site in Joomla 3.0 - Joomla! Forum - community, help and support

i using joomla since version joomla 1.5 being difficult me create news scrapper site in joomla 3.0. there not modules & components available joomla 2.5/3.0. mine query 1) how create news aggregator sites http://wopular.com , http://technoyouth.com 2) how create classified site in joomla free component. you can use free extensions build classified site - http://extensions.joomla.org/extensions ... d-ads/1096 Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Help: play a video 3 times and link to a website

i need 2 things: (1) how limit looping 3 plays , (2) how url code work when clicks on video, new window opens website.   my flash cs6 file set simply: have flvplayback on layer in timeline, instance name of "player" , on separate as3 layer, have following code in actions window:   //loop video limit 3 times player.source="mt.m4v"; import fl.video.*; function onflvcomplete(event:fl.video.videoevent):void {           player.play(); } player.addeventlistener(fl.video.videoevent.complete, onflvcomplete);   //when user clicks on video, they'll go website import flash.events.mouseevent; import flash.net.urlrequest;   var myurl:urlrequest = new urlrequest(" http://www.google.com/ "); function gotourl(event:mouseevent):void {           navigatetourl(myurl, "_blank"); } player.addeventlistener(mouseevent.click, gotourl); you'll need skin because that's clickable part of flvplayback com...

Thread: Can desktop element themes in XFCE be linked?

i changed xubuntu ubuntu. have number of themes used gnome , have been replacing metacity window themes xfwm4 ones. in ubuntu/gnome, x-gnome-metatheme section of gtk index.theme file can used automatically link theme metacity, icon, , cursor themes along desktop background can selected @ once. in xubuntu/xfce, have select theme icons on different tab , themes window manager, mouse, , desktop under separate categories in settings manager. there way link themes different desktop elements in xfce, or must choices made separately? appreciate knowledge can share. thanks. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [xubuntu] Can desktop element themes in XFCE be linked? Ubuntu

Tabbed Panel HELP

hi all,   hope keeping well.   i relatively new dreamweaver , needs assistants please.   i trying make tabbed menu same , below website   http://www.zest.co.uk/   any appreciated   mih have here http://www.webresourcesdepot.com/advanced-jquery-suckerfish-menu-superfish/ More discussions in Dreamweaver support forum adobe

Can I install my upgrade PSE11 at both home and work??

i have pse10 installed @ home , purchased latest pse11 , brand new desktop came pse10 pre-installed. can use license 1 too?? thx carole you cannot use license in pse10, yes can install pse11 on brand new desktop cd came pse11. enter serial number on there in order register it. allowed 2 activations of pse on purchase. pse10 , pse11 exist side side, 2 different applications. if don't want use pse10, uninstall it.   hope helps.. More discussions in Photoshop Elements adobe

ต้องการทราบ com_search สามารถค้นหาแบบโชว์รูปของบทความได้มั้ย - Joomla! Forum - community, help and support

ต้องการทราบ com_search สามารถค้นหาแบบโชว์รูปของบทความได้มั้ย ? เป็นแบบของ phoca gallery search plugin เหมือนในภาพเลยค่ะ ตอนนี้ใช้จูมล่า 3.2 อยุ่คะ ไม่ได้ครับผม ถ้าจะทำคงต้องไปแก้ code เอาครับ แต่ก็ยุ่งพอสมควรละ Board index Joomla! International Language Support International Zone Thai Forum

Is there a way to Keep "FORM STATE" OPEN permanently?

hello everyone, i curious if there is  way keep "form state" open permanently?       many thanks,   alex b it permanent unless edit form or manually close yourself.   randy More discussions in Archived Spaces adobe

Thread: Reccomended audio interfaces?

hello, i'm interested in getting audio interface, preferably 4x4 or so, decent price. gina3g looks great, i'm hoping little cheaper. pci or pcie 1x work me, usb more convenient if latency isn't badly affected (it's small form factor mini-atx system). works nicely alsa? doesn't need totally perfect baudline analysis, has bit less white noise , doesn't hum whenever move mouse nice. 48khz/24 nice... don't need 192. use softsynths , live processing. thanks! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Multimedia Software [other] Reccomended audio interfaces? Ubuntu

Created a form in LS but it will only open in most recent version of Acrobat Reader

i've tried opening pdf form created in livecycle full professional version of acrobat , saving optimized version error.... "this pdf document contains adobe xml form.  such files cannot optimized."   there has work around this.  can't send form client (who paid me create it) - if can't open up.  can't use clients if expected upgrade version of acrobat.   please help!! you can't optimize lc forms in acrobat. lc (xfa) forms xml files special wrapper displays them in acrobat/reader.   to far had open in acrobat sounds opened fine. More discussions in LiveCycle Designer adobe

Layer position resets when creating animations

i'm creating animated gif video clip (cinemagraph). in order acheive effect need, need move each layer move tool object stay in same position. have gone through layer layer , used move tool move contents of each layer. when play animation see layers in position put them in. stop playing animation contents of each layer snap original positions. have tried using lock tools (both lock position , lock all) don't make difference. can tell me why layer positions reset when creating animations , how stop?   thanks help.   eric position animate-able feature, if set position @ 1 frame (edit: in frame animation) affects frame. More discussions in Photoshop General Discussion adobe

page looks fine in Firefox, but not in Explorer

my site - http://www.indoorenvirosolutions.com    homepage includes slideshow in front of dark background rectangle. looks in mozilla firefox, slideshow , images appear hidden behind background rectangle when viewed internet explorer.  suspected hidden because appear briefly page loading, disappear. verified reducing opacity of background rectangle, allowed images visible. i've arranged layers (several times) in muse hidden images , slideshow supposed in front , background in back.  no luck. may have eliminate background rectangle.  wish didn't have because it. why problem explorer not firefox?  appreciated.  More discussions in Help with using Adobe Muse CC adobe

Thread: Gnome 3 looks weird

Image
just installed gnome 3 via ugr , top , bottom of screen wont render should, ideas anyone? this caused ati's drivers. gnome 3 not them. disable proprietary drivers , use open source ones. won't have video acceleration that's right sadly. didn't stick foot in mouth , don't have ati card here's hoping Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [SOLVED] Gnome 3 looks weird Ubuntu

? about using templates and adding some text please

hi all, looking in.... not sure if can answer this. trying learn flash on here , have watched tutorials , able create 1 , add text, have text animate hyperlink.   my question pre-made template animations. snow instance. when open (new folder) select  (templates/snow). time line has whole template sitting on 1 frame. while animation of template plays when previewing, correctly , solid minute. here rub' if want add text , use ( motion presets) , pop box tells me needs tweened , hit ok , text frames (for layer) shoot out 80 frames , (scripted snow template) stays @ #1 frame. hit preview , text want to, scripted snow template on frame #1 stays put , there no background or template going along text stretched out 80 frames.   i cannot find answer think should simple drag (snow template) out 80 frames match text frames copasetic , viola. not easy dragging out video in timeline.   anyone?   miserably stuck,   netcommercial click layers snow exists on , add fram...

cannot install language - Joomla! Forum - community, help and support

i'm new in joomla, , when used joomla 3.x , installed jsn poweradmin, [censored] came out can me ? i've deadline on ass right now. thanx error cannot install language file @ "/opt/lampp/htdocs/project/language" cannot install language file @ "/opt/lampp/htdocs/project/administrator/language" warning component install: custom install routine failure message error installing componen 1.please check components or language folder writeable? 2.please check tmp path right one? 3.please check disk space not overflow? 4.you installing installer right version? Board index Joomla! 3.x - Ask Support Questions Here Extensions for Joomla! 3.x

Need Help Creating simple Gradient Image Sequence

Image
new after effects program. trying create radial gradient can export jpg or png image sequence used mask run 3d animation in modo. can hand paint image sequence in modo, handpainting 450 frames make me lose mind. know there way set 1 black kew frame , 1 final frame of large circle , have ae interpolate inbetween , output each frame make image sequence.   tried searching , reading online couldn't find clear tutorial. appreciated.   the pic quick sketch show i'm after.   thx mark add gradient ramp (effect>generate>ramp) solid. set ramp radial , animate start , end point.   you can same thing using shape layer filled gradient. animate gradient.   this basic stuff. nubee? More discussions in After Effects adobe

PHPBB joomla - Joomla! Forum - community, help and support

Image
hi, can tell me how can have phpbb forum? have been using kunena want phpbb style suits better, dont mind if set forum.example.co or example.co/forum there's bridges etc or if there guide havent found online, ones ive found arent helpful thanks oh , im running latest joomla btw phpbb standalone app , not linked joomla. you more happy stay kunena. make better using css in template , possible overrides. http://docs.joomla.org/how_to_override_the_output_from_the_joomla!_core Board index Joomla! 3.x - Ask Support Questions Here Extensions for Joomla! 3.x

installing disks

i installed disk 3 of elements 10 on imac instructed. after "done", inserted disk 4, nothing happened. done? yes, are. other disks contain content , tutorials. refer this:   install premiere elements, photoshop elements   mylenium More discussions in Downloading, Installing, Setting Up adobe

Display tax inc Attribute price

hi there, have e-commerce site, attributes have different prices. see: http://www.eastsidestudios.com.au/eastside-studios-shop-saturday-classes   i want page display inc tax prices (it looks strange $63.64 instead of $70) the shopping cart/checkout ok, ie: calculate , include tax, "individual product - small" doesn't show inc tax , can't see anyway change in module template. if want achieve, it's best using product grouping, not attributes. More discussions in eCommerce adobe

CS6 - The [ and ] keys stop resizing the brush

i installed cs6.  have used photoshop years (cs5, cs3, cs, ...).   now under cs6 find periodically [ , ] keys not resize brush.  have restart photoshop them work again.   anyone else seen this?  bug or there can fix it?   thanks,   selby boilerplate-text: are photoshop , os updated , have performed usual trouble-shooting routines (trashing prefs keeping command-alt-shift/ctrl-alt-shift pressed while starting photoshop after making sure customized presets actions, patterns, brushes etc. have been saved , making note of preferences you’ve changed, 3rd party plug-ins deactivation, system maintenance, cleaning caches, font validation, etc.)? More discussions in Photoshop General Discussion adobe

Custom Vertical Menu Issue sitting inside a seperate div. - Joomla! Forum - community, help and support

hi all, i having issue joomla site im setting , ive got navagation menu items listed way menu ive developed in plan css , html links themselfs sitting side div when try intergrate joomla main menu template can have 1 menu class suffix? so there way around it? you can see when go here http://williamb-c.com/btp2014/newjoomla/ , html css template http://williamb-c.com/btp2014/ what doing wrong? can fix issue? thanks,william are using menu module? Board index Joomla! Older Version Support Joomla! 2.5 Templates for Joomla! 2.5

Thread: Cron, Do you use it?

from wikipedia: "cron time-based job scheduler in unix-like computer operating systems." im curious, uses cron? i'v heard mentioned in few threads. if use it, for? how long linux user? know does, dunno why 1 need use it.. {edit... im not supposed posting here.....} yes, occasionally. have set user cron-tab play wave files every half hour 6 in morning 10 pm @ night. files artificial voice "announcing" time customised messages @ times. pretty trivial use of cron, used multitude of system operations, running various scripting automatically etc. can bit experimental getting commands working in it, when work out syntax , timing etc, realize how usefull is. linux user on , off (occasional testing) 8-9 years, onto linux 4 years (mostly ubuntu-now getting onto debian more often). Forum The Ubuntu Forum Community Ubuntu Community Discussions ...

Undefined offset: 0 in on line : - Joomla! Forum - community, help and support

i have working joomla 2.5.14 site in webhotel. i downloaded database , code local workstation experiments do. in front page there modules mod_bowslideshow , mod_news_pro_gk4 show data. now in workstation version in front page error message above slideshow. @ first 4 having number 0 (undefined offset: 0 in on line : ), 4 having number 1 (undefined offset: 1 in on line : ), error messages continue numbers 2, 3, 4, 5, 6. other pages work well. it hard tell information provide. educated guess webhotel uses php 5.2/5.3 , local workstation uses php 5.4 or better. php 5.4 more strict , can cause kind of messages when joomla! extensions not coded. now, should distinguish between 'error messages' , 'warning messages'. former cause site break, whereas latter not. can ignore warning messages , set joomla! reporting higher level, warning messages should disappear. Board index Joomla! Older Version Support Joomla! 2.5 ...

Thread: update confusion

hi have 2 main problems here. run xp home on 2 pc's , have installed ubuntu 10.04 on both disc updates applied on time. more updates applied pc no2 choice of boot...but on pc no1 on boot up.... ubuntu or xp home , pc boots xp unless choose ubuntu. havn't used ubuntu on pc ages , have loads of updates ubuntu wont boot when choose ubuntu? reboots instead when select ubuntu. why wont load , do without causing problems installed xp , data? on pc no2 different problem boot choice of loads of updated ubuntu generic , recovery. latest ...ubuntu linux 2.6.32.33 generic think there 6 or more other choices , mem check xp home pc boots latest ubunu unless choose otherwise. why 1 different , how correct long list of possible boots without damaging windows xp or loosing data? advice of thanks rep hi have 2 main problems here. run xp home on 2 pc's , have installed ubuntu 10.04 on both disc update...

Outdated info - Joomla! Forum - community, help and support

Image
this mentioned pdf linked on joomla homepage , several issues not valid longer suggest remove article further publishing or ask original author update it: http://help.joomla.org/ghop/feb2008/tas ... 20v1.2.pdf (no more polls/codemirror missing mention few) leo Board index Joomla! Official Sites & Infrastructure Sites & Infrastructure - Feedback/Information

Video Preview | Photoshop for Video | Adobe TV

in photoshop video podcast, richard harrington looks @ ability export video preview directly out of photoshop directly monitor supporting sd input. http://adobe.ly/zdkvwp my version of photoshop ( 13.0.1 x 64) doesn't have option listed in file/export menu. missing something? More discussions in Adobe TV adobe

Thread: Ubuntu installation hung causing Grub Error 17

i attempting install latest ubuntu desktop. replacing old version exists next vista on partitioned drive. after having updated grub give me option of booting cd, managed installation started. installation hung @ language selection screen (it appears common problem) switched pc off in desperation can't grub hangs error 17. it's no use inserting installation cd can choose boot from grub... feels bad. welcome prevent me throwing pc in bin. i've never heard of booting cd drive using grub. curious. presumably cannot boot usb drive either. can remove hard disk , put in computer temporarily in order reinstall grub? or conversely, add hard disk computer has working grub/ubuntu on it? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Ubuntu installation hung causing Grub Error 17 Ubuntu

I am having trouble downloading creative suite, I purchased a student version Is my college email ok

is college email verification enough verifiy education discount? how do this? adobe - student edition order fulfillment   education faq   mylenium More discussions in Downloading, Installing, Setting Up adobe

Error-Failed to install extensions due to ownership - Joomla! Forum - community, help and support

hi everyone, i have tried install joomla on live server. joomla web installer failed remove installation folder due ownership problem, solved after have changed directory permission correctly. more details, please review on topic . however, have more problem during installing joomla! extensions believe due ownership problem. can't directory/files permission goes wrong error message "jfolder::create: not create directory" , "failed create target folder" . can answered followings: my server running php apache module, not have tool such suphp installed on server, expected after have unpacked joomla installer zip via cpanel, owner of files should appear 99:99, nobody:nobody, or apache . when browse through ftp, files owned username used login cpanel, same ftp username. have missed out? if success install extension using admin panel, owner of extension related directories/files set 99:99. why extension files not own ftp user joomla application's(files , directori...

Thread: Atheros AR5001X disabled in 10.10

Image
my old winbook laptop had wifi connection under ubuntu 9.10 shows 'disabled' under ubuntu 10.04 , 10.10. @ least under 10.10 came working video (had mess grub on 10.04 before video work). have onboard wi-fi card has never worked linux far know atheros pcmcia card worked solid under karmic (9.10). here diag. info. sudo lshw -c network *-network:0 disabled description: wireless interface product: pro/wireless 2200bg [calexico2] network connection vendor: intel corporation physical id: 1 bus info: pci@0000:01:01.0 logical name: eth1 version: 05 serial: 00:0e:35:7b:9e:c2 width: 32 bits clock: 33mhz capabilities: pm bus_master cap_list ethernet physical wireless configuration: broadcast=yes driver=ipw2200 driverversion=1.2.2kmprq firmware=abg:9.0.5.27 (dec 12 2007) latency=64 link=no maxlatency=24 mingnt=3 multicast=yes wireless=ieee 802.11bg resource...

Lightbox not working quite right

i updating our portfolio page on our website.  looks fine in design mode, when switch preview, or put live, things shift. there < > right , left allow scroll through portfolio pieces , x (to close) , write should both top right of image.  however, on of pieces arrows change xs , appear write on top left hand side.  here link test site , if need files figure out issueis, please let me know.   http://bobby.kinezo.com/razor-creative-solutions-portfolio.html   brandi this bug reported month ago.   http://forums.adobe.com/message/4670943#4670943 More discussions in Help with using Adobe Muse CC adobe

trouble installing photoshop elements 10 on macbook

i being asked close program called:  dynamiclinkmanager before can proceed.  far can tell there no program name on macbook running or otherwise.  here error receiving.   exit code: 24 -------------------------------------- summary -------------------------------------- - 0 fatal error(s), 1 error(s), 0 warning(s)     error: dw046: following conflicting processes running - block:dynamiclinkmanager please try closing process in activity monitor. More discussions in Downloading, Installing, Setting Up adobe

Newsletter to send article in email to user group - Joomla! Forum - community, help and support

hi all... i'm hoping can me! i'm setting joomla 3 website local kayaking club, needs user friendly , easy sue. needs use free extensions have no budget create website! the main site news feed, new articles being posted club organiser particular category, these articles automatically posted facebook & twitter using autotweetng. article sent users within particular user groups ("club members" & "club organisers", not "registered") via email. ideally automated if button needs clicked on in frontend action sending emails it! if knows of extension achieve grateful... if need further questions clarify matters please ask! rs mail! , more also acmailing pro Board index Joomla! 3.x - Ask Support Questions Here Extensions for Joomla! 3.x

Add a price from a price page into other pages - Joomla! Forum - community, help and support

i have created bookings site in joomla 3. i able chance packages prices on 1 page, , if posible 3 or 4 pages relating booking changed. there quite few pages , trying reduce manual changes 1 might miss page! i have googled seems option virtual site not im looking for. please assist?? maybe not clear..... - want embed price other page (other site) booking page? - or want embed price 1 page in site , display in booking page? what link of booking page? Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Downloaded Flash but can't find it anywhere

i downloaded flash cloud, can't find anywhere on mac (latest os version)...   please advise.   all see when search flash alias folder, includes option uninstall air.   thanks! open adobe application manager , check if see "installed" infront of flash professional cs6. if see "install" instead of "installed", click on , install flash pro.   then go applications folder , flash professional. More discussions in Downloading, Installing, Setting Up adobe

Atuomatic Scrolling ticker - Joomla! Forum - community, help and support

hello, i recent entrant joomla , feeling way around. in identifying or listing/creating automatic scrolling ticker displays latest article posted. the scroll ticker has display latest/newest thread/articles across categories ( have 9) including subforums ( there around 50).. it must display post/thread have received freshest comment for instance have posted thread 1, thread2 , thread 3 , thread 4, thread 5, thread 6 -> scroller should displaying threads thread 1 thread 2 thread 3 thread 4 thread 5 thread 6 ..but when create thread 7..the scroller must drop thread 1 listing .. thread 2 thread 3 thread 4 thread 5 thread 6 thread 7 but if user/member comments on thread 1 ,,then thread1 must again come on ticker thread 2 should dropping out. thread 3 thread 4 thread 5 thread 6 thread 7 thread 1 m attaching image of here..please help Board index Joomla! Older Version Support Joomla! 2.5 General Questions/New to Joo...

Thread: Video plugin

Image
are there video plugins play windows media stream. please don't totem it's no good. have scroll many times erase black screen. thanks. posted user_linux are there video plugins play windows media stream. please don't totem it's no good. have scroll many times erase black screen. thanks. vlc. plays , beyond. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Video plugin Ubuntu

User groups based on age? - Joomla! Forum - community, help and support

i've looked around in extensions , done search on forums but, solution i'm looking eludes me. i have content on site accessible people on age of 18 while rest of accessible everyone. ideally, able have user groups based on age restrictions. not sure of best method accomplish this. don't idea of sending under 18 off site because i'll having plenty of "kid safe" content. how going age of person? asking age in registration form? in case, need extend registration form. you need develop plugin current logged in user information , check if person on 18 , redirect person appropriately whether s/he on 18 or not. i don't suggest using usergroups because can't define usergroup based on age. Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

Thread: combined wired/wireless home network

i set ubuntu on desktop. i'd set small home network between ubunto desktop , windows on laptop. have cable modem switch. desktop wired switch. have wireless router switch using connect windows laptop. what's best way configure network? advice or suggestions of page useful. i'd access network remote machines (mainly linux, windows helpful too). understand, can use free dns service (like dyndns.org) set domain network. or shoves in right direction appreciated! Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] combined wired/wireless home network Ubuntu

Thread: two postfix-servers working together?

hello! i´m trying set postfix work in following szenario: 2 servers, 1 called cleany, 1 called maily. cleany supposed scan mails delivered internet via greylisting, spamassassin, amavis..., should check if adress mail should delivered exists (via mysql). cleany should send mails maily, postfix accepts mails cleany , delivers them e.g. dovecot. users interact maily, when want send mail, on maily, sends mails cleany, checks them well, before sending them off internet. viewed internet, mails sent directly , cleany (it has dns-name). have use multiple instances of postfix or can work 1 postfix-instance on each server? used tutorial http://www.postfix.org/multi_instance_readme.html got stuck somewhere in postfix-out configuration, because wasn´t sure, how change work 2-server modell. also, changed "default"-instance , in order deliver local mails (local in on machine). main.cf of default-instance currently: ---------------------...

WHERE clause with AND - Joomla! Forum - community, help and support

hi there, just wondering how write clause and. i have google searched have not found looking for. like: $query->where($db->quotename('first_name') . '='. $db->quote('bob') , ($db->quotename('last_name') . '='. $db->quote('smith')); thanks! see this: http://docs.joomla.org/selecting_data_using_jdatabase Board index Joomla! Older Version Support Joomla! 2.5 General Questions/New to Joomla! 2.5

Improve loading time of page items - Joomla! Forum - community, help and support

hi, need improve loading time of properties listed on real estate component. if user has between 50 , 100 properties page loads fine, if user has hundreds or thousands properties page freezes until the total properties loaded. the listing of properties done through "foreach" php loop, using code below one. when total properties listed significant, loop tales 20 seconds finish listing properties. how can speed process? maybe lazy load each "div" container? haven't found way lazy load chunks of code... images, , didn't speed page. thanks!!! code: select all <?php foreach ($this->items $key=>$item): if(isset($this->images[$item->id])) $images = $this->images[$item->id]; else $images = false;     $number = ($key+1)+jrequest::getint('limitstart'); ?> <div id="container">     <div id="primary"><a id="itemjc<?=$number?>"></a>     <?= jhtml::_(...

Thread: Seeking Laptop for Video Editing

hello all. first time here on forums. i'm aspiring become travel vlogger. i'm looking laptop , camera. i'm pretty sure i'm going gopro hero 1080 camera point isn't relevant forum, although if have points make on issue i'm ears. so, regarding laptop i'm assuming editing video intensive activity engage in. i'm stuck laptop, because said i'm going travelling , editing video in coffee shops or somewhere on road. i'm interested in open source , free software. have little linux experience not overly concerned. i've done little research on linux video editing , seems pretty straightforward. movies plan make not going intense. people talking on camera, simple animation perhaps. stuff family, friends, , public audience on youtube. @ point (about 1 hour search) i've arrived @ system76 , zareason. there other vendors should checking out. models appropriate activities? i'm thinking verix 2 or maybe bonobo big s...

In Isis Admin template Joomla update info is gone - Joomla! Forum - community, help and support

hello, i'm using isis template admin section of joomla 3.3.3 site. in left column @ bottom of page extension update alert under heading "maintenance", joomla update notifier missing , not present. know why or how make appear? is there feature controls in backend? i've attached screenshot show admin section looks like. - click button "purge cache" in 1 tab of extensions manager , see more - feature 1 attribute in table. maybe in table "#__extensions". see field "enable" 0 or 1 Board index Joomla! 3.x - Ask Support Questions Here Administration Joomla! 3.x

Spam ? - Joomla! Forum - community, help and support

Image
what purpose of spam milions of links , huge unlogical text ? same can see these days in joomla forum. i never understand ... i can understand if write sometihing ''please visit bla bla bla website , buy fake cheap watch'' but if post 100 links , 10 000 words in spam text, purpose ? i dont understand ''tactic'' last months have many spams india , countries around. people there bored ? probably, making forum testbed bots/tools. well, they'll banned sooner or later though. Board index Other Forums The Lounge

Thread: Which os system is the best out of ubuntu (Vote)

Image
hi there made topic because want see likes os , count votes because want check see 1 best 1 out of code: windows: 1x windows xp 2v windows vista 37 windows 7 linux: 4u ubuntu 10.04 to vote reply saying number next os , letter next number 1x = windows xp 2v = windows vista 37 = windows 7 , last 1 4u , place reason why it. started vote 4u because fast easier windows , can loads of stuff ubuntu play game , more please comment poll added. Forum The Ubuntu Forum Community Ubuntu Community Discussions Ubuntu, Linux and OS Chat Recurring Discussions Which os system is the best out of ubuntu (Vote) Ubuntu

Strange menu assignment problem - Joomla! Forum - community, help and support

hello, i'm getting strange menu layout problem when trying assign modules menu assignment. first 4 menu fine, after goes inline display... see screenshot... please advise. ryan the reason 4th menu seems ok, mean last formatted menu before first ill-formatted 1 (teams &drivers). for instance last menus ok appear like: top menu1 - submenu1 - submenu2 - submenu3 go menu manager , klick on top menu1. see 3 sub menus. click on submenu 1, see: parent item = menu item root. please choose again menu item root in pulldown list. save & close. repeat same procedure submenu2 , submenu3. now open module manager , check menu assignment of module. first ill-formatted menu should ok. if necessary, repeat procedure other mistakes Board index Joomla! 3.x - Ask Support Questions Here General Questions/New to Joomla! 3.x

I can't use my subscription to Photoshop.

Image
i used 30-day free trial of photoshop , expired. bought month-to-month subscription photoshop can't use on computer, through adobe application manager. still saying need buy subscription though bought one. appreciated.   sign in or activation errors   mylenium More discussions in Downloading, Installing, Setting Up adobe

Switching installation to different subdomain - Joomla! Forum - community, help and support

hi folks, i tried switch domain 1 joomla installation (both installations in different sub-directories on same server). testing purpose created following sub-domain structure: joom25.my-domain.com hosting joomla 2.5 installation (multilingual). joom33.my-domain.com hosting joomla 3.3 installation (multilingual). at moment my-domain.com pointing base directory of joomla 2.5 installation , works well. as change base directory of my-domain.com joomla 2.5 joomla 3.3 installation (using parallels) , try access domain via http://mydomain.com , can not access second language more (error 404 - page not found). first language works fine. when trying access backend through http://my-domain.com/administrator , jumps http://joom33.my-domain.com/administrator . accessing same platform via sub-directory http://joom33.mydomain.com continuous fine , can access content of both languages. no .htaccess being used. i not understand why happens, , how solve issue. any bright idea welcome. attention hi ...

Thread: Windbind GIDs maping incorrectly

hi dealing issue frustrating. here layout of environment: using windows server 2008 r2 authenticate using active directory putty sessions winbind ubuntu 10.04 servers. problem seems gid numbers not map correctly. when log in see this code: groups: cannot find name group id 20009 groups: cannot find name group id 20011 groups: cannot find name group id 20014 groups: cannot find name group id 20016 groups: cannot find name group id 20017 groups: cannot find name group id 20024 groups: cannot find name group id 20027 groups: cannot find name group id 20045 when use getent group return properly: code: linuxusers:x:20009:[removed list of users] but when run code: wbinfo --gid-info=20009 it unable translate gid name. says: code: could not info gid 20009 some potentially relevant entries /var/log/samba/log.winbindd code: winbindd/idmap_tdb.c:623(idmap_tdb_db_init) warning: 'idmap uid' , 'idmap gid' ranges ...