![]() |
I'd also like to see a Recent Threads prefix hack for vBadvaced so that they show the prefix. Surely someone can do this? I have tried but couldn't get it to work.
|
Quick question:
Is it possible to have a different set of prefixes for each forum? For example: Quote:
Or is this the only option: Quote:
|
Quote:
|
Quote:
|
I would like to see the option that threadprefixes are only usuable by moderators or specific member-groups.
Say for example there's a request-forum. Somoene posts a request. And then teh mod can set/update a prefix to it saying something like "accepted". (instead of the current situation: a member can set that prefix already by himself :p which ain't the right way) Also, it would be very nice to be able to use images instead of text. :eek: it just hit me: Can I set those prefix-HTML-markup to: <img src="images/prefixes/{1}.gif" border=0 title="{1}" /> ? But IF that would work, u couldnt' use text prefixes (in other forums) next to it :o |
Installed this a couple of weeks or so ago, no probs with forum until then.
Started getting this error message anytime any member tries to access their subscription list from their usercp: Code:
Database error in vBulletin 3.6.2: mine looks like: Code:
$previewfield thread.threadid, IF(thread.threadprefix <> '', CONCAT('" . $vbulletin->options['prefixmarkup_start'] . "', thread.threadprefix, '" . $vbulletin->options['prefixmarkup_end'] . "', thread.title), thread.title) AS title AS threadtitle, forumid, pollid, open, replycount, postusername, Code:
$previewfield thread.threadid, thread.title AS threadtitle, forumid, pollid, open, replycount, postusername, |
Hi,
Quote:
|
Fixed mine by changing
Code:
$previewfield thread.threadid, IF(thread.threadprefix <> '', CONCAT('" . $vbulletin->options['prefixmarkup_start'] . "', thread.threadprefix, '" . $vbulletin->options['prefixmarkup_end'] . "', thread.title), thread.title) AS title AS threadtitle, forumid, pollid, open, replycount, postusername, Code:
$previewfield thread.threadid, IF(thread.threadprefix <> '', CONCAT('" . $vbulletin->options['prefixmarkup_start'] . "', thread.threadprefix, '" . $vbulletin->options['prefixmarkup_end'] . "', thread.title), thread.title) AS threadtitle, forumid, pollid, open, replycount, postusername, not sure it that was all that was affecting subscriptions or not, there was also a problem with instant email notifications not being received but was only tackling one problem at a time. waiting to hear back from members as to whether that also cleared up with the above fix. |
For peeps, who don't want the prefixes to be set by members, but only by moderators:
revert or not edit the template newthread, so u won't find the dropdownlist there ;) For those who only want images as prefixes, go to: vBulletin Options / Help Thread Prefixes v1.6.1 And edit the Prefix HTML Markup (within forums) to: <img src="images/prefixes/{1}.gif" title="" /> Unfortunately I tried to use {1} two times (as title="{1}") with no luck :( But with images as prefixes, u can make ur prefix any color u want. (type a word in a image-program, give it a color, save it as gif, and u're done ;) or just make a cute pic for it :cool: |
HMM, is it just me or does the display options dont work??
[_] Have Prefixes in alphabetical order (Prefix Number will be ignored) [o]Ascending [o]Descending when i submit the form it resets >_< |
All times are GMT. The time now is 09:00 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|