Posts

Thread: File share for all users

Image
11.04 server. i'm trying set file share on windows network (nt 4.0, oh yeah date here) moving 2008 still need work before move (i'm sure i'll re-asking question once access server our new network). anyways, how can ubuntu server recogonize members of windows domain/workgroup? made changes in smb.conf ( https://help.ubuntu.com/11.04/server...ileserver.html ) , no luck. can view share folder , open (from windows), can't add it's permissions based. last time had 12 months ago our centos server , remember pain (still looking notes). in advance!! at point i'd happy if 1 use connect windows , add folder or file share, ideas? can view empty directory, can't it... Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [SOLVED] File share for all users Ubuntu

Contact Us page showing dummy links which cannot be removed - Joomla! Forum - community, help and support

hi after finishing new site, see contact page shows 2 dummy links: http: //xxxx.xxx/index.php/contact-us#basic-details and http ://xxxx.xxx/index.php/contact-us#display-form which unable locate exist, can remove links. have looked in contact component , in menu item tabs, have not been able find links being displayed, neither have been able remove links, though have tried hiding , showing various parameters in menu item , component setup tabs. please help. edited add image show issue is it's accordion menu. not have it, set layout contact "plain" Board index Joomla! 3.x - Ask Support Questions Here Administration Joomla! 3.x

How to set the template language switcher horizontal? - Joomla! Forum - community, help and support

http://www.migrapolis.bialykos.pl i use template salt yootheme at moment language switcher drop-down menu i in horizontal position screenshot how set language switcher menu in horizontal position? check in module option: https://docs.joomla.org/images/a/ac/hel ... enshot.png or check css. Board index Joomla! 3.x - Ask Support Questions Here Templates for Joomla! 3.x

Thread: Remote Desktop on x64 Natty

hello, have followed instructions on remote desktop ubuntu on computer. set port forwarding on router right ports. i'm gonna vnc. right now, can access computer within network. how do outside network via internet? appreciated one word: don't. vnc insecure unencrypted , there better methods of getting remote access box. fine locally, if going accessing via internet, recommend either forwarding x on ssh or looking such freenx or teamviewer or like. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Remote Desktop on x64 Natty Ubuntu

Thread: Cannot extend desktop

i'm trying extend desktop tv through s-video connection. i'm able detect tv desktop not extend when use mirror image setting. have installed xserver-xorg-video-i810 graphics controller intel corporation mobile gm965/gl960 integrated graphics controller. i'm using version 11.04. i'm complete novice if can point me in right direction or should looking appreciate it. strange. possible tv requires resolution graphics card can't support? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Desktop Environments [ubuntu] Cannot extend desktop Ubuntu

Upgrading Joomla version doesn't display the Added modules - Joomla! Forum - community, help and support

i upgraded our joomla version 2.5 3.4 , our added modules not showing. there need do? i got 3 messages.. 1 regarding .htcaccess & web configuration , sessage states "a change default .htaccess , web.config files made in joomla! 3.4 disallow directory listings default. users recommended implement change in files. please see page more information." the other message robots.txt update "a change default robots.txt files made in joomla! 3.3 allow google access templates , media files default improve seo. change not applied automatically on upgrades , users recommended review changes in robots.txt.dist file , implement these change in own robots.txt file. " the third 1 possible issues multilingual settings "since joomla 3.4.0 may have issues system - language filter plugin on web site. fix them please open language manager , save each content language manually make sure access level saved." can please me figure out why added modules not working? thanks, rash...

Multiple Arguments to Helper File - Joomla! Forum - community, help and support

Image
i know answer out there somewhere, challenged on finding it: how pass multiple arguments module helper.php file , parse out values use in helper file? ============ if want details, here happening. old school, making headway on figuring out. currently, have module sends string itself, looks characters in string in table, , return attributes of characters within string. i can (repeating basic sql chain several times) in mod_testcode.php (only 1 record returned): // create new query object. $query = $db->getquery(true); // build sql query $query->select('strvarstring'); $query->from($db->quotename('tjm1_testdecoder')); $query->where($db->quotename('strvariable') . '='.$db->quote(series), 'and'); $query->where($db->quotename('strvarvalue').' = '.$db->quote($series)); // reset query using our new query object $db->setquery($query); // load single result $series = $db->loadresult(); ===============...