Search found 30 matches

by odeniyi
Sat 15. Apr 2006, 17:01
Forum: phpwcms Support English
Topic: login / password article?
Replies: 5
Views: 1576

Hi flip-flop,

Thanks but I meant an article type which allowed me to require username/password before showing secured area of website

thanks,
by odeniyi
Sat 15. Apr 2006, 13:04
Forum: phpwcms Support English
Topic: login / password article?
Replies: 5
Views: 1576

login / password article?

Is there an article type / plugin for creating a login username / password?

many thanks
by odeniyi
Sun 26. Feb 2006, 18:53
Forum: phpwcms Support English
Topic: Help! - "Fatal error"....
Replies: 2
Views: 894

thanks - thought I'd seen it somewhere here but couldn't find it after a good period searching.....
by odeniyi
Sun 26. Feb 2006, 03:16
Forum: phpwcms Support English
Topic: Help! - "Fatal error"....
Replies: 2
Views: 894

Help! - "Fatal error"....

Everything has been working fine when suddenly I get the error below more often than not?

Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /home/olufairtr/domains/fairtrade-rbwm.org/public_html/new/phpwcms.php on line 25

Can anyone please help?

many thanks ...
by odeniyi
Sun 8. Jan 2006, 14:01
Forum: phpwcms Support English
Topic: help - menu seems to indent
Replies: 5
Views: 1430

thanks - what a credit you are to this forum! :)
by odeniyi
Sun 8. Jan 2006, 11:32
Forum: phpwcms Support English
Topic: help - menu seems to indent
Replies: 5
Views: 1430

OK solved.

I needed "margin: 0;" in the ul class......

Oh the wonders of CSS!
by odeniyi
Sun 8. Jan 2006, 10:35
Forum: phpwcms Support English
Topic: help - menu seems to indent
Replies: 5
Views: 1430

Hi Fli-flop,

Thanks.

I understand the example but it doesn't help my case.

I didn't think it would be difficult to display a simple menu without indenting it using NAV_LIST_SETLEVEL.

The code that gets generated is:-

<div id="left">am i indented?<div id="tstcss">
<ul id="tstcss_ul">
<li><a ...
by odeniyi
Sun 8. Jan 2006, 04:41
Forum: phpwcms Support English
Topic: help - menu seems to indent
Replies: 5
Views: 1430

help - menu seems to indent

using NAV_LIST_SETLEVEL as below...

{NAV_LIST_SETLEVEL::0:0:0:1:tstcss}


and in frontend.css (default css) .....

#tstcss_ul {

list-style-type: none;
text-align: left;
padding-top: 40px;

}

#tstcss_ul li {
padding-bottom: 10px;
padding-top: 10px;
border-bottom: 1px dashed #5E747F;
margin: 0px ...
by odeniyi
Sun 25. Dec 2005, 05:11
Forum: phpwcms Support English
Topic: menu issues...
Replies: 9
Views: 2381

Got it!!!

You have to specify . className ul & li etc......

OK know this is sad on the big day but I've just put the bird in the oven..... :D

enjoy your celebrations & god bless you!
by odeniyi
Sun 25. Dec 2005, 01:56
Forum: phpwcms Support English
Topic: menu issues...
Replies: 9
Views: 2381

Thanks fli-flop - I had seen that but don't know where to place the css. I've tried in frontend.css and header template - any ideas?

I trid a simple class with :-

tstcss {

list-style-type: none;

}

Merry Christmas and a happy new year to you too and thanks for your help.
by odeniyi
Sat 24. Dec 2005, 23:11
Forum: hacks & enhancements
Topic: New Replacementtags {NAV_TAB_LEVELS} {BREADCRUMB_LEVELS}
Replies: 23
Views: 24384

thanks cyrano - now working although shall be using pure css. Still good for confidence though :)
by odeniyi
Sat 24. Dec 2005, 21:15
Forum: phpwcms Support English
Topic: menu issues...
Replies: 9
Views: 2381

OK I got NAV_TABLE_SETLEVEL and NAV_LIST_SETLEVEL to work. If syntax is wrong you don't get any result. Experiment or die :)

Still can't get NAV_TAB_LEVELS to work but that's OK as I want pure css, not DHTML/javascript.

I still can't configure the menus using css as the RTs don't seem to take any ...
by odeniyi
Sat 24. Dec 2005, 18:18
Forum: phpwcms Support English
Topic: menu issues...
Replies: 9
Views: 2381

thanks cyrano :D

I had seen those settings. They are set to "1" by default in 1.2.6.

All I've done is copy the php_ files to frontend_render and set to 644.

Does seem a bit too simple....but can't see to do anything else....????
by odeniyi
Sat 24. Dec 2005, 14:45
Forum: phpwcms Support English
Topic: menu issues...
Replies: 9
Views: 2381

Having a good chat with myself here :)

I got NAV_LIST to work (didn't know it existed until reading comments about NAV_TABLE_SETLEVEL as it isn't on the docu site).

However, still can't get the additional RTs like NAV_TABLE_SETLEVEL nor NAV_TAB_LEVELS to work.

Boy is this painful..... :?
by odeniyi
Sat 24. Dec 2005, 14:15
Forum: hacks & enhancements
Topic: New Replacementtags {NAV_TAB_LEVELS} {BREADCRUMB_LEVELS}
Replies: 23
Views: 24384

can't get {NAV_TAB_LEVELS} recognised as a RT.

I've copied the files into the right dir and set permissions to 644.

not sure what it means by "delete the underline then it will work"??

anyway I deleted the underlines in the .php_ file names but still no joy.

any ideas anyone?

thanks....