Log in

View Full Version : New Posting Features - Post New Thread from your post.


newtsys
07-24-2009, 10:00 PM
This mod was made by me and is very simple and was requested by another friend. Vbulletin has removed the post new thread or topic button in the showthread. As of now you have to go back out of the post and then click new thread.



This mod adds Post New Thread in the tool bar above the post



In your Admincp go to your theme and open the template called SHOWTHREAD and find:



<!-- toolbar -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" width="100%">
<div class="smallfont">
<if condition="$show['firstunreadlink']">
<a href="$firstunread"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[view_first_unread]" border="0" /></a>
<a href="$firstunread"><strong>$vbphrase[view_first_unread]</strong></a>
</if>
&nbsp;
</div>
</td>




and right after add this in



<td class="vbmenu_control" id="newthread" nowrap="nowrap"><a href="newthread.php?do=newthread&amp;f=$forum[forumid]"rel="nofollow">$vbphrase[post_new_thread]</a></td>




now save and you have added the post new thread or topic =)


attached is screen shot.

saadessa
07-25-2009, 05:13 PM
thank you for this nice hack

H22A
07-25-2009, 09:38 PM
where is the code located?
i cant find it !
can tell me the step by step to get the html code
thank you

newtsys
07-26-2009, 01:41 PM
where is the code located?
i cant find it !
can tell me the step by step to get the html code
thank you

goto admincp > styles& templates > style manager > yourstyle > edittemplates > SHOWTHREAD

then find the code I provided and right after add in the code provided and save and your done. This will add the function to your toolbar above the post right next to the thread tools. Look at screen shot hope this helps.

Sweeks
07-26-2009, 02:50 PM
You seem to be missing the end </td> :) Thanks!

newtsys
07-28-2009, 01:40 AM
Yes I did thanks . Has been added now =)

Mellymonster
09-07-2009, 03:50 PM
Hey,

I am using this and was wondering if you knew if there was anyway, when you click the "Post New thread" if it can quote the OP of the current thread you are clicking that from?

COL NIL SATIS
09-14-2009, 03:53 PM
cool hack...thanks for this!! installed

hyppa
09-21-2009, 09:05 AM
Very nice. Thanks.

Would be nice to have : show new threads, too. ;)

Blackbeard02
09-28-2009, 06:36 AM
When clicking on "New Thread" with this I am getting
"Invalid Forum specified. If you followed a valid link, please notify the administrator"
Any ideas on how to fix this ?

DrIpac
11-06-2009, 05:54 AM
Thanks. Very nice

Any idea on how to put ''Thanks'' here:

fatdr
11-10-2009, 05:50 PM
the similar https://vborg.vbsupport.ru/showthread.php?t=225162

sailnet
11-13-2009, 02:34 AM
newtsys - I like the skin shown in your sample. where'd you get it?