You Are Here mod
Posted by D. Alan Stewart
Re: You Are Here mod August 26, 2004 03:46PM |
Registered: 18 years ago Posts: 139 |
Re: You Are Here mod August 26, 2004 03:54PM |
Admin Registered: 20 years ago Posts: 9,240 |
Re: You Are Here mod August 26, 2004 04:00PM |
Registered: 18 years ago Posts: 139 |
Re: new version October 20, 2004 09:55AM |
Registered: 18 years ago Posts: 30 |
Hi,
First of all: I was looking for a function like this :)
After looking into your Module, i have some suggestions:
You should take a look into the defined Constants (and maybe the PHORUM variable), since there are some values you could use. E.g. you don't have to determine yourself, which page is the current. There is a defined one called "phorum_page".
I did not use your module, because it directly puts out the content instead of making it available for the phorum template system. This is much more flexible, and prevents conflicts with header redirects and stuff.
I've attached an example function to do the job, feel free to use whatever you want (it's not a complete module).
First of all: I was looking for a function like this :)
After looking into your Module, i have some suggestions:
You should take a look into the defined Constants (and maybe the PHORUM variable), since there are some values you could use. E.g. you don't have to determine yourself, which page is the current. There is a defined one called "phorum_page".
I did not use your module, because it directly puts out the content instead of making it available for the phorum template system. This is much more flexible, and prevents conflicts with header redirects and stuff.
I've attached an example function to do the job, feel free to use whatever you want (it's not a complete module).
Re: new version October 20, 2004 06:10PM |
Registered: 21 years ago Posts: 61 |
Thanks!
The mod was written before "phorum_page" was available. That was implemented as a result of my request for help! See <[phorum.org];
Later I uploaded a version that uses it: <[phorum.org];
I'll look at your code with great interest as I know little about the phorum template system.
The mod was written before "phorum_page" was available. That was implemented as a result of my request for help! See <[phorum.org];
Later I uploaded a version that uses it: <[phorum.org];
I'll look at your code with great interest as I know little about the phorum template system.
Re: new version October 21, 2004 12:11PM |
Registered: 18 years ago Posts: 30 |
how to modify the display of this mod December 21, 2004 12:36PM |
Registered: 18 years ago Posts: 13 |
how to modify the display of this mod December 21, 2004 12:42PM |
Registered: 18 years ago Posts: 13 |
how to modify the display of this mod December 21, 2004 01:18PM |
Registered: 18 years ago Posts: 13 |
soeren Wrote:
-------------------------------------------------------
> Hi,
>
> First of all: I was looking for a function like
> this :)
> After looking into your Module, i have some
> suggestions:
>
> You should take a look into the defined Constants
> (and maybe the PHORUM variable), since there are
> some values you could use. E.g. you don't have to
> determine yourself, which page is the current.
> There is a defined one called "phorum_page".
>
> I did not use your module, because it directly
> puts out the content instead of making it
> available for the phorum template system. This is
> much more flexible, and prevents conflicts with
> header redirects and stuff.
>
> I've attached an example function to do the job,
> feel free to use whatever you want (it's not a
> complete module).
how to modify this into templete?
-------------------------------------------------------
> Hi,
>
> First of all: I was looking for a function like
> this :)
> After looking into your Module, i have some
> suggestions:
>
> You should take a look into the defined Constants
> (and maybe the PHORUM variable), since there are
> some values you could use. E.g. you don't have to
> determine yourself, which page is the current.
> There is a defined one called "phorum_page".
>
> I did not use your module, because it directly
> puts out the content instead of making it
> available for the phorum template system. This is
> much more flexible, and prevents conflicts with
> header redirects and stuff.
>
> I've attached an example function to do the job,
> feel free to use whatever you want (it's not a
> complete module).
how to modify this into templete?
Re: new version December 21, 2004 01:30PM |
Registered: 18 years ago Posts: 13 |
soeren Wrote:
-------------------------------------------------------
> Hi,
>
> First of all: I was looking for a function like
> this :)
> After looking into your Module, i have some
> suggestions:
>
> You should take a look into the defined Constants
> (and maybe the PHORUM variable), since there are
> some values you could use. E.g. you don't have to
> determine yourself, which page is the current.
> There is a defined one called "phorum_page".
>
> I did not use your module, because it directly
> puts out the content instead of making it
> available for the phorum template system. This is
> much more flexible, and prevents conflicts with
> header redirects and stuff.
>
> I've attached an example function to do the job,
> feel free to use whatever you want (it's not a
> complete module).
ur attachment php file got syntax error if i not mistaken
-------------------------------------------------------
> Hi,
>
> First of all: I was looking for a function like
> this :)
> After looking into your Module, i have some
> suggestions:
>
> You should take a look into the defined Constants
> (and maybe the PHORUM variable), since there are
> some values you could use. E.g. you don't have to
> determine yourself, which page is the current.
> There is a defined one called "phorum_page".
>
> I did not use your module, because it directly
> puts out the content instead of making it
> available for the phorum template system. This is
> much more flexible, and prevents conflicts with
> header redirects and stuff.
>
> I've attached an example function to do the job,
> feel free to use whatever you want (it's not a
> complete module).
ur attachment php file got syntax error if i not mistaken
Sorry, only registered users may post in this forum.