dizzynation
01-26-2013, 11:00 PM
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
<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
<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>
Save.
LIVE DEMO - HERE (http://www.filmmakerforum.org)
ScreenShot
http://www.digipress.us/pics/create-topic-home.png
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)
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
<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
<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>
Save.
LIVE DEMO - HERE (http://www.filmmakerforum.org)
ScreenShot
http://www.digipress.us/pics/create-topic-home.png
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)