vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Variable Help (https://vborg.vbsupport.ru/showthread.php?t=269517)

MatiasCandy 09-01-2011 04:21 PM

Variable Help
 
I have a product that is hard coded in a lot pf places when it comes to images.
(edit, delete, etc)

I want the images to change with the theme, can someone please tell me the variable(s) I need to use in my template to make this happen.

Right now it is hard coded at "/images/delete.gif"

nhawk 09-01-2011 05:18 PM

There are 14 image variables in vB...

Code:

imgdir_attach
imgdir_button
imgdir_cms
imgdir_editor
imgdir_gradients
imgdir_icons
imgdir_misc
imgdir_mobile
imgdir_pagination
imgdir_rating
imgdir_reputation
imgdir_searchresults
imgdir_siteicons
imgdir_statusicon

So if the delete.gif is in the misc image directory you would use..
Code:

{vb:stylevar imgdir_misc}/delete.gif
BUT.. remember, that means every style would need to have that gif in it's misc image directory. And that's not something that is common. Mods/Add-ons usually have their own images if there are any that are custom and not common to vB.

MatiasCandy 09-01-2011 06:16 PM

Thank you. I am trying to make sure the images change with the theme. With your help I am sure I can get it to work.

Thanks Again

MatiasCandy 09-04-2011 06:17 PM

I am working on the path for the product and I got it to work in the plugin and templates but I noticed some of the php files are hard coded.

I am using the following in the plugin and it works just fine.
'. $vbulletin->options['custom_path'] .'

what would I use in the php files?

Thanks


All times are GMT. The time now is 07:04 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.00961 seconds
  • Memory Usage 1,710KB
  • 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
  • (2)bbcode_code_printable
  • (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