Search found 8 matches
- Thu Nov 11, 2010 9:59 am
- Forum: Modules/Add-Ons
- Topic: Restrict folder to Front End Users?
- Replies: 27
- Views: 12248
Re: Restrict folder to Front End Users?
Related to protecting direct access to the uploaded files, I've just noticed that search will return results for uploaded files. If a description is set during upload, then a search on the description phrase will return the download url. I am using FEU to ensure only logged in users have access to f...
- Thu Oct 28, 2010 7:21 am
- Forum: Modules/Add-Ons
- Topic: Restrict folder to Front End Users?
- Replies: 27
- Views: 12248
Re: Restrict folder to Front End Users?
@Calguy The .htaccess trick works nicely. Could this be added to the Uploads module to create the.htaccess file as part of the dummy index.html creation? I have done this on a client site as I can't trust them to create the .htaccess file! I won't post code here as this is obviously contrary to rule...
- Fri Nov 14, 2008 10:08 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] Modification of cssmenu.tpl to disable parent link
- Replies: 2
- Views: 1302
[SOLVED] Re: Modification of cssmenu.tpl to disable parent link
Thanks Nullig,
How embarrassing! Being more a coder than designer, I went straight to the template/css rather than look at the tools provided ..
Chris
How embarrassing! Being more a coder than designer, I went straight to the template/css rather than look at the tools provided ..
Chris
- Thu Nov 13, 2008 10:39 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] Modification of cssmenu.tpl to disable parent link
- Replies: 2
- Views: 1302
[SOLVED] Modification of cssmenu.tpl to disable parent link
Hi, There's probably an easy answer to this but a Google site search hasn't found anything. I have a vertical css menu based on the core cssmenu.tpl and css-vertical css. What I'm trying to achieve is show a parent element e.g Services, which on hover will show the child elements e.g. "Hosting&...
- Tue Nov 04, 2008 7:19 pm
- Forum: CMSMS Core
- Topic: Intermittent slow page generation
- Replies: 4
- Views: 2257
Re: Intermittent slow page generation
Thanks for the quick reply Robert. eAccelerator got compiled the day I got the VPS (you probably missed this bit in my waffle!) I'll probably turn on eaccelerator logging for a few days to see if anything shows up here but its logs get big very fast ... I'm pleased you're thinking on the same lines ...
- Tue Nov 04, 2008 6:02 pm
- Forum: CMSMS Core
- Topic: Intermittent slow page generation
- Replies: 4
- Views: 2257
Intermittent slow page generation
Hi, I'm having a really strange issue with my CMSMS sites. Background: VPS with 512Mb dedicated RAM, 1Gb burstable which is running 6 low traffic (and non-database intensive sites) Server: Apache 2.28, PHP 5.2.6, Zend Optimizer, eAccelerator, MySQL 5.0.51a. The server is in no way overloaded, load a...
- Wed Jul 25, 2007 12:28 pm
- Forum: CMSMS Core
- Topic: Search modification question (input box size)
- Replies: 3
- Views: 1680
Re: Search modification question (input box size)
If you want to fix this without styling with css Edit /modules/Search/action.default.php around line 43: $this->smarty->assign('inputbox', $this->CreateInputText($id, 'searchinput', $searchtext, 20, 50, $hogan)); Change 20 to whatever length you want the input box to be. Valid for Search 1.3
- Tue Jul 24, 2007 9:30 am
- Forum: CMSMS Core
- Topic: Search exclusion problems
- Replies: 1
- Views: 1279
Search exclusion problems
I have a problem that's been bugging me for several days. I'm trying to exclude content that's protected by FrontEndUsers/CustomContent from being returned using the core Search module. The content I want excluded is the summary from the Uploads module. The summary is using the minimal template, and...