Search found 12 matches

by Haasboy
Sat 27. Apr 2013, 22:08
Forum: phpwcms Installation Troubleshooting English
Topic: NAV_LIST
Replies: 7
Views: 10961

Re: NAV_LIST

Why was the nav_list deprecated?
by Haasboy
Thu 15. Nov 2012, 18:04
Forum: phpwcms Support English
Topic: Empty base tag causing issues
Replies: 1
Views: 5412

Empty base tag causing issues

Hi all I've got a problem on the website I'm managing. The issues lies only with IE7, and that is when I put an empty base tag into the head of the template. Now I've put an empty base tag so that I can use anchors on the web pages, otherwise anchors will redirect to the homepage. However in IE7 ins...
by Haasboy
Mon 9. Jul 2012, 09:36
Forum: phpwcms Support English
Topic: target="blank" is dissapearin from source-code
Replies: 4
Views: 2966

Re: target="blank" is dissapearin from source-code

Change your doctype config value you've set, I had the same problem... I figured the problem after doing a bit of reasearch on the doctype element.
by Haasboy
Tue 26. Jun 2012, 11:34
Forum: phpwcms Modules English
Topic: Ads Banner Module problem
Replies: 2
Views: 8746

Re: Ads Banner Module problem

claus wrote:"Same procedure as every year": Version, revision, installed RTs and so on? :wink:
The version I'm using is 1.5.2.
Revision: r468

What do you mean by installed RTs?
by Haasboy
Tue 26. Jun 2012, 09:27
Forum: phpwcms Modules English
Topic: Ads Banner Module problem
Replies: 2
Views: 8746

Ads Banner Module problem

I'm encountering an odd problem, with the ads banner module, when a person click on the ad banner, instead of loading the website the banner is linked to, it displays a 403 forbidden error. Does anybody know a solution to get rid of this problem?
by Haasboy
Fri 1. Jun 2012, 15:12
Forum: phpwcms Support English
Topic: FCKeditor not working
Replies: 7
Views: 4977

Re: FCKeditor not working

I thought I should mention I get this error when I'm logged into the backend, and I create a new article. Instead of FCKeditor displaying, it replaces the area where the editor was suppose to appear with the frontend site, displaying a 404 error. This happens with content parts as well that have the...
by Haasboy
Thu 31. May 2012, 23:42
Forum: phpwcms Support English
Topic: FCKeditor not working
Replies: 7
Views: 4977

Re: FCKeditor not working

This is what my .htaccess file looks like # These settings are recommend # Check phpinfo() before try these # register_globals ON # php_flag magic_quotes_gpc Off # php_flag magic_quotes_runtime Off # php_flag register_globals Off <IfModule mod_rewrite.c> # Check that you have set Options FollowSymLi...
by Haasboy
Thu 31. May 2012, 23:29
Forum: phpwcms Support English
Topic: FCKeditor not working
Replies: 7
Views: 4977

Re: FCKeditor not working

Yes, I have switch to rewrite_url, although I already have that line in the .htaccess
by Haasboy
Thu 31. May 2012, 21:21
Forum: phpwcms Support English
Topic: FCKeditor not working
Replies: 7
Views: 4977

FCKeditor not working

I've got a problem where fckeditor is not working, instead of displaying the editor, it replaces it with the frontend, showing the 404 error!

Does anybody know how to fix this issue. CKeditor displays, but I need fckeditor to work as well!
by Haasboy
Wed 30. May 2012, 23:10
Forum: phpwcms Support English
Topic: File list not showing
Replies: 1
Views: 1822

File list not showing

I'm trying to add the content part file list to an article, but it's not showing up on the frontend. Does anybody know what the problem could be?
by Haasboy
Tue 29. May 2012, 08:18
Forum: phpwcms Modules English
Topic: Ads Banner Module not rendering properly on the frontend
Replies: 2
Views: 8602

Re: Ads Banner Module not rendering properly on the frontend

Thanks Oliver, but I figured out what the problem was!
by Haasboy
Mon 28. May 2012, 09:45
Forum: phpwcms Modules English
Topic: Ads Banner Module not rendering properly on the frontend
Replies: 2
Views: 8602

Ads Banner Module not rendering properly on the frontend

Hi All I'm not sure if this is a rendering issue! But the problem I'm having is that I'm setting the target for an ad banner to be "_blank", yet when it renders on the frontend there is no target attribute in the "a" element tag for the ad banner, yet when I do a print_r for test...