vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Advanced Warning System (AWS) (https://vborg.vbsupport.ru/forumdisplay.php?f=105)
-   -   icons instead of text/buttons (https://vborg.vbsupport.ru/showthread.php?t=81202)

Acers 05-09-2005 05:52 PM

icons instead of text/buttons
 
can we have small icons to warn/view warn in navbar on line with reps and report post like icons?
If so the plz suggest the code modifications needed.
thanks

sv1cec 05-10-2005 07:16 AM

Go into your postbit template and find:

HTML Code:

<a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[username]</a>
Replace that with:

HTML Code:

<a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'><img src='images/misc/whatever.gif' border='0'></a>
That should replace your textual link for "Warn XYZ" with the image whatever.gif, which is found in your images/misc directory.

Do the same for the other two links ("View XYZ's warnings" and "View your warnings") using a suitable image.

The code for the other two links is:

HTML Code:

<a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[username]'s Warnings</a>
and

HTML Code:

<a href='Warn.php?do=ViewMyWarnings'>View your Warnings</a>
Then use "Textual Links" option, from your Warning Options.

Rgds

Acers 05-10-2005 10:53 AM

hey thanks.... just what i needed.

sv1cec 05-10-2005 11:02 AM

OK, now your turn to share with us the icons you are going to use. Maybe others are interested as well.

Acers 05-11-2005 03:00 PM

actually i asked before making them :D
now will make them and share with you guys ... :P

sv1cec 05-11-2005 05:07 PM

OK, let's see them.


All times are GMT. The time now is 08:11 AM.

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.01082 seconds
  • Memory Usage 1,716KB
  • 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_html_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