MyBB Hacks

Full Version: Thread Descriptions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
ohhh sorry

i just see my mistake

eheheheh thanks its ok thanks.....
This trick is still able to run on the latest Xthread? Erf

I've tried to follow all the steps outlined but "Custom Thread Fields" which meant not appear. Eyes
Thread descriptions does indeed still work.
I don't know what you mean on your second line, but if it's referring to the Custom Thread Fields section in the ACP not being shown, then I'm surprised anything in XThreads works for you.
What do I need to do to get the description displayed in the subscribed threads?

Sorry for my bad english.
XThreads isn't supported in that section.
Dearest Zinga,

Are the steps still the same for myBB 1.8?

Thanks man!
I don't see why not.
hello.
is it possible to use a new 'description' also on new replies and showing it also in every post (postbit)?
thank alot for helping
Mel
Nope.
Can I have some help please? I got this going with the default 1.8 template, but the template for the new theme I am using is giving me a bit of trouble. I can get descriptions showing for threads, but when you create a new thread the option is missing to add a description.

Here is the forumdisplay_thread template for this theme:

Code:
<tr class="inline_row">
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></td>
	<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
	<td class="{$bgcolor}{$thread_type_class}">
		{$attachment_count}
		<div>
          <span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span></span><br />
          {$threadfields['desc']}<span class="smalltext">{$lang->xstyled_startedby} {$thread['profilelink']}</span>
		</div>
	</td>
	<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['multipage']}</td>
    {$rating}
	<td align="left" class="{$bgcolor}{$thread_type_class}" style="width: 70px; padding-right: 20px;">
      	<i style="font-size: 14px;" class="fa fa-comments fa-fw" title="{$lang->xstyled_replies}"></i> {$thread['replies']}</a>{$unapproved_posts}<br />
		<i style="font-size: 14px;" class="fa fa-eye fa-fw" title="{$lang->xstyled_views}"></i> {$thread['views']}
	</td>
	<td class="{$bgcolor}{$thread_type_class}" style="width: 200px; text-align: left;">
      	{$lastposterlink} <a class="effect" href="{$thread['lastpostlink']}" title="{$lang->xstyled_golastpost}"><i style="font-size: 14px;" class="fa fa-toggle-right fa-fw"></i></a><br />
      	<span class="smalltext">{$lastpostdate}</span>
	</td>
{$modbit}
</tr>


Any help? Chucking {$threadfields['desc']} before <span class="smalltext">{$lang->xstyled_startedby} {$thread['profilelink']}</span> half works as said.

Pages: 1 2 3 4 5 6 7 8
Reference URL's