MyBB Community Forums

Full Version: [Theme] Admin Stop Final
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9
Admin Stop Final Theme

Please let me know if anything is wronge.

Updates

*Added VB style navbar.
*Added VB style postbits. (Customized)
*Added VB style copyright.
*Added VB style affiliates section for banners.
*Added auto introduction post on regostration.
*Added board message.
*Improved images
*Footer code fixed.
*Other small tweaks.

[Image: main.gif]

Demo: www.adminstop.net

Support: At this url http://www.adminstop.net/showthread.php?tid=210 or listed below in this thread.

Licence: Users can change the copyright at the bottem of the forum to "Theme By AdminStop" without quotes. But there has to be a link to www.adminstop.net where it says AdminStop.
I believe we still have to manually edit those files for the vB navigation to work...
mk, i just added the jscripts, download again
Hello. I tried your theme. It looks very nice but I get this error !

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in D:\wamp\www\mb\global.php(266) : eval()'d code on line 77

and menu is not showing !

If you can check it out it would be nice Smile
krneki Wrote:Hello. I tried your theme. It looks very nice but I get this error !

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in D:\wamp\www\mb\global.php(266) : eval()'d code on line 77

and menu is not showing !

If you can check it out it would be nice Smile

inc/functions.php
Find:
//
// Outputs the contents of a page rendering variables
//
Add Under:
//
function iif($expression, $returntrue, $returnfalse = '')
{
return ($expression ? $returntrue : $returnfalse);
}
//

inc/class_templates.php
Find:
$template = str_replace("\\'", "'", addslashes($template));
Add Under:
$template=str_replace("<if condition=","\".iif(",$template);
$template=str_replace("<then>",",\"",$template);
$template=str_replace("<else />","\",\"",$template);
$template=str_replace("</if>","\").\"",$template);


Edit the files accordingly for the skin to work.
Good job with the theme, it looks excellent!!! Big Grin
nope still nothing .... this is such a shame. Is this only to work with 1.1.2 ?
kodaks ... yes it is one great theme but I cannot make it work Sad
This Is great ... It is working now Wink
kodaks Wrote:Good job with the theme, it looks excellent!!! Big Grin

vb navbar not make by you
postbit not make by you
image not make by you
wouah
great very very great theme

ps:
you have request all the permissions for the MOD ?

Ah, protocole. Knew it would be only a matter of time before he came around.

Well, at least willow used his own images (I hope)... unlike protocole.
Pages: 1 2 3 4 5 6 7 8 9