vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Need help with buddy/pm/email/profile/etc buttons as text (https://vborg.vbsupport.ru/showthread.php?t=84747)

TGD 09-27-2002 12:33 AM

Need help with buddy/pm/email/profile/etc buttons as text
 
For the posts of members........just like in this forum i dont want to use buttons but rather text like this forum has for buddy/pm/profile/www/quote/edit/etc buttons.......i just dont know what code to use or what to put in place in order for me to have text......im referring to the text at the bottom of each persons post like in this forum.............im not to great with html,etc so i need some help.......

thx in advance

Tony G 09-27-2002 01:03 AM

It's in the postbit, can you find where the code for the buttons is in there first?

Brad 09-27-2002 05:29 AM

in all templates below find the img code, for example this would be the image for the edit button, replace this:

<img src="images/edit.gif" border="0" alt="Edit/Delete Message">

with "Edit"

edit templates:

postbit_buddy
postbit_homepage
postbit_profile
postbit_search
postbit_sendpm
postbit_useremail
yahoo
icq
aim

and for edit/quote

open postbit:

find:

<a href="editpost.php?s=$session[sessionhash]&action=editpost&postid=$post[postid]"><img src="images/edit.gif" border="0" alt="Edit/Delete Message"></a>
<a href="newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid]"><img src="images/quote.gif" border="0" alt="Reply w/Quote"></a>

and edit that block of code.

if you need more help just reply but this sould get you in the right direction

TGD 09-27-2002 06:04 AM

thx for the help......much appreciated


All times are GMT. The time now is 08:48 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.01815 seconds
  • Memory Usage 1,706KB
  • 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