Search found 63 matches

by pk2000
Thu 17. Aug 2006, 09:21
Forum: phpwcms Support English
Topic: Can't log in to phpwcms
Replies: 10
Views: 3972

interesting. my phpwcms login stopped working again with:

Code: Select all

error_reporting(E_ALL ^ E_NOTICE);
so i put in:

Code: Select all

ini_set('error_reporting', 'E_ALL & ~E_NOTICE');
and it started working again. weird...
by pk2000
Wed 2. Aug 2006, 08:25
Forum: phpwcms Support English
Topic: Can't log in to phpwcms
Replies: 10
Views: 3972

It wasn't really that hard but it worked! yess!
Thank you very much pico.
by pk2000
Tue 1. Aug 2006, 17:33
Forum: phpwcms Support English
Topic: Can't log in to phpwcms
Replies: 10
Views: 3972

pico wrote:Hi

it's also possible to do that with a php.ini in your Folder(s) or with
.htaccess with a Entry like that

Code: Select all

php_value error_reporting 2037
This didn't work
by pk2000
Tue 1. Aug 2006, 12:04
Forum: phpwcms Support English
Topic: Can't log in to phpwcms
Replies: 10
Views: 3972

I have pretty much the same symptoms as ramchester.

OK, if this is a provider problem what should i thel them. What do they have to change?

Or can i change something in the code/config so it will work?
by pk2000
Fri 28. Jul 2006, 11:27
Forum: phpwcms Support English
Topic: Can't log in to phpwcms
Replies: 10
Views: 3972

Can't log in to phpwcms

I have found many possible solutions for the problem i have but nothing seems to work.

I cant log int to admin. When I log in with correct user and password i get back to login.php. At first i had to log in second time to get in but now i can't get in no matter how many times i try.

The user and ...
by pk2000
Mon 24. Jul 2006, 20:23
Forum: phpwcms Discussion
Topic: $5000 Award for Open Source CMS
Replies: 5
Views: 3517

$5000 Award for Open Source CMS

Explanation http://www.packtpub.com/award
Nomination http://www.packtpub.com/nominations
Time line http://www.packtpub.com/award_timeline

Award Rules

1. Only nominations for open source Content Management Systems will be counted
2. Only one nomination per person will be counted
3. The five open ...
by pk2000
Fri 17. Mar 2006, 18:19
Forum: phpwcms Support English
Topic: File list
Replies: 1
Views: 880

File list

I need to set the width of the file list in front end view. Currently the list seems to get its with from the content it displays. Where is the code that generates front end view for file list content part in phpwcms v1.2.5-DEV. Thanks
by pk2000
Thu 22. Dec 2005, 11:01
Forum: phpwcms Bug Reports
Topic: Structure levels
Replies: 2
Views: 3147

Structure levels

When adding items tu the structure level the resulting sort order is "random" as far as i can tell. I added subcats 1 2 3 4 and in the site strcture they are 4 1 2 3 and i have to use arrows to move them in place. this is not isolated incident it seems to be happening often when the subcat has more ...
by pk2000
Tue 29. Nov 2005, 11:28
Forum: phpwcms Support English
Topic: hashID
Replies: 10
Views: 3398

Oliver Georgi wrote:There are some patches in the script hiding hashID for serahc engine bots or whatever you wish.
Where are they? I would like to add some local and special engines.
by pk2000
Sat 26. Nov 2005, 13:51
Forum: phpwcms Support English
Topic: Google Sitemap Tool for phpwcms?
Replies: 5
Views: 4263

oh just noticed that the urls it outputs are not regular urls (id=0,article_id,0,0,1,0) so if anyone can fix that it would be great. what needs to be done is to change the row 69 in sitemap.php so that it outputs regular article link (id=cat_id,article_id,0,0,1,0).
---
fixed!

Still it would be ...
by pk2000
Sat 26. Nov 2005, 13:42
Forum: phpwcms Support English
Topic: Google Sitemap Tool for phpwcms?
Replies: 5
Views: 4263

Google sitemap for phpwcms

OK, now! I am not a programmer so feel free to fix, clean up, change the names of variables, functions etc. Here is my hack to make a file containing Google sitemap xml data.

As it is based on RSSWriter (edmundd, slackero, and others) then it only outputs articles but it's a start if anyone would ...
by pk2000
Thu 24. Nov 2005, 10:59
Forum: hacks & enhancements
Topic: {NAV_MENUBAR} Dropdown menubar
Replies: 68
Views: 50729

Thanks for taking the time to answer. The mosueout closing is not really a big problem for me. The main thing is top level clickability. the brainjar also has non-clickabe links in the top level if it has sub levels. If it helps the code shange should make the top level similar to lower level items ...
by pk2000
Thu 24. Nov 2005, 10:23
Forum: hacks & enhancements
Topic: {NAV_MENUBAR} Dropdown menubar
Replies: 68
Views: 50729

I've never tried it, but I think all you need to do is to replace the line

Thank you very much Jens. It worked. Just need to replace G events with F events for the automatic opening of menus.

the other part of my question was how to make top level clickable (link) if the menu has subitems.

One ...
by pk2000
Wed 23. Nov 2005, 22:29
Forum: hacks & enhancements
Topic: {NAV_MENUBAR} Dropdown menubar
Replies: 68
Views: 50729

but the link to a Top-Level only works when there is no Sub-Level, if there is are one ore more Sub-Levels I still can't get the Top-Level
see at my page . any solution to that problem?

what i would like to have is a automatlically (mouseover) opening clickable 1st level. What an where should i ...
by pk2000
Fri 11. Nov 2005, 10:00
Forum: phpwcms Support English
Topic: hashID
Replies: 10
Views: 3398

ok. i understand that. but i just want to get rid of it. i don't need FE login and it screws my stats as one page is counted many times, making it very hard to fine tume the content...