Search found 35 matches

by coopersred
Mon 7. Sep 2009, 18:44
Forum: phpwcms Support English
Topic: What database fields does the url refer to?
Replies: 3
Views: 1162

What database fields does the url refer to?

Hi, Could someone please explain the URL format to me. For example, in mysite.com/index.php?id=177,1883,0,0,1,0 the first number (177) is the article category id, and the second (1883) is the article id - what fields in the database do the last four refer to? Is there than six fields in the URL? Tha...
by coopersred
Wed 14. Mar 2007, 21:10
Forum: phpwcms Support English
Topic: Error accessing public files of backend user
Replies: 3
Views: 1648

Error accessing public files of backend user

One a site I manage, I have a user who is unable to access the file area of the back end. Whenever he tries he gets this error message: Error 500 - Internal server error An internal server error has occured! Please try again later. I also get the same message when I try and access his public files. ...
by coopersred
Mon 27. Mar 2006, 18:16
Forum: phpwcms Support English
Topic: Duplicate headlines and summaries on two sites
Replies: 3
Views: 2094

Thanks for the tip. I've managed to get it to work for a list of articles within the same category. But that's not quite what I want. Is there anyway, for example, to generate a list of related articles on one site use the Rep-Tag RELATED and then have just those article appear on the second site. I...
by coopersred
Thu 23. Mar 2006, 19:24
Forum: phpwcms Support English
Topic: Duplicate headlines and summaries on two sites
Replies: 3
Views: 2094

Duplicate headlines and summaries on two sites

I’ve got a client who has a couple of sites I’ve set up with PHPWCMS. They want me to be able to duplicate some headlines and summaries from one site on to the other. Can anyone suggest a away of doing this automatically – would I have to use PHP code or Java script? I don't want to have to set it u...
by coopersred
Tue 10. Jan 2006, 18:12
Forum: phpwcms Support English
Topic: (UPDATE/NEW) phpWCMS Update Packs 26.04.2006
Replies: 134
Views: 69507

Keyword//

I've noticed Keywords has been added to the admin section. i can use to add a list of keywords which is great. But can't see how they are used anywhere. I'm hoping that in future this becomes a mater list of keywords to be used in articles. That would be a very useful feature. Can anyone shed light ...
by coopersred
Thu 13. Oct 2005, 02:49
Forum: hacks & enhancements
Topic: {RELATED_SUMMARY} replacement tag - NOW WORKING!
Replies: 1
Views: 3943

{RELATED_SUMMARY} replacement tag - NOW WORKING!

// Tested with phpwcms ver 1.2.5 DEV // // Copy this file to phpwcms_template\inc_script\frontend_render // // Syntax: {RELATED_SUMMARY:number_of_related_articles:number_of_summaries_to_display:keyword} This replacement tag allows you to generate a number of article links based on a keyword the sam...
by coopersred
Wed 12. Oct 2005, 22:15
Forum: phpwcms Support English
Topic: Article listing templage
Replies: 3
Views: 1258

I did but I needed to make a templae for JensZ's News Flash content type before a bug was fixed.

http://www.phpwcms.de/forum/viewtopic.php?t=8521
by coopersred
Wed 12. Oct 2005, 00:13
Forum: phpwcms Support English
Topic: Article listing templage
Replies: 3
Views: 1258

Worked it out after a good nights sleep; <div> <table cellspacing="0" cellpadding="0" border="0" width="100%"> [TITLE]<h1 style="margin:5px 0 0 0"><a href="{ARTICLELINK}">{TITLE}</a></h1>[/TITLE] [SUB]<h2 style="margin:3px 0 3px 0"...
by coopersred
Tue 11. Oct 2005, 17:50
Forum: hacks & enhancements
Topic: News Flash Content Type [Updated 2.0.4]
Replies: 40
Views: 32968

That was quick.

It's working perfect now.

Good job. Well done.
by coopersred
Tue 11. Oct 2005, 17:38
Forum: hacks & enhancements
Topic: News Flash Content Type [Updated 2.0.4]
Replies: 40
Views: 32968

Sorted
by coopersred
Mon 10. Oct 2005, 17:36
Forum: hacks & enhancements
Topic: News Flash Content Type [Updated 2.0.4]
Replies: 40
Views: 32968

There seems to be no way to adjsut the order of the artiles manually. Is this by design or is it a bug? In the "link Article" content part you can manually adjust the order of the artilces but this is not working in the "News Flash" content part. I've been trying to work it out b...
by coopersred
Tue 4. Oct 2005, 23:11
Forum: phpwcms Support English
Topic: Article listing templage
Replies: 3
Views: 1258

Article listing templage

I'm creating my own tempalte for an article summary listing but I can't place the "more" link after the summary, just as it is in the default templage. For example, I can't see any way of not have the "more" link on new line [TITLE]<h1><a href="{ARTICLELINK}">{TITLE}</a...
by coopersred
Tue 27. Sep 2005, 19:14
Forum: hacks & enhancements
Topic: News Flash Content Type [Updated 2.0.4]
Replies: 40
Views: 32968

I found your content part works fine except for one bug.

If I choose "default" for the template setting the content does not show.

It only shows when I choose "sample.tmpl" for the template setting.
by coopersred
Fri 9. Sep 2005, 12:53
Forum: phpwcms Support English
Topic: Custom content in header
Replies: 1
Views: 785

Custom content in header

Just wondering if there is anyway to have the same variable content in the header of ever page without having to edit the header in the template each time you want to change it. I know I can use the Custom Content feature but this means having to add the same content to every page - a tedious proces...