Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Quick New-Thread Details »»
Quick New-Thread
Version: 1.0.0, by DivisionByZero DivisionByZero is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.x Rating:
Released: 03-01-2008 Last Update: 03-01-2008 Installs: 20
Uses Plugins Template Edits
Re-useable Code Translations  
No support by the author.

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.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 03-02-2008, 07:24 PM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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)
Reply With Quote
  #3  
Old 03-02-2008, 07:38 PM
Xray12345 Xray12345 is offline
 
Join Date: Jan 2008
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Job!

^Installed^
Reply With Quote
  #4  
Old 03-02-2008, 08:32 PM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

BTW - screencap... Looks just like the quick jump menu:

Reply With Quote
  #5  
Old 03-03-2008, 04:14 AM
DivisionByZero's Avatar
DivisionByZero DivisionByZero is offline
 
Join Date: Dec 2002
Location: South Bend, Indiana
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PoetJA-1975 View Post
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.

Quote:
Originally Posted by PoetJA-1975 View Post
how can it be used on vBadvanced pages? Is there a global variable to use?
global_start, the default.
Reply With Quote
  #6  
Old 03-03-2008, 06:31 AM
codershark codershark is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is that under 3.7 also running ?
Reply With Quote
  #7  
Old 03-03-2008, 04:20 PM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MisterPopularity View Post
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:



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.
Reply With Quote
  #8  
Old 03-03-2008, 04:56 PM
TCE Killa TCE Killa is offline
 
Join Date: Dec 2007
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #9  
Old 03-03-2008, 06:27 PM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TCE Killa View Post
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:

HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="right">
<td><tr>

Add at the end:
HTML Code:
</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:
HTML Code:
<td>
$forumjump
</td>
And add directly below:
HTML Code:
<td>
$quickthread
</td>
Anyway - Hope this helps...

Jacquii.
Reply With Quote
  #10  
Old 03-03-2008, 09:15 PM
TCE Killa TCE Killa is offline
 
Join Date: Dec 2007
Posts: 330
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:

PHP Code:
<tr><td>
$quickthread
</td></tr
Adding the <tr> tags and placing it above:
PHP Code:
<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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:17 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06461 seconds
  • Memory Usage 2,307KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_html
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete