vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Few questions about editor templates (https://vborg.vbsupport.ru/showthread.php?t=170813)

CoryNickerson 02-18-2008 04:06 AM

Few questions about editor templates
 
Hello,

I'm working on a new layout for my forums with the text editor. I managed to do some of the things through the template but theres a few bugs.

Whenever I hover one of the images for "bold" "italic" "quote" etc. It changes the background color. I looked at it under firebug and it keeps adding the this line to the div once hovered.

HTML Code:

style="border: medium none ; padding: 1px; background: rgb(225, 225, 226) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(0, 0, 0);"
Anyone got any ideas?

I can't seem to find any thing that would be adding this on hover. I made the layout edits in editor_toolbar_on. I also checked in editor_clientscript to see if there was any additional CSS or JS there that may be doing this.

Also the "switch editor mode" button. What does this do? All that I can see that it changes is the border. I want to get rid of the default 2px inset border. It has that mode on by default. Anyone know how I can edit this?

Thanks!!

Figured out the 2px inset border on switch editor mode. It was in clientscript/vbulletin_textedit.js

Figured out the image hover thing. Was under "all style options".


All times are GMT. The time now is 02:10 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.01118 seconds
  • Memory Usage 1,707KB
  • 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)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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