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)

Abe1 12-14-2005 12:21 PM

I just updated the zip file. I have forgotten to say to do the template edit 2 times for both places.

jugo 12-14-2005 01:09 PM

w00 hooo!!

This is awesome abe....thanks.

Hey Nexyalis....I'm gonna release the "Remove Foot From Mouth" hack in a couple of days...i'll let you have a first crack at it.

sorry mods...

Abe1 12-14-2005 02:52 PM

Quote:

Originally Posted by jugo
Hey Nexyalis....I'm gonna release the "Remove Foot From Mouth" hack in a couple of days...i'll let you have a first crack at it.

ROFL

RMS-Chef 12-15-2005 03:34 AM

Fantastic compliment to the forms hack Abe.
Will install this soon and I can take out my huge nested conditionals I use currently.

Thanks again.

Snake 12-15-2005 05:17 PM

Thanks.

pipin 12-16-2005 04:33 AM

Nice one. :up:

Abe, could you make a "A Reply Button" of this one too?

Would be nice for Threads where you want a Feedback from users only with a form.

Abe1 12-16-2005 11:53 AM

Quote:

Originally Posted by pipin
Nice one. :up:

Abe, could you make a "A Reply Button" of this one too?

Would be nice for Threads where you want a Feedback from users only with a form.

Would be much harder. Threads dont have setting of thier own.

WNxWakko 12-17-2005 07:45 PM

You missed one part in this. On every forum there is a link tool called "forum tools" In that dropdown there is a post new thread text button.

in FORUMDISPLAY:

FIND:

Code:

<if condition="$show['newthreadlink']"><tr><td class="vbmenu_option"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow">$vbphrase[post_a_new_thread]</a></td></tr></if>
REPLACE WITH:

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 /><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow">$vbphrase[post_a_new_thread]</a></if></td></tr></if>

Abe1 12-17-2005 09:16 PM

Version 1.1 (12/17/05):
  • Added one more template edit thanks to WNxWakko

rip9001 01-02-2006 07:21 PM

Good Stuff!


All times are GMT. The time now is 01:40 PM.

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.01177 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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