[HOW TO - vB4] Customize the look of your modifications options page in adminCP
1 Attachment(s)
Customizing the look and feel of your modifications options page is quite easy and can be used as a signature look or for advertising. We all know what the default options page looks like:
Attachment 138102 But with a little creativity you could be on your way to creating a cool customized look. The following image is a style I personally designed and will used for my mods as a 'signature' feel. Attachment 138103 To do this, you will be inserting CSS into a settings block. Once you are done with your mod options, add one more setting block. Be sure to choose a unique varname and associate it with your group and product and make the title whatever you'd like. For me, my title is "Custom CSS for this page". Now the fun part. The description block can accept HTML and render it accordingly. Seeing as how our options page is its own page in an iframe, our custom CSS will only affect our options page. Here is what I put in my description block to get my custom signature look. HTML Code:
<style type="text/css"> Code:
Coded/Designed by: KryptoDesigns Attachment 138107 Attachment 138104 Now you are wondering, how am I going to advertise if all I can do is alter CSS? Well, I'll tell you. :) If you add the following CSS: HTML Code:
form#groupForm { margin-top:200px; } Then I changed my original 'body' css declaration to HTML Code:
body { background:url(http://i50.tinypic.com/w0t760.png) no-repeat 50% 32px #555; } Attachment 138105 I feel I don't need to say this but I will anyways. Yes, it is possible to embed external files with this method. I would recommend you not doing so, not only to protect the community, but to protect your reputation. It's a mod, that being said I don't expect everyone who installs my mods to keep checking the mod options page and you should have the same perspective. That being said, make your styling worth it. First impressions are everything. ;) |
Clever idea, well done.
|
thank you for sharing :up:
|
this is nice and new idea
thanks |
I like it adds a certain flavor to the pages, thanks for sharing. :)
|
Very nice idea i will do something similiar in all my mods i hope every coder will. It makes vbulletin vivider
|
It's so wonderful
good job :) |
All times are GMT. The time now is 03:13 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|