Search found 6 matches

by super ü
Thu 3. Jun 2004, 18:00
Forum: hacks & enhancements
Topic: Variables in external PHP Files
Replies: 1
Views: 2690

Variables in external PHP Files

Hi there,

i was searching for a solution to retrieve Variables in external PHP Files just like {PHP:my_ext.php?var=1} - there is a function in the forum but it messes up with other php includes.

So i have a very quick and very dirty hack:

In the content Element:

[PHP]
$var = 1
$relocate = "my ...
by super ü
Fri 14. May 2004, 10:03
Forum: phpwcms Feature Requests
Topic: More Flexible Articels!
Replies: 3
Views: 1830

Hey this mini Mod is great, Thanks very much.
And hopefully the next one will be the flexible one ;)


Cheers
by super ü
Thu 13. May 2004, 16:11
Forum: phpwcms Feature Requests
Topic: More Flexible Articels!
Replies: 3
Views: 1830

More Flexible Articels!

Hi there,

some suggestions for the article handling improvements:

- it would be good if you´re able to choose wheater you want see an article list or the first article as a setting in the structure level definition. right now there is an automatic switching between these two methods

- to be able ...
by super ü
Thu 13. May 2004, 13:26
Forum: hacks & enhancements
Topic: {NAV_LIST_LEVEL:parent_level:class}
Replies: 4
Views: 5028

Sorry, but this is exactly the way this Tag should work.
The purpose is not to output a complete navigation for the whole page but to output a specific area of the site structure.

with this you are able to do flexible navigation systems. I needed this flexibility for a project and decided to share ...
by super ü
Thu 6. May 2004, 18:19
Forum: hacks & enhancements
Topic: {NAV_LIST_LEVEL:parent_level:class}
Replies: 4
Views: 5028

Of course I can, it just takes a while, sorry.

So the parent_level is no real "level" it´s the id of the element which contains the sublevels you want to display as a menu.


So for example, if you have following site structure

-- Home
---- Home Sub 1
---- Home Sub 2
------ Home Sub 2 Sub 1 ...
by super ü
Wed 28. Apr 2004, 16:14
Forum: hacks & enhancements
Topic: {NAV_LIST_LEVEL:parent_level:class}
Replies: 4
Views: 5028

{NAV_LIST_LEVEL:parent_level:class}

Hey Boys,

first of all, you guys do great things here, and a pocket full of glory to the Developer and the fit ones!

I just started working with phpWCMS and at the moment I´m trying to get the possibilities of Navigation Customizing.
I think it would be handy to have a Replacment Tag like

{NAV ...