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)

RedGTiVR6 02-27-2008 06:28 PM

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.

Abe1 03-02-2008 05:50 PM

Yes, it works.

CampinCarl 06-06-2008 05:40 AM

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!

RedGTiVR6 06-10-2008 02:43 PM

any updates on this?

Kinneas 06-12-2008 12:12 PM

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.

ionian 06-18-2008 08:43 AM

It works on 3.7.1 :)

vithorius 07-03-2008 12:55 PM

Great Hack this one!

Abe, one suggestion:


https://vborg.vbsupport.ru/external/2011/07/3.gif 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!) https://vborg.vbsupport.ru/external/2011/07/3.gif


Keep on the excellent work! :up: :up:

BlueBulletRL 08-10-2008 03:06 PM

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!

BlueBulletRL 08-15-2008 06:46 PM

anyone able to help me out here please? I have tried to figure it out on my own and have so far failed.

BlueBulletRL 09-14-2008 05:26 AM

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


All times are GMT. The time now is 09:36 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.01110 seconds
  • Memory Usage 1,743KB
  • 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_php_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