View Full Version : Mini Mods - Quick New-Thread
DivisionByZero
03-01-2008, 10:00 PM
Originally chartered by another vBulletin.org member, I thought this one would be useful to a few, so here it is.
This mod works just like the forumjump, but when you select the forum, you immediately jump to post a new thread in the selected forum.
Instructions
1. Upload the product XML
2. Insert the variable $quickthread anywhere in your templates where you want this modification to appear.
Note: The default plugin hook location is global_start (for noobs). If you're skilled enough, and you're placing this modification somewhere specific, you can easily modify the hook location to your liking.
PoetJA-1975
03-02-2008, 07:24 PM
This looks AWESOME - I've had new Members register and can't seem to find how to post a thread?!?!? Weird if you ask me - but anyway - this should help immensely!
Thanx for sharing!
Jacquii.
Looks good - but would be so much better if there's options to include which forums are listed in the menu AND for forums that aren't open for posts to be unclickable. When you click those forums - the "Sorry! This forum is not accepting new posts." message is shown...
ALSO - how can it be used on vBadvanced pages? Is there a global variable to use?
As an FYI: Uncached templates: cb_quickthread (1)
Xray12345
03-02-2008, 07:38 PM
Great Job!
^Installed^
PoetJA-1975
03-02-2008, 08:32 PM
BTW - screencap... Looks just like the quick jump menu:
http://img217.imageshack.us/img217/9184/quickpostmenuexm6.gif
DivisionByZero
03-03-2008, 04:14 AM
Looks good - but would be so much better if there's options to include which forums are listed in the menu AND for forums that aren't open for posts to be unclickable. When you click those forums - the "Sorry! This forum is not accepting new posts." message is shown...
It's a mini-mod, not something I want to invest a lot of time in.
how can it be used on vBadvanced pages? Is there a global variable to use?global_start, the default.
codershark
03-03-2008, 06:31 AM
is that under 3.7 also running ?
PoetJA-1975
03-03-2008, 04:20 PM
It's a mini-mod, not something I want to invest a lot of time in.
global_start, the default.
OK - Thanx
Anyway - the global variable is quickthread
Question: how can I get the uncached template to be cached? See the screenshot:
https://vborg.vbsupport.ru/
Again - Thanx for the sharing - This is a wonderful addition to JPiC
Already I've had tons of people complement us for making navigation that much easier.
Jacquii.
TCE Killa
03-03-2008, 04:56 PM
This is great but I am trying to align it to the right my forums (where the quick forum jump is set).. At the moment it is automatically set to the left. I have tried aligning it in the template to the right but to no success. Any other ideas how to do this? Thanks.
PoetJA-1975
03-03-2008, 06:27 PM
This is great but I am trying to align it to the right my forums (where the quick forum jump is set).. At the moment it is automatically set to the left. I have tried aligning it in the template to the right but to no success. Any other ideas how to do this? Thanks.
You could put it in a table...
In the template cb_quickthread
Add at the beginning:
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="right">
<td><tr>
Add at the end:
</tr></td>
</table>
I suppose it would make a difference exactly where you're putting the $quickthread variable though... For instance if you're putting in in the SHOWTHREAD template --- you could simply find:
<td>
$forumjump
</td>
And add directly below:
<td>
$quickthread
</td>
Anyway - Hope this helps...
Jacquii.
TCE Killa
03-03-2008, 09:15 PM
Thanks alot it worked... But I did however have the Quick Thread directly right next to the Forum jump so all I did was made a new code:
<tr><td>
$quickthread
</td></tr>
Adding the <tr> tags and placing it above: <tr>
<td>
$forumjump
</td>
</tr>
Now it is above the forum jump to the right, instead of next to it. Thanks alot for the help :D
PoetJA-1975
03-04-2008, 03:38 AM
No prob - Glad to help ;)
Jacquii.
skippybosco
03-11-2008, 11:41 AM
Nice Job.
I'm trying to find a variation of this that allows you to select the forum you which to post directly on the "Post New Thread" page, perhaps as a drop down.
Any ideas?
PoetJA-1975
06-29-2008, 03:46 AM
Is there anyway for this to work with 3.7.x
Thanx,
Jacquii.
Warlord
09-12-2008, 07:41 PM
Great hack. This will make it much easier for me to post news in different forums without having to switch forums each time.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.