vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   how do i turn the report this post and ip logged links into buttons? (https://vborg.vbsupport.ru/showthread.php?t=37717)

212rikanmofo 04-21-2002 05:57 PM

how do i turn the report this post and ip logged links into buttons?
 
just like on this board, i want to take that:

"Report this post to a moderator | IP: Logged"

thing out and replace them with buttons like on here, can someone please show me how to do that? it's annoying me cause sometimes in certain posts it leaves a huge gap, so i want to completely remove those text links and put them into buttons right in the same cell with the pm, buddy buttons...

Admin 04-22-2002 11:53 AM

Edit the postbit template and postbit_ip template.

TvNut 09-06-2002 11:23 AM

Can you post what to do on this?

Thanks

g-force2k2 09-06-2002 02:18 PM

in those templates replace the

PHP Code:

<a href='{urlhere}'>{linkhere}</a

with:

PHP Code:

<a href='{urlhere}'><img src='{buttonsrc}'></a

hopefully that gives you a better understanding :) regards...

g-force2k2

Chris M 09-06-2002 05:04 PM

Edit template : postbit_ip_hidden

Replace :
Code:

IP: <a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]">Logged</a>
with:
Code:

<a href="postings.php?s=$session[sessionhash]&action=getip&postid=$post[postid]"><img src="ip image url goes here"></a>
Edit template : postbit
Find :
Code:

<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]">Report this post to a moderator</a> | $post[iplogged]</smallfont></p>
Replace with :
Code:

<p align="right"><smallfont><a href="report.php?s=$session[sessionhash]&postid=$post[postid]"><img src="report post image url goes here"></a> | $post[iplogged]</smallfont></p>
Satan


All times are GMT. The time now is 08:09 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.00968 seconds
  • Memory Usage 1,722KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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