Search found 6 matches

by starletina
Mon 26. Jun 2006, 00:18
Forum: phpwcms Support English
Topic: Guestbook - adding custom field
Replies: 11
Views: 12778

When a user posts a comment in the guestbook there's a parameter called "flooding" which sets a cookie that determines how long it should be before the user can see the form again and post another comment. On the guestbook form in the CMS you'll notice that if you set the flooding to "...
by starletina
Mon 12. Jun 2006, 16:42
Forum: phpwcms Support English
Topic: Guestbook - adding custom field
Replies: 11
Views: 12778

Thanks Dexxus, solution above refers to version 1.1 of phpwcms. Changes below highlighted in red: for /include/inc_front/content/cnt18.article.inc.php <?php if(!function_exists('guestbook_pages')) { function guestbook_pages($pages=0, $wrap=' ||', $current=0, $total=1, $link='', $linkadd='') { // use...
by starletina
Mon 12. Jun 2006, 16:18
Forum: phpwcms Installation Troubleshooting English
Topic: Backend login - have to log in twice
Replies: 6
Views: 3040

All - thanks so much for your responses. I'm using R1.1 of phpwcms although I'm looking to upgrade soon.

Flip-flop I noticed that the URLs do change when I try to log in and that if I use http://example.com it works upon first login attempt.
by starletina
Sun 11. Jun 2006, 16:33
Forum: phpwcms Installation Troubleshooting English
Topic: Backend login - have to log in twice
Replies: 6
Views: 3040

Apologies this should probably be in the support forum as it's not an installation issue...
by starletina
Sun 11. Jun 2006, 16:30
Forum: phpwcms Installation Troubleshooting English
Topic: Backend login - have to log in twice
Replies: 6
Views: 3040

Backend login - have to log in twice

Hi, When I try to log onto the phpwcms backend I usually have to log on twice before it lets me in. The first time I log in it shows me that I'm online in the left hand panel but redirects me to the login screen. I then have to log in a second time before it lets me in. Anyone have a fix for this bu...
by starletina
Sat 10. Jun 2006, 13:18
Forum: phpwcms Support English
Topic: Guestbook - adding custom field
Replies: 11
Views: 12778

OK - after some fiddling around I just changed my guestbook to include a 'topic' field instead of the website field. Here's what you do - it's a bit longwinded but works: 1) In your wcms database there's a table called phpwcms_guestbook. In this table you need to add a field called guestbook_locatio...