vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   where ca I find the templates? (https://vborg.vbsupport.ru/showthread.php?t=159914)

carloslopez 10-10-2007 01:21 PM

where ca I find the templates?
 
Hi there.

I want to add an extra button to the editor, this button would be a link to my own php code, so that, user can create a customized image, then, this image would be inserted in the post. I've got some idea 'bout how to do it, but I need to change some templates (showthread_quickreply, postbit_quickedit,...) and I don't know where to find this templates to change the code. (sorry, I'm so new at this:confused:)

Where can I find them?

Analogpoint 10-10-2007 01:35 PM

All templates are in the Admin Control Panel -> Styles & Templates -> Style Manager Then expand your style and pick a template.

carloslopez 10-10-2007 02:56 PM

Done, I've been able to add, my own button to the editor, now I need to know where to add my code. In this template, there is no called functions. I need to link this button to my own action, how can i do it?

Thanks

Analogpoint 10-10-2007 04:50 PM

vB dynamically adds the onclick, onmouseover etc handlers for the buttons. If you want to do things like add text to the editor, you're going to have to dive into the js files (found in the clientscripts dir) and familiarize yourself with the objects there.


All times are GMT. The time now is 09:45 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.00973 seconds
  • Memory Usage 1,709KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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