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
I have two other themes that do not show any of the configurations All the defaut themes do but not the others.. how can I get this to to display on all my themes?
I put the config on forumdisplay_thread template and nothing. do I need to add the global files to each of them?
Duplicate the postbit_first template and add it to your template sets.
Okay I just thought of that LOL... Jus the post templates..

this is odd...it shows on the thread the author does and when you add a post but not on the post itself. everything is there for the threads to appear on the post and they are not.. Maybe the configuration needs to add the space for the xthreads it is the Square theme.
Go to your showthread Template and search for

Code:
	<div id="posts_container">
		<div id="posts">
			{$posts}
		</div>
	</div>


and add this variable {$first_post} before {$posts}

Oh Okay I will try that Smile
well it did not work out but do not worry about it , thank you for all your patience and help MrBrechreiz. Unfortunatly I would have to delete the current Xthread and then I would have to do the forum authors ISBN and Genre all over from scratch over 300 of them Biggrin  So all is good for now  thank you again!
Hi, I try to add some fields on my forum. I tryed do like in this example, but on point 5, when I try to add new tread, there isn't this field. Form looks like before adding this field... What's going on? What I'm doing wrong?
(12-23-2016 02:41 AM)gagatek Wrote: [ -> ]Hi, I try to add some fields on my forum. I tryed do like in this example, but on point 5, when I try to add new tread, there isn't this field. Form looks like before adding this field... What's going on? What I'm doing wrong?
You probably have a template conflict somewhere.
Try deactivating then activating the plugin to see if template edits get re-applied.
thank you Smile
Pages: 1 2 3 4 5 6 7 8
Reference URL's