Mod Description: Allows you to create custom pages that can run PHP and also use MyBBs style. Each page can have usergroup permissions assigned to it and this mod includes a WYSIWYG so you can easily design your pages.
Hi,
I keep getting the 404 (not found) page when I try to access a test page I created. Should be: http://www.ithelp.co.il/forum/pages/test (I think - I gave it the name "test" and this is the first one, so id=1).
Can you direct me to solve this?
Please, do remember that my forum is fully in Hebrew, so If you need any translation, I'll be glad to provide.
Ori...
Of two equivalent theories or explanations, all other things being equal, the simpler one is to be preferred. simplified translation ofOccam's razor
(This post was last modified: 01-29-2009 04:22 PM by okitai.)
OK, The "pages/index.php?page=test" works. I think this is a problem with my host dealing with the '.htaccess' file. I know that to get the 404 page to what I wanted (to work only inside the forum), I had to write the full sites address ('http://www.ithelp.co.il/forum/404.php' and not, just, './404.php'; although that's the way the original "plugin" creator wrote in his instructions).
Edit: I found another bug (small, but just to alert you): this plugin does not fully comply with MyBB's navigation. as I modified it to the 'vbnavbar', I see that the page's name and the main page don't have the picture in front of them.
good navigation:
NavOKgood.JPG (Size: 19.78 KB / Downloads: 21)
Custom Page navigation:
NavNOTgood.JPG (Size: 10.55 KB / Downloads: 18)
Ori...
Of two equivalent theories or explanations, all other things being equal, the simpler one is to be preferred. simplified translation ofOccam's razor
(This post was last modified: 01-30-2009 01:01 AM by okitai.)
Yeah you have to go pages/index.php?page=test to get it to work, ./pages/ redirects to the forum index and ./pages/test/ = 404. Also when you're creating a page one of the settings is 'Show On Pages.php list?' but that doesn't exist now.
Thanks. This isn't the worst thing for me as all the custom pages I'll create will have a link somewhere on the forum and so, will not be accessed directly (only threw the links).
What about the navigation problem? Do you have a solution or any way to correct it?
Ori...
Of two equivalent theories or explanations, all other things being equal, the simpler one is to be preferred. simplified translation ofOccam's razor
(02-02-2009 04:16 PM)Matt_ Wrote: Yeah you have to go pages/index.php?page=test to get it to work, ./pages/ redirects to the forum index and ./pages/test/ = 404. Also when you're creating a page one of the settings is 'Show On Pages.php list?' but that doesn't exist now.
Pages.php does exist now...But I think I forgot to add the file :P
It's attached. I will update the download when I figure out some of the errors here. I don't understand. It works fine, and it is coded correctly. It's probably your modifications that make it not look right. Make sure the full URL to the image is in the nav_sep_active template and nav template.
What happens is since we're a folder down, it doesn't see the file because it's looking in /pages/images/theme/nav_end.gif or whatever.
As for the .htaccess thing, if you have them set for SEO in MyBB, on pages.php they will show as /test/ otherwise they show up as pages/index.php?page=test.
OK. I now see what you meen about the images. But, when I add '{$settings[bburl]}' to the 'src= ' of the image, it doesn't add anything to the address of the image (it should add my forum's URL. Not?).
Ori...
Of two equivalent theories or explanations, all other things being equal, the simpler one is to be preferred. simplified translation ofOccam's razor