The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Sub Title....
Hi,
Is there away to have a sub-title to appear at for each thread? One way I was thinking of doing this is to use the Latest title of the last post to appear in the thread listing... Next post will help illustrate what I mean. LeMarsu Have a look at this image to help you understand. Hence in the image the sub title would read : "This subtitle would appear on the main thread list..." as written above. Regards LeMarsu |
#2
|
|||
|
|||
You would have to:
|
#3
|
||||
|
||||
Is there no way to get the Latest topic from the last thread to display?
ie is this is the last tread it would show "Here is the Sub Title" |
#4
|
|||
|
|||
Im sorry, i dont understand what you're asking.
|
#5
|
||||
|
||||
When you do reply (not quick reply) you get a Title Field you can fill in.
I would like to take the latest title field (in this case I put in "123456789") I would like it to be displayed in the thread list on my forum. The Image will help to explain LeMarsu Just looking around at the Threadbit template, there is a variable called $thread[lastpostdate] is there a something like : $thread[lastpostthreadtitle] Or I can create? |
#6
|
|||
|
|||
Ah. Theres quite a bit of mucking around to get that one working unfortunatly :\
Maybe someone can help you out (i dont have time to reasearch it ) |
#7
|
||||
|
||||
Just been looking around on this and I think this may need a plugin to be written...
I think something in the sort may be needed... not sure of the syntax Code:
$get_lasttile = $db->query_read(" SELECT title FROM " . TABLE_PREFIX . "post AS post WHERE threadid = $threadid And $thread[lastpostdate] = dateline.post AND visible IN (1 ") |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|