vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Edit New Thread Button (https://vborg.vbsupport.ru/showthread.php?t=102923)

Chrakker 01-11-2009 05:41 PM

Works in 3.7.5 from Scratch!
Thanks very much for this useful hack ;)

100% appreciated

*installed

KevinLee 01-18-2009 10:03 PM

I've installed this hack and set it up with "newreply.php?do=form" but when I hit the new thread button it says "Sorry! This forum is not accepting new posts." Any ideas?

Abe1 01-20-2009 03:26 AM

Quote:

Originally Posted by KevinLee (Post 1717265)
I've installed this hack and set it up with "newreply.php?do=form" but when I hit the new thread button it says "Sorry! This forum is not accepting new posts." Any ideas?

newreply.php?do=form is the right link?

buurman 01-20-2009 06:36 PM

Again, back to form, and so, back to this plugin, always worked like a charm.

Installed, but it doesnt show in the Vbulletin Options list.

Im on 3.7.3

Am i looking in the wrong place or forgetting something, its in the plugin list.

ZeepySea 02-14-2009 04:48 AM

EDIT: I clicked wrong one, it is not this one causing errors, but another mod. This one works like a charm

I am now getting this error

Code:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error

We updated to 3.6.10 (yes we are slow, have so many mods we have to test before we do next update). Now we can't get any new post with this, this is our way to get new clan members. They are unable to post now any suggestions anyone?

bojomojo 07-21-2009 03:58 PM

Does this by any chanve work on 3.8?

JamesGunner 12-23-2009 09:02 PM

Are there any plans for vb 4?

Dubi 03-05-2010 08:38 AM

For Vb 4.0.2:

Install the product. Do the follow 3 template edits in FORUMDISPLAY template:

1) Find the code for "Create New Thread" top button:
PHP Code:

<vb:if condition="$show['newthreadlink']"><a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a></vb:if> 

Replace with:
PHP Code:

<vb:if condition="$show['newthreadlink']"><vb:if condition="$foruminfo['edit_new_thread_button']"><a href="{vb:raw foruminfo.edit_new_thread_button}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a>
<
vb:else />
<
a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a></vb:if>
</
vb:if> 

2) Find the code for "Create New Thread" on Forum Tools menu:
PHP Code:

<vb:if condition="$show['newthreadlink']">
    <
li>
        <
a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow">
            {
vb:rawphrase post_a_new_thread}&hellip;
        </
a>
    </
li>
</
vb:if> 

Replace with:
PHP Code:

<vb:if condition="$show['newthreadlink']">
    <
li>
        <
vb:if condition="$foruminfo['edit_new_thread_button']">
        <
a href="{vb:raw foruminfo.edit_new_thread_button}" rel="nofollow"> {vb:rawphrase post_a_new_thread}&hellip;
        </
a>
        <
vb:else />
        <
a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow">
            {
vb:rawphrase post_a_new_thread}&hellip;
        </
a>
        </
vb:if>
    </
li>
</
vb:if> 

3) Find the code for "Create New Thread" bottom button:
PHP Code:

<vb:if condition="$show['newthreadlink'] AND $show['threadslist']">
    <
a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_bottom"><span>+</span> {vb:rawphrase post_new_thread}</a>
</
vb:if> 

Replace with:
PHP Code:

<vb:if condition="$show['newthreadlink'] AND $show['threadslist']"><vb:if condition="$foruminfo['edit_new_thread_button']"><a href="{vb:raw foruminfo.edit_new_thread_button}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_bottom"><span>+</span> {vb:rawphrase post_new_thread}</a>
<
vb:else />
<
a href="newthread.php?{vb:raw session.sessionurl}do=newthread&amp;f={vb:raw foruminfo.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_bottom"><span>+</span> {vb:rawphrase post_new_thread}</a></vb:if>
</
vb:if> 

Hope that helps all "4.x people" to keep this mod working.

StagKill 06-23-2010 04:12 AM

I was wondering if we could do something like, when one clicks post reply in a particular thread it should redirect to a form. Is it possible to implement that in post reply instead of new thread?

Digma 11-27-2010 09:27 PM

Excellent. Just what I was looking for in combination with Easy Forums. Thanks for this!

Works like a charm on 3.7.3


All times are GMT. The time now is 07:31 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01245 seconds
  • Memory Usage 1,771KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (6)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete