Rusnak PHP Scripts Support Forums

Full Version: [SKIN] MyBB Default 1.0.1 UPDATED 18 JULY 2008 [RELEASE]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
MyBB Default Skin 1.0.1
Last updated 18 July 2008
Original 1.0 release 09 August 2008

This skin is intended to be used only with MyBB version 1.4.0 and Brandon's MyBB Multiforums Mod version 2.0.0. Do not attempt to install this skin without all of the necessary scripts with all identical version numbers, as it probably is not compatible.

Screenshot

The screenshot is 1235x2157 and in a high-quality .png format. It shows a screenshot of the form, an example of an error message, and the completed message.

[attachment=33]

Features
  • Separate configuration file to make easy changes.
    -
  • Supports both subdirectories and subdomains.
    -
  • Loaded in a separate file, so it's easy to revert to the default and remove the skin.
    -
  • Inline errors (errors are not shown by themselves, unformatted, on a separate page, as they were previously).
    -
  • Looks just like MyBB!
    -
  • Valid XHTML 1.0 Transitional and Valid CSS level 2.
    -
  • Also changed content of activation email message.
    -
  • If you're using the Shorter URL's for Forums mod by cyber-fox, and you are using the subdirectory version, you can set it to reflect that.

Installation
  1. Download and extract the following .zip archive.
    -
  2. Copy the contents of skin_mybbdefault.zip/mybb/create/ to mybb/create/, where the second instance of mybb is the path to your stock copy of MyBB for the multiforums mod.
    -
  3. Open mybb/create/index.php, where mybb is the path to your stock copy of MyBB for the multiforums mod, in a basic text-editing program, such as Notepad.
    -
  4. Find:
    PHP Code:
    echo "<html> 
    Replace with:
    PHP Code:
    include("skin_mybbdefault/index.tpl.php");
    /* echo "<html> 
    -
  5. Find:
    PHP Code:
    </html>"; 
    Replace with:
    PHP Code:
    </html>";*/ 
    -
  6. Open mybb/create/mkforum.php, where mybb is the path to your stock copy of MyBB for the multiforums mod, in a basic text-editing program, such as Notepad.
    -
  7. Find:
    PHP Code:
    echo "<html> 
    Replace with:
    PHP Code:
    include("skin_mybbdefault/mkforum.tpl.php");
    /* echo "<html> 
    -
  8. Find:
    PHP Code:
    </html>"; 
    Replace with:
    PHP Code:
    </html>";*/ 
    -
  9. Added step as of 18 July 2008 - Find:
    PHP Code:
    mail($email"Activation Code for your free forums"$message); 
    Replace with:
    PHP Code:
    /*mail($email, "Activation Code for your free forums", $message);*/ 
    -
  10. Open mybb/create/skin_mybbdefault/config.php, where mybb is the path to your stock copy of MyBB for the multiforums mod, in a basic text-editing program, such as Notepad.
    -
  11. Reading the embedded instructions, configure the settings to your liking.
    -
  12. Save all files, and upload them to their respective FTP locations, overwriting any files when prompted.


License
  • You may remove the MyBB copyright from the footer of the skin, since the MyBB copyright will still appear in the hosted forums.
    -
  • You may not remove the powered-by message for Brandon's Multiforums Mod unless you have purchased a premium membership.
    -
  • You may not remove the reformatted message crediting lupus6x9 unless you have purchased a premium membership, in which case you must include an HTML comment (<!-- Skin by lupus6x9 - [www.lupus6x9.co.cc] -->).


Credits
  • MyBB Group for the images, (most of the) CSS, and the layout.
    -
  • Brandon for the MyBB Multiforums Mod.
    -
  • lupus6x9 for combining the two! Wink

Support, Suggestions, and Other Feedback

Please reply to this thread or send me a private message on this forum. Please do not send me a private message unless you explicitly think that the problem will not be reproduced. The advantage of posting a reply is so that another user with a similar problem doesn't have to ask the same question, since he/she can read the conversation and resolution of any problems you may have had.

Planned Releases

I plan to release a version 2.0 for this skin, which may or may not include:
  • AJAX form checking.
    -
  • Language support.
    -
  • No Continue button page.
    -
  • Option in config.php to remove copyrights (if you are a premium member).

Thank you!

lupus6x9
Thats awsome! Its the kind of thing I reckon this script should have as standard!
Ajof Wrote:Thats awsome! Its the kind of thing I reckon this script should have as standard!

Thank you. I worked pretty hard on it this morning. Big Grin

<OFF-TOPIC>OMG, just noticed MyBB 1.2's reputation system! *Rushes over to repute Ajof for being so nice and for giving me positive reputation too.*</OFF-TOPIC>
Great, Great Skin! +1 Smile
perfect skin Smile

i love to be a premuim ( my own copyright Tongue and its legal ^^ , exept the hard editing then ... on 7 forums .. )

Thank you for sharing , i will definaly use it

btw: how it comes that it use java to transfer you to the next page ??

Greets From The Crasher
powerchaos Wrote:perfect skin Smile

i love to be a premuim ( my own copyright Tongue and its legal ^^ , exept the hard editing then ... on 7 forums .. )

Thank you for sharing , i will definaly use it

btw: how it comes that it use java to transfer you to the next page ??

Greets From The Crasher

Are you asking why it doesn't use JavaScript to transfer you to the next page with the Continue button? Because honestly, I don't know. I used the most basic thing I could (<body onload="document.formelement.submit();">) and it did nothing. So.

Also, I can implement an automatic removal of copyrights in the config.php file, and I considered doing so, but I didn't think I should make it any easier than it already is for a non-premium member to get rid of the copyrights. Sad
^^ its not hard to remove them ( i found it already ) and i meaned
when i used on your forum then i saw javascript
when i use on my forum then i dint saw javascript (better this way )

that was wat i meaned

Greets From The Crasher
powerchaos Wrote:^^ its not hard to remove them ( i found it already ) and i meaned
when i used on your forum then i saw javascript
when i use on my forum then i dint saw javascript (better this way )

that was wat i meaned

Greets From The Crasher

I believe that is removed now. It was a test, but it failed.
to instert the javascript you just need to enable it in the header and put the timer on it

but it doesnt need to be java , ajax works to ^^

i cant help whit it becouse i dont know the codes to do it but just search the net for it and i aim sure you wil find a simple code for it like <a href=nextpage time=10 >

Greets From The Crasher
powerchaos Wrote:to instert the javascript you just need to enable it in the header and put the timer on it

but it doesnt need to be java , ajax works to ^^

i cant help whit it becouse i dont know the codes to do it but just search the net for it and i aim sure you wil find a simple code for it like <a href=nextpage time=10 >

Greets From The Crasher

I know how it works, because I've done it before. I'm just not very good at it, so I'll figure it out by the next version.

And just to let you know, AJAX is JavaScript. Wink (Combined with XML, that is.)

See, the thing is, it can't just redirect to the next page. It has to submit a POST form.
Pages: 1 2 3 4
Reference URL's