Posts

Database problem after upgrading to Joomla 1.5.15 - Joomla! Forum - community, help and support

dear joomla community, i upgraded company's joomla-based website 1.5.15 using our webhost hostingzoom's cpanel fantastico installation feature, , appeared install smoothly without hitch (i.e., fantastico did not report errors). afterwards, however, discovered (1) no longer log administrative backend , (2) lot of menus, articles, modules (e.g., joomfish translation) etc. on frontend no longer there. :-0 i able resolve login issue backend re-setting password in phpmyadmin, suggestion in forum; regard second issue, i'm unsure how proceed. after being able log backend, looked large sections of company's website had disappeared, or had reverted original joomla articles, menus, etc. :-( i don't know php, going phpmyadmin, can see of data still there; there large quantities of files in joomla database start 1 of 3 different letters: (1) bak_xxx, (2) jos_xxx, or (3) tprt_xxx. i'm assuming bak_xxx "backup", jos_xxx i'm guessing what's being display...

Huge increase in saturation onupgrade to LR3

i have searched forums , other sites see if else has prob lem on upgrading lr2 lr3, cannot find similar. i have upgraded lr3 in doing of library (photos) have seen huge increase in saturation - red bordering on pink. this on lenovo w700 built in calibration. have tried hasnt worked. there seems have been issue logitech setpoint updated , uninstalled it. downloaded lr3.2   when upgrading lr3 on pc nothing similar happened. tried report bug no avail. has had similar problems , has idea how remove significant saturation issue   thanks noel greene i have upgraded lr3 in doing of library (photos) have seen huge increase in saturation - red bordering on pink. did let lr3 convert lr2 catalog, or did re-import photos lr3, or both? More discussions in Lightroom Classic CC adobe

catch MouseEvent.CLICK current value in for-loop?

how catch current value of variable defined in for-loop?   i have for-loop loops through array collection , every element in creates linkbutton has click-event. however, value want send event ends being last 1 in array collection , not 1 defined when eventlistener created... (am making sense?)   i using following code:                  var acobj:object = parametersac[i];                var paramnamelink:linkbutton = new linkbutton();                paramnamelink.addeventlistener(mouseevent.click,                     function():void {                         la...

Good components/module for flight booking - Joomla! Forum - community, help and support

Image
hello. can me find joomla component/module flight booking.. here exact module want: http://www.thaiairways.com.ph/default_home.htm . thanks in advance. i doubt find "ready go out of box" component flight bookings. needs complex! there reservations extensions "might" work, designed booking hotels, etc. there "register events" extensions might adaptable. allow define event people can sign (and optionally close registration once capacity reached). you take @ those, setting each flight "event" capacity. but think require custom written extension commissioned. there people that, not cheap. i wrote desktop database program few lifetimes ago this, , has specific requirements (as i'm sure know). Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Community Builder Profile View - Joomla! Forum - community, help and support

Image
hello, i made new website. have used community builder component in it, want view profile of registered users. can suggest me module can display list of registered users or that. thanx have @ "readme-new-install.txt" file in cb package, item number (9) describes method add "user list" menu item display list of registered members on site, when clicked. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Site shows wrong in IE7, please help! - Joomla! Forum - community, help and support

Image
hi guys, ihave created little site- www.jsbl.lv . if view in firefox , chrome. but open in internet explorer, version 7 2 modules displays wrong. 1 kinda squezed , second 1 pushed side. picture on bottom dont show! please, anyone, if knows whats wrong! there plugin or unify page shows equally on browsers?? cheers try resizing images before upload them site. think blowing in ie. huge , causing pages load slowly. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Calculating a Panel header height

i'm trying calculate height of panel header. flex language reference includes method getheaderheight(), cannot use (see trace statement below). there way calculate header height?   <?xml version="1.0" encoding="utf-8"?> <mx:application xmlns:mx=" http://www.adobe.com/2006/mxml " layout="absolute" minwidth="955" minheight="600" creationcomplete="init()">     <mx:script>         <![cdata[             private function init():void{                 //trace("header height="+panel.getheaderheight())             }         ]]>     </mx:script>     <mx:panel  id="panel" width="249" height="213"/> </mx:application> try panel.getstyle("headerheight");...