Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)

Reply
 
Thread Tools Display Modes
  #21  
Old 10-20-2001, 10:08 AM
Kamran Kamran is offline
 
Join Date: Sep 2002
Location: Bucks, UK
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know what I'm doing wrong?

thx

Kam
Reply With Quote
  #22  
Old 10-22-2001, 08:44 AM
B0204520
Guest
 
Posts: n/a
Default

try this:
in postbit

change [fieldx] to

<img src="$post[fieldx]">

but the thing is that when user don't use avatar links...
it shows "x" image not found sign...
Reply With Quote
  #23  
Old 11-01-2001, 04:49 PM
ibeblunt's Avatar
ibeblunt ibeblunt is offline
 
Join Date: Oct 2001
Location: Jersey City, NJ
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In version 2.2.0 you will need to add the hack to the following to /admin/functions.php:

Line 182:

// hack
if ($post[field8]) {
$post[field8] = "<img width=50 height=50 src=$post[field8] border=0>";
}

Keep in mind, my field is referred to as field8, yours will be different.
Reply With Quote
  #24  
Old 03-08-2002, 03:12 PM
Christine's Avatar
Christine Christine is offline
 
Join Date: Oct 2001
Location: PA
Posts: 472
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to retain the canned avatars while still allowing remote linked ones?
Reply With Quote
  #25  
Old 04-27-2002, 04:38 PM
dslteam dslteam is offline
 
Join Date: Apr 2002
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have 2.2.5. version.

i tried to edit the template "postbit" -> but in the thread it comes the whole code and the avatar. if i delete the code and let only: <img width=50 height=50 src=$post[field8] border=0>, there is a image not found symbol if there is no avatar.

i tried to edit the functions.php file, but it happens nothing after it.

please help !!!!

i simply want that the users can add the URL to their avatars and i simply link them.
Reply With Quote
  #26  
Old 04-27-2002, 08:42 PM
ibeblunt's Avatar
ibeblunt ibeblunt is offline
 
Join Date: Oct 2001
Location: Jersey City, NJ
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's what I did:

In function.php, Line 185 after '$userinfo=$post;'

// HACK
if ($post[fieldX]) {
$post[fieldX] = "<img width=\"50\" height=\"50\" src=\"$post[fieldX]\" border=\"0"\>";
}
// HACK

What this will do is CHECK to see if the user has an image set in fieldX. If so, it will display the avatar, otherwise it skips it.

Now that I look at it, I should make it check to ensure it's a gif or jpg and then that the image is there.
Reply With Quote
  #27  
Old 06-04-2002, 05:13 AM
Teknoscape Teknoscape is offline
 
Join Date: May 2002
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this still current for the latest version of vBulletin?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:59 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03988 seconds
  • Memory Usage 2,206KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (6)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete