The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Display Options Above Threads - as seen on vbulletin.org Details »» | |||||||||||||||||||||||||||
Display Options Above Threads - as seen on vbulletin.org
Developer Last Online: Nov 2023
This template mod will streamline and relocate the "Display Options" dropdown menus to the top of your threads list on forumdisplay, as seen here at vbulletn.org in the modification areas.
As part of this move, we'll also change the look of the "Active Users"/Moderators panel remaining at the bottom of the page. (Screenshots of both sections are below.) This modification should work on vB versions 3.6.5 - 3.6.7 PL 1. Important: There are two different versions of the instructions: one for a default setup, and one for people using the excellent Thread Prefixes mod by Mystics. Please make sure you choose the correct version for your setup! (Of course, if you've installed or applied other mods that have altered the forumdisplay template, you may need to adjust the instructions accordingly.) Update on May 10, 2008: I'm happy to say that the 3.7.0 version of this mod is now available! Note that there's now only one set of instructions in 3.7.0, since Mystics prefix mod no longer applies. If his mod is ever updated, however, I'll be happy to include a new batch of instructions. Especially 'cause I prefer his prefixes to vB's! Update on July 27, 2007: New version fixes issue with AJAX inline editing thread titles. If you've already installed the older version, please use these instructions to correct the problem. Thanks to Skavenger for the heads-up. Live Demo: Working Demo at My Site. (This will show you the Display Options section; I don't use the "Active Users" part of the mod.) This is my first template modification release, and I hope it's helpful. Many thanks to vbulletin.org for the inspiration, not to mention years of providing an amazingly helpful community. Show Your Support
|
Comments |
#12
|
|||
|
|||
You're welcome, Junkie. I'm no prefix expert but I've given that a try over there.
|
#13
|
|||
|
|||
after installing the mod I can't edit the threads using the ajax feature [with double click]
|
#14
|
|||
|
|||
Ouch, you're right! Stupid mistake on my part, and after posting this will update the instructions accordingly. Luckily it's an easy fix if you've already made the above template changes. The problem was that there's a duplicate table ID of "threadslist."
Simply open up FORUMDISPLAY and FIND: Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" id="threadslist"> <tbody> $announcebits Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tbody> $announcebits My apologies for the error and inconvenience! Many thanks to Skavenger for pointing this out. |
#15
|
|||
|
|||
thank you for the fix!
|
#16
|
|||
|
|||
Hello Kira, does this mod generate prefixes? or unless you have the thread prefix hack you wont get a prefix section when the Display Options is moved above a forum's threads?
|
#17
|
|||
|
|||
Hi hissatsu! You do need the prefix hack installed in order to use the version specifically for thread prefixes. See the intro here:
Quote:
The version without the prefix mod looks pretty much the same, it just won't have the prefix dropdown. Does this make sense? Hope it helps! |
#18
|
|||
|
|||
yeah it does help. unfortunately i installed the prefix hack and started experiencing errors on my new forum (using vb 3.67 PL1). And i am not finding anyone who knows coding to help me edit stuff to make the thread prefix work (it is one Hack my Forum definately needs)
I havent received any replies (probably because the prefix hack isnt supported anymore). Will u be able to help? (ie getting thread prefix to work then adding ur mod afterwards) Pretty Pleeese!!!! |
#19
|
|||
|
|||
Quote:
|
#20
|
|||
|
|||
can you post your button css class ?
thanks |
#21
|
|||
|
|||
Sure. It uses a background image, though, which I've attached.
Code:
background-color: #DF501F; background-image: url(images/misc/bg_button.gif); background-repeat: repeat-x; border-width: 2px; border-style: solid; border-color: #DF501F; color: #FFFFFF; font-weight: bold; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|