PDA

View Full Version : Template usage question


Azum
10-24-2014, 12:42 AM
I should probably be able to figure this out, but no luck so far.

I have style AA and style BB.

In style AA when clicking on a thread (showthread) with debug mode on, one of the templates called is newpost_disablesmiliesoption

However, in style BB that template is not called.

Same is true for newreply and newthread (available in style AA, but not BB).

I need that template to be available in showthread, newreply, and newthread in style BB. How do I do that?

HM666
10-24-2014, 07:21 AM
I should probably be able to figure this out, but no luck so far.

I have style AA and style BB.

In style AA when clicking on a thread (showthread) with debug mode on, one of the templates called is newpost_disablesmiliesoption

However, in style BB that template is not called.

Same is true for newreply and newthread (available in style AA, but not BB).

I need that template to be available in showthread, newreply, and newthread in style BB. How do I do that?

Is that template from a mod that you installed? It sounds like it probably is, so really all you have to do is copy the template contents into a new template.

Follow these steps:

1. login to your Admincp.
2. Go to Styles & Templates>Style Manager
3. Find the style you want to add this new template to.
4. Click the dropdown on the far right and choose under Template Options "Add New Template".
5. Paste the contents of the newpost_disablesmiliesoption template found in the other style.
6. Save the new template.

Depending upon why you have this extra template you may need to add code to your showthread, newreply & newthread templates in order for it to call this new template into your style. Without seeing the template code I cannot tell you what code you need to add to those other templates or if you need extra code there or not.

If you installed a mod and this is what has caused your problem, be sure in the future that when ever a mod calls for you to edit the template of your style that you have to edit each style manually. Just edited one style does not automatically make it work everywhere. ;)

Azum
10-24-2014, 12:43 PM
Its's a default template afaik. The newpost_disablesmiliesoption template exists in the style BB, it's just not being called for some reason. I have looked at the style templates where it IS called (AA), and I see no hooks for that specific template defined in showthread, newpost, or newreply.

--------------- Added 1414166318 at 1414166318 ---------------

In fact, newpost_disablesmiliesoption is hard-coded into showthread.php, so I'm really not sure what the heck is going on.

HM666
10-24-2014, 03:12 PM
Its's a default template afaik. The newpost_disablesmiliesoption template exists in the style BB, it's just not being called for some reason. I have looked at the style templates where it IS called (AA), and I see no hooks for that specific template defined in showthread, newpost, or newreply.

--------------- Added 1414166318 at 1414166318 ---------------

In fact, newpost_disablesmiliesoption is hard-coded into showthread.php, so I'm really not sure what the heck is going on.

Well then its impossible to help without the code from the templates. Did you recently install any hacks on your forum?

Azum
10-24-2014, 07:46 PM
Well then its impossible to help without the code from the templates. Did you recently install any hacks on your forum?

I figured it out, it was a plugin that disables the full wysiwyg editor on this particular style.

HM666
10-24-2014, 07:56 PM
I figured it out, it was a plugin that disables the full wysiwyg editor on this particular style.

Ah great glad you got it figured out. :)