vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Profile Enhancements - Add Caption to Profile Picture (https://vborg.vbsupport.ru/showthread.php?t=188266)

schlottkej 08-15-2008 10:00 PM

Add Caption to Profile Picture
 
Step 1
Add New User Profile Field

Settings:
Single-Line Text Box
Title: Profile Picture Caption
Description: Adds a caption below your profile picture

The rest of the options in creating are up to you (your choice where you display they information)

When you are finished and saved, find the field's ID number (i.e. fieldid21) and remember it for step 2.



Step 2
Find:
PHP Code:

<td id="profilepic_cell" class="tborder alt2"><img src="$prepared[profilepicurl]$prepared[profilepicsizealt="<phrase 1="$prepared[username]">$vbphrase[xs_picture]</phrase>" /> 

Add Below: (change field27 to your field #)
PHP Code:

<if condition="$userinfo[field27]"><p><center><i><font size="1">$userinfo[field27]</i></font></center></p></if> 


whitetigergrowl 08-16-2008 01:44 AM

Excellent! Thanks!

Hornstar 08-20-2008 08:40 PM

Thanks, I might give this a go later. Would have been nice to have seen a screen shot tho.

BucWiLd 08-21-2008 03:25 PM

i feel the same, can we please have a screen shot?

schlottkej 08-26-2008 01:39 PM

Yeah, I will. When I get back to my PC with PS on it. :)

Daisyboo 09-19-2008 06:54 PM

Can you tell me which file I have to look for to do the changes please?
Cheers!

Sweeks 09-26-2008 06:28 PM

Anyone got a screen shot yet?
________
MASTURBATION SCHOOL


All times are GMT. The time now is 08:40 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.01211 seconds
  • Memory Usage 1,724KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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