PDA

View Full Version : Showthread readded


Bernd Glasstett
27 Mar 2004, 15:40
Showthread Readded Hack
This is to readd two features to the showthread-template, which where taken out but are quite nice to have:




Breadcrumbs on the bottom of each thread
Newthread button in each thread
Livedemo is visible here:
http://www.comicforum.de/comicforum

This is the version for vB 3.0.0 Gold :)

I now added the versions for Release Candidate 1 and Release Candidate 3 - just in case someone still has them installed. You need to search for something different.

Tony G
27 Mar 2004, 23:21
Nice little mod, thanks for the submission. :)

Vb-Hispano
28 Mar 2004, 14:07
thanks ;) nice

Ocean
16 Apr 2004, 03:16
The code for Breadcrumbs has changed in vB 3.0.1 (at least, comparing it to the code your hack inserts).

What would be the new code I would have to insert in order to get 3.0.1 Breadcrumbs at the bottom of the page?

Bernd Glasstett
16 Apr 2004, 06:50
I haven't installed 3.0.1 yet - our son was born one week ago. But I will install it asap and post the new code :)

Ocean
16 Apr 2004, 12:04
Congratulations!!!!!!!


Cripes, take your time with the code, then! I know you won't be getting any sort of decent sleep for quite some time yet! :)

Ocean
02 Aug 2004, 16:16
I haven't installed 3.0.1 yet - our son was born one week ago. But I will install it asap and post the new code :)

Hi, Mirical Bernd! I hope things have been going well with your son!

Aside from seeing how you're doing, I thought that I would resurrect this topic, since we last discussed it in April. :)


I still am interested in making sure that the Breadcrumb code I use at the bottom is the most recent code - although at this point, we're talking about vBulletin 3.0.3, of course. :)


Out of curiosity, and in order to save you time and effort (if not now, than in the future certainly) - is there a section in one of the templates that you're pulling the Breadcrumb code from?

If so, than if you could point me in the right direction, I can save you the trouble of installing vB 3.0.3, if you haven't done it already - and I won't have to trouble you again the next time that vB updates to a new version. ;)


Thanks again, and I hope you're enjoying your sleepless nights! :D

Bernd Glasstett
02 Aug 2004, 18:13
We are doing fine now. The first weeks were exhausting, but now everything is getting better and better. He lets us sleep in the night, sometimes even 10 hours in a row. And he is really a charming little person :) Here is a little picture of him.

What you are looking for is in the navbar-template :) Just be careful to not copy the login-info (<!-- login form -->) because it won't work down there.

Ocean
02 Aug 2004, 19:40
We are doing fine now. The first weeks were exhausting, but now everything is getting better and better. He lets us sleep in the night, sometimes even 10 hours in a row. And he is really a charming little person :) Here is a little picture of him.

What you are looking for is in the navbar-template :) Just be careful to not copy the login-info (<!-- login form -->) because it won't work down there.


I'm glad you're doing better, and your son's adorable. :)


I also found the section you referenced. Thank you for that! :)

OrionDesigns
16 Sep 2005, 23:03
Perfect hack, however I'm having trouble locating these two lines -- could somone give me a helping hand? (I'm using RC3) - v3.0.8


<if condition="$show['largereplybutton']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" ></if></a></td>
</if>

$quickreply