MyBB Community Forums

Full Version: Custom Pages (3.0) problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi all i am having problem with this plug in, i am placing code for a new page in the second box, and saving the page . now the problem is i can not call the page. and i am i even calling the page correctly ? here is the way i am calling it http://imobcodez.co.cc/page/add me

and this is the content

<html>
<head>
<title>{$mybb->settings[bbname]} -add</title>
{$headerinclude}
</head>
<body>
{$header}
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>Example Page</strong></td></tr>
<tr><td class="trow1">
<span class="smalltext">
Example Page Content
</span>
</td></tr>
</table><br>
{$footer}
</body>
</html>
Ok I'll try that thanks nick
thats not done it ....mmmm
Are you using the Custom Pages plugin by Nickman?
http://mods.mybboard.net/view/custom-pages <-- That one?
Yes that's the one ... Still not sure what I am doing wrong .... Grrrr haha
Sorry not that one it's the one from his own site ...
still not working ?? mmm.. anyone help ? thank you
So you are using Nickman's or not?
yes i am its completable with 1.14.8
Could you send the readme.txt file that was included in the download?
Ok I'll pm you a copy of it ... Thanks
Pages: 1 2