The Arcive of vBulletin Modifications Site. |
|
Create Topic - Homepage Details »»
|
|||||||||||||||||||||||||||||
Increase your forum activity and registration by having a module/block that allows users to instantly create a topic from homepage or main forum, or if they are not registered they will get the popup Log In or Register Window. I created this thinking how I could take advantage of vbulletins Log In window and also help with fast thread creation.
Create a thread with ONE CLICK from homepage! If you find this mod helpful then please don't forget to Rate/Mark Installed/Nominate I know its easy to forget, I do it myself, but if you use it then try and remember Index: Forum Block instructions vBadvanced Instructions NOTE: Replace RED text with your info Forum Block AdminCP --> Forums & Moderators --> Forum Block Manager --> Add Block --> Custom HTML Title - Create New Topic Description - What ever you want Content Type - HTML Content Code:
<html> <head> <body> <a href=?/newthread.php?do=newthread&f=6?>General</a> <br> <a href=?/newthread.php?do=newthread&f=5?>Introduce Yourself</a> <br> <a href=?/newthread.php?do=newthread&f=3?>Production</a> <br> <a href=?/newthread.php?do=newthread&f=10?>Videos</a> <br> <a href=?/newthread.php?do=newthread&f=7?>Scripts</a> <br> <a href=?/newthread.php?do=newthread&f=4?>Acting</a> <br> <a href=?/newthread.php?do=newthread&f=23?>Financing</a> <br> <a href=?/newthread.php?do=newthread&f=2?>Distribution</a> <br> <a href=?/newthread.php?do=newthread&f=8?>Artwork</a> <br> <a href=?/newthread.php?do=newthread&f=11?>Special Effects</a> <br> <a href=?/newthread.php?do=newthread&f=25?>Crowd Funding</a> <br> <a href=?/newthread.php?do=newthread&f=29?>Composing-Score</a> </body> </head> </html> vBadvanced 4.2.1 vBa CMPS --> Add Module --> HTML --> Title - What ever you want here CSS Template to include - Not needed Module Content Code:
<html> <head> <h3><span style="color: #ff0000;">Create New Topic</span></h3> <body> <a href=?/newthread.php?do=newthread&f=6?>General</a> <br> <a href=?/newthread.php?do=newthread&f=5?>Introduce Yourself</a> <br> <a href=?/newthread.php?do=newthread&f=3?>Production</a> <br> <a href=?/newthread.php?do=newthread&f=10?>Videos</a> <br> <a href=?/newthread.php?do=newthread&f=7?>Scripts</a> <br> <a href=?/newthread.php?do=newthread&f=4?>Acting</a> <br> <a href=?/newthread.php?do=newthread&f=23?>Financing</a> <br> <a href=?/newthread.php?do=newthread&f=2?>Distribution</a> <br> <a href=?/newthread.php?do=newthread&f=8?>Artwork</a> <br> <a href=?/newthread.php?do=newthread&f=11?>Special Effects</a> <br> <a href=?/newthread.php?do=newthread&f=25?>Crowd Funding</a> <br> <a href=?/newthread.php?do=newthread&f=29?>Composing-Score</a> </body> </head> </html> LIVE DEMO - HERE ScreenShot ![]() At times the code does not generate right away, give it some time. I have also noticed with vBadvanced that the preview does not work (might just be me) Download Now
Show Your Support
|
|||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Reserved
|
|
#3
|
||||
|
||||
|
For those of you that are talented with HTML you know that this has many opportunities. I only ask that you share the changes you made with others.
|
|
#4
|
||||
|
||||
|
Ok, we are out of Beta Stage
|
![]() |
|
|