PDA

View Full Version : Help Moving Thread Prefix in Forumdisplay & Showthread


Tweak589
09-18-2012, 10:52 PM
Hello, I need some help to customize my template so that is shows the rich thread prefix in a different location. This modification may seem strange to some, but I have decided to use the 'Prefix' functionality for something entirely different. I have a feeling this is fairly easy, I just need some of your help to get it working :). I have a fair amount of vBulletin experience, but not absolutely sure the best way to make this, or what variables to use, and where.

Two kinds of modifications to the templates:


Moving Prefix into a column in Forumdisplay:
Reasons for doing this is because of a special use case scenario on my forum. Currently, by default the prefix (REDTEXT) is shown next to the thread's title (see attachment)

BEFORE:
https://vborg.vbsupport.ru/attachment.php?attachmentid=141326&stc=1&d=1348076932

AFTER: (I would like to move the prefix away from the thread's title and put it in a column to the right)
https://vborg.vbsupport.ru/attachment.php?attachmentid=141324&stc=1&d=1348076932

If there is no Prefix set then the cell for that thread will be blank. Then there is the question if this can have the sorting functionality of all the other top headers to every column, but that isn't really needed.


Moving Prefix in Showthread:
I would like to move the prefix while viewing a thread so that it does not show up in the breadcrumb menu and instead show it before the body of the FIRSTPOST. In between the thread title and the body. It should not be included in a "Quote" (e.g. not part of actual post). There should be some kind of conditional case here where if there is No Prefix set then this will not show up and not affect the thread's layout.

BEFORE:
https://vborg.vbsupport.ru/attachment.php?attachmentid=141327&stc=1&d=1348076933

AFTER: (Any help with formatting a highlight/notice box as shown would be especially helpful):
https://vborg.vbsupport.ru/attachment.php?attachmentid=141325&stc=1&d=1348076933

Lynne
09-19-2012, 01:04 AM
I can't see the image for your forumdisplay question (broken), but for the showthread, it isn't going to be as easy as you'd like. You need to somehow remove it from the breadcrumbs (probably a plugin to do that) and then you need to make sure the prefix is available to your postbit template (another plugin) and then modify the template to add it to only the first post of the thread.

You are asking about a unique setup and I don't know that some coder is going to do this for free (since it won't get a lot of people needing it).

Tweak589
09-19-2012, 04:54 PM
Thanks for your response Lynne. I think I fixed the attachments, have a look.

I might as well try to see if anyone is willing to do this as paid help, I totally understand. I thought this might have been a quick set of hacks for the templates. If the majority of this work is more advanced, could you move this thread to the right place? I'll happily see if I can get some help there :).

Lynne
09-20-2012, 01:16 AM
You should post in the Paid Requests forum if you wish to make it paid. We don't move threads there since many users want to add more information like how to contact them and a price range.

Tweak589
10-15-2012, 11:57 PM
Hi Lynne,

Well it looks like I was asking for a lot, and in the end I just managed to do a bit of searching around and found a quick hack you had posted for another user here: https://vborg.vbsupport.ru/showthread.php?t=261657

With only a slight modification to match the newer code, it works just as expected. I made m prefixes float off to the right and just above the tag/has-attachment/subscribe icons.

I realize that this original request I had was a little too complex because I'd have an actual column to deal with. Even in some sections of my forum where I don't use prefixes, that'd be ugly. And I didn't want to get into any conditionals mess.

Although it isn't exactly what I wanted, it at least allows me to have a simpler implementation of the prefix being moved in the Forumdisplay.

As for the breadcrumb, I am happy with editing some of the PHP files to get rid of the rich text prefix from there.

Many thanks.