Search found 14 matches

by captaincrash
Tue 15. Jun 2004, 23:22
Forum: hacks & enhancements
Topic: Beta2: Webstat mod - RC4 valid
Replies: 97
Views: 41173

I switched on extended logging in the config file and traced the exact query that was failing and recreated this in phpMyAdmin which also produced the access denied message.

In MySQL their is a specific role CREATE TEMPORARY TABLES so the guys at plus net have just run a GRANT CREATE TEMPORARY ...
by captaincrash
Tue 15. Jun 2004, 01:15
Forum: phpwcms Support English
Topic: Start Page
Replies: 5
Views: 1781

Thanks guys, as always you are all a great help.
by captaincrash
Mon 14. Jun 2004, 14:21
Forum: sites you are proud of (made with phpwcms only)
Topic: Literature-site
Replies: 32
Views: 22289

So does that mean you have different templates for differnt areas of your site? I'm trying to avoid using multiple templates if possible.
by captaincrash
Mon 14. Jun 2004, 00:17
Forum: phpwcms Support English
Topic: Start Page
Replies: 5
Views: 1781

Start Page

Hey, how can I redirect the start page to something other than the first arcticle in the hiearchy.
by captaincrash
Mon 14. Jun 2004, 00:07
Forum: sites you are proud of (made with phpwcms only)
Topic: Literature-site
Replies: 32
Views: 22289

Hello

Thanks for getting back to me, both are intriguing but the one I'm most interested is the category specific nav_table_column.
by captaincrash
Sun 13. Jun 2004, 17:07
Forum: sites you are proud of (made with phpwcms only)
Topic: Literature-site
Replies: 32
Views: 22289

Like the site...

Like the site, how did you get the sub menu (on the left) to work in conjuction with the main menu (across the top) in such away that it links are always available.

I'm trying to implement the same kind of menu with my own site, wihout much luck!
by captaincrash
Sat 12. Jun 2004, 12:26
Forum: hacks & enhancements
Topic: Beta2: Webstat mod - RC4 valid
Replies: 97
Views: 41173

Access Denied Error

I was also experiencing the...

Code: Select all

phpOpenTracker Error: Access denied for user
...error some of you guys had. I eventually figured it out to be my ISP (Plus.Net) not setting permissions correctly on my MySQL account so the CREATE TEMPORARY TABLE query was failing.

Hope this helps someone.
by captaincrash
Thu 22. Apr 2004, 15:39
Forum: phpwcms Support English
Topic: Top List (Tabs)
Replies: 2
Views: 3890

Solved this as needed. Tab type menus can now be made to stay open as owners of a subcategory. Extra param. is added so it now reads {NAV_LIST_TOP:grounding:home_name:class_name} - check http://www.franthomas.com (work in progress) for an example;

..in content.func.inc.php around line 292 ...
by captaincrash
Tue 20. Apr 2004, 01:09
Forum: phpwcms Support English
Topic: Top List (Tabs)
Replies: 2
Views: 3890

Top List (Tabs)

Is there a solution to facilitate grounding of the nav_top_list tabs?? i.e. once you select the tab any sub level document leaves the tab active?

For an example see http://www.franthomas.com/
by captaincrash
Sun 18. Apr 2004, 18:04
Forum: phpwcms Bug Reports
Topic: Back-End Logout
Replies: 3
Views: 2194

Sometimes after one change others after 20, can't seem to pin a pattern to it. It's driving me mad though! How should I go about diagnosing the problem??
by captaincrash
Sun 18. Apr 2004, 17:34
Forum: phpwcms Bug Reports
Topic: Back-End Logout
Replies: 3
Views: 2194

Back-End Logout

Is anyone else getting randomly logged out of the back-end since the latest update?
by captaincrash
Sun 18. Apr 2004, 01:11
Forum: phpwcms Support English
Topic: Article Links - Please Help!
Replies: 3
Views: 1515

Thanks for that, I am able to do this but this method then changes the breadcrum to reflect this hidden folder - is this intentional? Is there away around this?
by captaincrash
Sat 17. Apr 2004, 03:11
Forum: phpwcms Support English
Topic: Article Links - Please Help!
Replies: 3
Views: 1515

Article Links - Please Help!

Ok, great script to start with.

Having been using this script for a little while now with some good results but however I can't seem to find a way to link articles the way I want.

My scenario is i have an article, and inside this article i wish to have a link to another article that leaves the nav ...