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

Reply
 
Thread Tools
Edit New Thread Button Details »»
Edit New Thread Button
Version: 1.1, by Abe1 Abe1 is offline
Developer Last Online: Jun 2010 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.5.2 Rating:
Released: 12-13-2005 Last Update: 12-16-2005 Installs: 120
DB Changes Uses Plugins Template Edits
 
No support by the author.

Edit New Thread Button 1.1


About this hack:
This hack allows you to change where the "New Thread" button directs your users for each forum. This hack gets customized from the forum options and different for each forum.

This is an ideal hack if you want your users to make a new thread using a form or something else besides the regular vb new thread page.

This hack has been created do to requests by users of my hack call Forms Hack.

Installation information on hack:
  • Files edited: 0
  • Templates edited: 1
  • Files to upload: 0
  • Time to install: 1 minute
Updates:

Version 1.0 (12/13/05):
  • Initial Release of this hack
Version 1.1 (12/17/05):
  • Added one more template edit thanks to WNxWakko
Please post your comments or suggestions for this hack. I read ALL posts.

MAKE SURE YOU CLICK INSTALL!
You will get an email when a new version is released.

Download Now

File Type: zip edit_new_thread_button_1_1.zip (1.7 KB, 631 views)

Screenshots

File Type: jpg image1.JPG (13.8 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #52  
Old 02-27-2008, 06:28 PM
RedGTiVR6 RedGTiVR6 is offline
 
Join Date: Dec 2006
Location: Little Elm, TX
Posts: 817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If I were running 3.7 I would.

I'm trying to prepare for when we upgrade to 3.7 by finding out if my currently installed mods will work with it.
Reply With Quote
  #53  
Old 03-02-2008, 05:50 PM
Abe1's Avatar
Abe1 Abe1 is offline
 
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, it works.
Reply With Quote
  #54  
Old 06-06-2008, 05:40 AM
CampinCarl CampinCarl is offline
 
Join Date: Apr 2008
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no it doesnt.
I just tested it out, and it makes the field in the admin panel, but doesnt erdirect.
If you could make it work with 3.7, that would be great!
Reply With Quote
  #55  
Old 06-10-2008, 02:43 PM
RedGTiVR6 RedGTiVR6 is offline
 
Join Date: Dec 2006
Location: Little Elm, TX
Posts: 817
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any updates on this?
Reply With Quote
  #56  
Old 06-12-2008, 12:12 PM
Kinneas's Avatar
Kinneas Kinneas is offline
 
Join Date: Dec 2005
Location: Nottingham, UK
Posts: 282
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you've done a significant version update you've probably reverted or edited the FORUMDISPLAY template. Re-do the edits described originally. It works fine on my 3.7.1.
Reply With Quote
  #57  
Old 06-18-2008, 08:43 AM
ionian ionian is offline
 
Join Date: Mar 2008
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It works on 3.7.1
Reply With Quote
  #58  
Old 07-03-2008, 12:55 PM
vithorius's Avatar
vithorius vithorius is offline
 
Join Date: Feb 2008
Location: Portugal
Posts: 347
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Hack this one!

Abe, one suggestion:


You should put some information on your Forms Hack informing users that you have this one here, as it would be a tremendous help for us non-coders and little experienced (just like myself!)


Keep on the excellent work! :up: :up:
Reply With Quote
  #59  
Old 08-10-2008, 03:06 PM
BlueBulletRL BlueBulletRL is offline
 
Join Date: Apr 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this working on 3.7.1 though I have a question. How can I make it work so that when you hit the button you have to have a minimum post count other wise you get a box saying you do not have the proper permissions? If so that would be great!
Reply With Quote
  #60  
Old 08-15-2008, 06:46 PM
BlueBulletRL BlueBulletRL is offline
 
Join Date: Apr 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone able to help me out here please? I have tried to figure it out on my own and have so far failed.
Reply With Quote
  #61  
Old 09-14-2008, 05:26 AM
BlueBulletRL BlueBulletRL is offline
 
Join Date: Apr 2005
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
<if condition="$show['newthreadlink']">
    <
tr><td class="vbmenu_option">
    <if 
condition="$foruminfo['edit_new_thread_button']">
        <
a href="$foruminfo[edit_new_thread_button]rel="nofollow">$vbphrase[post_a_new_thread]</a>
    <else />
        <if 
condition="$post[posts] < '25'" >
            <
a href="$foruminfo[edit_new_thread_button]rel="nofollow">$vbphrase[post_a_new_thread]</a>
        <else />
            <
a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]rel="nofollow">$vbphrase[post_a_new_thread]</a>
        </if>
     </if>
    </
td></tr>
</if> 
This is what I am trying to use and so far its not working. SOMEONE 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 07:43 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
  • Page Generation 0.06946 seconds
  • Memory Usage 2,338KB
  • Queries Executed 27 (?)
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
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete