Results 1 to 7 of 7

Thread: Little template suggestion

  1. #1
    Registered
    Join Date
    Jan 2004
    Posts
    224

    Little template suggestion

    In earlier versions of vB3, at the bottom of the thread view, there was a link to the forum, above the Previous/Next links. If you want to do this, follow these steps:

    Open the template called SHOWTHREAD (it's in the Show Thread group, funnily enough), and find the following code (About a quarter down):
    PHP Code:
    <div class="smallfont" align="center"
        <
    strong>&laquo;</strong
            <
    a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextoldest">$vbphrase[prev_thread]</a
            | 
            <
    a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextnewest">$vbphrase[next_thread]</a
        <
    strong>&raquo;</strong
    </
    div
    And replace it with:
    PHP Code:
    <div align="center" class="smallfont"
    <
    a href="forumdisplay.php?$session[sessionurl]f=$threadinfo[forumid]">$foruminfo[title]</a><br /> 
        <
    strong>&laquo;</strong
            <
    a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextoldest">$vbphrase[prev_thread]</a
            | 
            <
    a href="showthread.php?$session[sessionurl]t=$threadid&amp;goto=nextnewest">$vbphrase[next_thread]</a
        <
    strong>&raquo;</strong
    </
    div

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    I just tried making the change but it doesn't seem to work.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Registered
    Join Date
    Jan 2004
    Posts
    224
    I just looked at the source of this page and the code isn't there. Did you edit the SHOWTHREAD template and insert the exact code?
    Last edited by MattM; 05-17-2004 at 04:13 PM.

  4. #4
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    Yes. I guess I'll try again.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  5. #5
    Registered
    Join Date
    Jan 2004
    Posts
    224
    Did you have any more problems with this?

  6. #6
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    I actually haven't tried again yet.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  7. #7
    Web Monkey MarkB's Avatar
    Join Date
    Nov 2003
    Location
    London, UK
    Posts
    1,783
    I thought it was an on/off toggle in the admincp on vB3. (long time since I messed with that, though)
    Stepping On Wires - the new blog

Similar Threads

  1. Search suggestion
    By Westech in forum Site and Forum Feedback
    Replies: 8
    Last Post: 04-08-2004, 10:05 AM
  2. CMS suggestion request
    By casa in forum Website Programming & Databases
    Replies: 10
    Last Post: 02-25-2004, 11:27 AM
  3. template sites
    By Cloughie in forum General Chat
    Replies: 12
    Last Post: 11-09-2003, 02:03 PM
  4. Template Storm - New Design
    By Mike in forum User Owned Websites
    Replies: 8
    Last Post: 11-08-2003, 02:35 PM
  5. My Template Site
    By Mike in forum User Owned Websites
    Replies: 12
    Last Post: 10-04-2003, 09:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •