=== Looking for Prev/Next bar hack ===

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cr4z33
    Senior Member
    • Nov 2000
    • 100

    === Looking for Prev/Next bar hack ===

    I tried to look for it here and on vBulletin.org but could not find it. I'm referring to the top and bottom prev/next bars with Print and E-mail Friend included on it. I've seen an example on http://www.glidetech.com/forums
  • Freddie Bingham
    Former vBulletin Developer
    • May 2000
    • 14057
    • 1.1.x

    #2
    That isn't a hack, it is just HTML. Look at the page source and edit your showthread template appropiately.

    Comment

    • Cr4z33
      Senior Member
      • Nov 2000
      • 100

      #3
      Oh I see... But... er... as I'm totally new to vBulletin how can I handle the whole thing? I mean how have I to replace the customized URLs with $URLs and where have I to paste it? Maybe on the showthread template or directly on the file source?
      Sorry if these questions sounds stupid but I'm a complete vBulletin newbie...

      Comment

      • JimF
        Senior Member
        • May 2000
        • 1988

        #4
        Being a vBulletin newbie doesn't have anything to do with it, really. In the admin section of your vB, go down to "Edit Templates" - and modify the HTML of the showthread template to reflect the changes you'd like to make. All the URL's are already there, it's just a matter of changing where they are laid out.

        -jim

        Comment

        • Cr4z33
          Senior Member
          • Nov 2000
          • 100

          #5
          OK tnx, I'll try it...

          Comment

          • Flare945
            Senior Member
            • Nov 2000
            • 206
            • 3.0.0 Release Candidate 4

            #6
            please

            can someone tell me what to edit to get that? I dont know what to put in in the template...

            Comment

            • upperking
              Senior Member
              • Jan 2001
              • 173

              #7
              heres the code

              find this-----under showthread template----

              <A HREF="newreply.php?action=newreply&threadid=$threadid"><IMG SRC="$replyclose" BORDER=0 ALT="Post A Reply"></A>

              </td></tr></table>




              ------put this directly under--------

              <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr bgcolor="#000000">
              <td>
              <table width="100%" border="0" cellspacing="1" cellpadding="4">
              <tr>
              <td nowrap bgcolor="#FFFFFF"><FONT face="verdana, arial, helvetica, sans-serif" size="1" >
              <a href="postings.php?action=openclosethread&amp;threadid=1898"><img src="images/close.gif" border="0"></a>
              &nbsp;&nbsp;<a href="postings.php?action=move&amp;threadid=1898"><img src="images/move.gif" border="0"></a>
              &nbsp;&nbsp;<a href="postings.php?action=deletethread&amp;threadid=1898"><img src="images/delete.gif" border="0"></a>
              &nbsp;&nbsp;<a href="postings.php?action=editthread&amp;threadid=1898"><img src="images/edit.gif" border="0"></a>
              </td>
              <td width="100%" bgcolor="#EAEAEA">
              <FONT face="verdana, arial, helvetica, sans-serif" size="1" ><b></b></font></td>
              <td align="right" nowrap bgcolor="#FFFFFF">&nbsp; <a href="showthread.php?threadid=1877"><img src="images/prev.gif" alt="Next Oldest Thread" border="0"></a>

              &nbsp; <a href="showthread.php?threadid=1914"><img src="images/next.gif" alt="Next Newest Thread" border="0"></a>
              </td>
              </tr>
              </table>
              </td>
              </tr>
              </table>
              <br>






              --------download the images from this link------

              Comment

              • upperking
                Senior Member
                • Jan 2001
                • 173

                #8
                add this to the top

                -----add this to the top the code you added-----

                </td></tr></table>

                Comment

                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                Working...