Search found 9 matches

by SouthMS
Mon 26. Jan 2004, 14:59
Forum: phpwcms Support English
Topic: Available WCMS Variables
Replies: 10
Views: 3405

Have a look into the content.func.inc.php and content.article.inc.php. The used vars are self explaining (most of them I hope). Test it by using simple php inludes <?php echo $var ?>

I have not prepared a list.

Oliver

Hey Oliver,

I have been away and havent had time to work on my project.
I ...
by SouthMS
Thu 18. Dec 2003, 17:59
Forum: General Discussion
Topic: Liste von phpwcms-Sites
Replies: 29
Views: 14809

conart - looks real good...would you like to share how you made parts of the colors and border text??
by SouthMS
Tue 9. Dec 2003, 05:08
Forum: General Discussion
Topic: Liste von phpwcms-Sites
Replies: 29
Views: 14809

Nice Site MarcoB.

How did you shade the Main block borders??

Would you be willing to upload some tips on how you created the layout, template, etc??
by SouthMS
Sun 7. Dec 2003, 14:20
Forum: phpwcms Discussion
Topic: Listing of live sites...
Replies: 91
Views: 34946

The centered HOME link was added text/link to the left column just before the Navigation Tag not part of the breadcrumb. I also have a separate image just before that. This is how my left column appears for the first template:

Header:
Image1

Left Column:
Image2
link Home
{NAVIGATION TAG}

Main ...
by SouthMS
Sun 7. Dec 2003, 00:26
Forum: phpwcms Discussion
Topic: Listing of live sites...
Replies: 91
Views: 34946

As frold said, we created another template and associated that template to an item in the site structure (About SMS).

The only out of the ordinary thing we did is add to the About SMS template this line <link type="text/css" rel="stylesheet" href="joel.css"> which let us add another css file.

I ...
by SouthMS
Sat 6. Dec 2003, 17:07
Forum: phpwcms Discussion
Topic: Listing of live sites...
Replies: 91
Views: 34946

-> very much a work in progress
http://www.southms.com/wcms
by SouthMS
Sat 6. Dec 2003, 16:51
Forum: phpwcms Support English
Topic: Available WCMS Variables
Replies: 10
Views: 3405

Thanks Oliver..

I started looking throught the index.php file and saw those includes.

I will look at those and pull out what I need.

Thanks
Steve
by SouthMS
Sat 6. Dec 2003, 00:10
Forum: phpwcms Support English
Topic: Available WCMS Variables
Replies: 10
Views: 3405

Re: Available WCMS Variables

Great CMS:

Has anyone put together a list of phpwcms variables that can be used in a PHP script?



Is it this you are looking for?

http://www.phpwcms.de/forum/viewtopic.php?t=317&highlight=

Thanks for the response frold.

Those are the tags that can be used. I'm looking for ways to include ...
by SouthMS
Fri 5. Dec 2003, 22:00
Forum: phpwcms Support English
Topic: Available WCMS Variables
Replies: 10
Views: 3405

Available WCMS Variables

Great CMS:

Has anyone put together a list of phpwcms variables that can be used in a PHP script?

How are those variables used in the script??

For Example: Can I use a variable that holds the current cateogry name so that I can call a script with that category name?? (I want to query a database ...