vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Template usage question (https://vborg.vbsupport.ru/showthread.php?t=315035)

Azum 10-23-2014 11:42 PM

Template usage question
 
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 06:21 AM

Quote:

Originally Posted by Azum (Post 2519895)
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 11:43 AM

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 [DATE]1414166318[/DATE] at [TIME]1414166318[/TIME] ---------------

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 02:12 PM

Quote:

Originally Posted by Azum (Post 2519915)
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 [DATE]1414166318[/DATE] at [TIME]1414166318[/TIME] ---------------

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 06:46 PM

Quote:

Originally Posted by HM666 (Post 2519927)
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 06:56 PM

Quote:

Originally Posted by Azum (Post 2519964)
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. :)


All times are GMT. The time now is 05:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01632 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete