Coroner
09 Dec 2009, 04:36
I've tried to create my own friendly URL's but something goes wrong.
Created 2 plugins
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
and the 2nd:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Next is the part I can't ..... believe.
In class_friendly_url I've found the part:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Now, when I add this code (hardcoded):
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
to the class I works correctly. But when I'm adding this CODE by a plugin like:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
it doesn't work.
To test if it works I'm using this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Does anyone know, what I'm doing wrong ?
Cheers
Coroner
Created 2 plugins
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
and the 2nd:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Next is the part I can't ..... believe.
In class_friendly_url I've found the part:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Now, when I add this code (hardcoded):
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
to the class I works correctly. But when I'm adding this CODE by a plugin like:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
it doesn't work.
To test if it works I'm using this:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Does anyone know, what I'm doing wrong ?
Cheers
Coroner