PDA

View Full Version : Forum Display Enhancements - New button when new thread/post is made


pein87
02-19-2009, 10:00 PM
My partner had a request for this mod on another site and I finally got around to doing it.

This is a simple edit that adds an icon to the end of each thread if theres a new post. I have added all possible options in which someone would use this edit for. Included is adding the new icon to the end of your threads title, replacing the lastposted by icon in the forumdisplay.php page, changing the icon of last posted in the index.php page, and switching out the small square with and arrow icon for a new one. I inluced the icon I used in the examples. I`ll post it here for those who wont to try it now and add a zip for those who will try it later on. Remember if you install show your support and click installed.

Adding a new thread icon on only the the post would add add
some sparkel to a dull forum. I have found the way thanks to
a fellow coder and a bit of searching in templates.This makes the new image a link to the new post for that thread. By default every newly created thread has a new post as well so this will show on new threads and posts.Make sure if you use this mod exactly as shown here to add the icon to the images/button dirctory or the button directory of the skin your doing this template mod for. If not make sure to add it to the images/misc or that styles misc directory and change the $stylevar[imgdir_misc]

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Open the template named: threadbit

find:

<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if>
$thread[movedprefix]
$thread[typeprefix]
$thread[moderatedprefix]
$thread[prefix_rich]
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle]</a>

Add after:

<!-- start new post/thread icon set up -->
<!-- add or subtract a code &nbsp; to add spacing just how you wont it to be -->
&nbsp;&nbsp;<if condition="$show['gotonewpost']"><img src="<!-- add your own directory and delete this comment before you save this template -->$stylevar[imgdir_misc]/new_thread.gif" alt="" border="0" /></if>
<!-- /start new post/thread icon set up -->

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Theres more then one way to skin this cat and it really depends on your personal taste. You can always add this to the beginning to replace the icon that shows when theres a new post.

Open the template named: threadbit

Find:

<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if>

In there find:

<img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" />

change:

firstnew.gif

To:

what ever image you wont to show instead of the default image.


If you dont wont a link simply delete this from the above code.

Find:

<a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]">

Delete this

Find:

</if>

Delete the </a> before this tag.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

If you like this idea and wont to change the image for the last posted as well if you havent saved the template add this else open the template named: threadbit

Find:

<a href="showthread.php?$session[sessionurl]p=$thread[lastpostid]$thread[highlight]#post$thread[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>

Find in:

src="$stylevar[imgdir_button]/lastpost.gif"

Change the lastpost.gif to your desired image and save the template.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

If your really feeling this idea or just wont to change the icon for last posted on the index.php page this is how you would do that.

Open the template named: forumhome_lastpostedby

Find:(should be near the end)

<div align="$stylevar[right]" style="white-space:nowrap">
$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
</div>
</div>
<else />
<div class="smallfont" align="$stylevar[right]">
$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
</div>

Find:

If its easier search for two instances of this:

$stylevar[imgdir_button]/lastpost.gif

find all the instances(all the times you see) lastpost.gif and change this to the image you would like to be shown there instead. Remember to check the directory this follows the same rules as I stated at the top of the doc.

UPDATE::::::::(revision by alexD)

inorder to get the image to appear infront of the extra info from a thread you must follow this program it shows you how to get the results of the image: new_thing

open your threadbit template and delete the info you added to which ever add on you did or leve it if you wont two images showing.

Find:

<if condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" alt="$vbphrase[multipage_thread]" border="0" /> $thread[pagenav]<if condition="$show[pagenavmore]"> ... <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&amp;page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></if>)</span></if>

</div>

Add before the last </div> (at the end of the code to add)

<!-- start new post/thread icon set up -->
<!-- add or subtract a code &nbsp; to add spacing just how you wont it to be -->
<if condition="$show['gotonewpost']"><img src="<!-- add your director or path and delete this comment -->$styleva[imgdir_misc]new_thread.gif" alt="" border="0" /></if>
<!-- /start new post/thread icon set up -->

there you go that fixes the issue of it showing up before the extra thread info and not after.

Left this out but you can incase the above img src in <a> tags to make it a link to the new post.

find:

<img src="<!-- add your director or path and delete this comment -->$styleva[imgdir_misc]new_thread.gif" alt="" border="0" />

Add before:

<a href="showthread.php?$session[sessionurl]goto=newpost&amp;t=$thread[threadid]" id="thread_gotonew_$thread[realthreadid]">

Add after the above find:

</a>

UPDATED:02-27-09 Icons to inlude german version.
Please note that i did not do the original icon.

firstpimp
02-20-2009, 04:12 PM
First reply,
This is awesome!
I seen this before ona forum.
Thanks a lot! *Marked as Installed*

pein87
02-20-2009, 05:59 PM
Thanks its been UPDATED to fix issues with it appearing before the [new_thread.gif]([paper icon]1,2,3,4..) so the new part thats added to the bottom adds it after that so it looks like this (NOTE [] ar images)

[lastpost] thread title (1,2,3...)[new_thread.gif] and not like this

[lastpost] thread title [new_thread.gif] (1,2,3...)

See new_thing.jpg to view it my partner found and fixed the issue. also updated zip file with edit and new screenie.

Crap sorry here it is posted here in this post.

firstpimp
02-20-2009, 06:30 PM
Theres nothing in the images/button but ok :)

Infopro
02-20-2009, 10:59 PM
I'm not sure I understand the use for this one. VBulletin does this already doesn't it?

If I visit a forum and there are new posts, an image appears to the left of the title with this link:
yourdomain.com/showthread.php?goto=newpost&t=9139

And if I want to go to the last post, I'd click the image just to the right of the users name which is this link:
yourdomain.com/showthread.php?p=147628#post147628

If I understand your screenshot posted,
https://vborg.vbsupport.ru/attachment.php?attachmentid=95241&d=1235148091

Now we'd have this link on BOTH sides of the title of the thread showing NEW post.

Why not just upload your image newthread.gif to replace firstnew.gif and call it a day? ;)

pein87
02-21-2009, 04:48 PM
I have that option available but most members dont understand what that little icon is for and its a lot easier for them to see a new icon instead. I have added more then one way to use this edit from showing a new post in a thread and on the main page for showing a new thread/post.

FiMeTi
02-22-2009, 12:02 PM
Thx mate. Installed it.
Can you please create also a button for German users?
From new to neu.

Best regards
Basti

pein87
02-23-2009, 02:44 PM
@FiMeti can you write how to spell new in german and I`ll do one for you.

FiMeTi
02-24-2009, 01:52 PM
Hi pein87. Thanks for the support dude! :)

"new" is in German "neu"

Deviant K1
02-25-2009, 02:51 PM
Hi Pein87,

I would love to use this mod on my site but the problem is I use a dark background. Anyway to get a gif image for dark forum board backgrounds?

Thanks!

pein87
02-25-2009, 08:51 PM
Sorry for the delay in tonight I`ll work on one for dark forums and for German.

Powlo
02-26-2009, 09:11 PM
This looks to be almost exactly what im looking for but would it be possible to have it so that the 'NEW' image would appear ONLY for new threads and not for new posts??

pein87
02-27-2009, 02:20 PM
Thats a good question let me work on it and I`ll see what I can do

OllieT
04-21-2009, 10:03 PM
Sorry, excuse ones stupidity..
How can I do it so that it just shows for new thread, and NOT all the new posts?

pein87
04-22-2009, 01:53 AM
I havent found that out yet lol still searching for the code I'm sure theres away but it might involve some code.

Bowromir
04-24-2009, 08:36 PM
If you install this then you can remove the new post icons from the forumlist template! Which gives it a cleaner look.. So instead of an extra table which shows the newpost icon you can just use this image :)

Markos
04-25-2009, 12:23 PM
any one got a icon for a dark style ??

Naan-Kadavul
04-25-2010, 02:24 AM
thx mate..

xsamet
05-06-2010, 07:32 AM
Sorry, excuse ones stupidity..
How can I do it so that it just shows for new thread, and NOT all the new posts?

This is more beautiful ...

Ivelios
01-10-2011, 12:09 PM
A little work with it, but cool. Install.

adwade
01-15-2011, 12:22 AM
Why not just upload your image newthread.gif to replace firstnew.gif and call it a day? ;)

Infopro, I took your suggestion and did just that! S-W-E-E-T, Thanxx for the idea.