Go Back   vBulletin Setup > vBulletinSetup Information > vBSetup Marketplace > vBulletin Services

Reply 
 
LinkBack Thread Tools Display Modes
Old 06-23-2009, 10:49 AM   #1
vBulletin Owner
 
Taragon's Avatar
 
Join Date: Nov 2007
Location: Werkendam, The Netherlands
Posts: 30
Taragon will become famous soon enough
Send a message via MSN to Taragon
Avatar on threadbits per forum

Not really sure if this part of the site was meant for paid requests.. If not, feel free to remove this one :grin_Sealed:

I'm currently using a plugin hooked to threadbit_display. It seems however it's causing one extra query per thread.
Something I'd like to get rid of..

Also, because this plugin is a mixture of several readmes I would like to have this plugin optimized using the vB3.8.x standards. (This all under Creative Commons Attribution 2.0)

PHP Code:
require_once('./includes/functions_user.php');
$userid $thread['postuserid'];
$username $thread['postusername'];
$avatarurl fetch_avatar_url($userid);
if (
$avatarurl == '') {
    
$avatar "<a class='' href='member.php?u=$userid'><img src='$stylevar[imgdir_misc]/noavatar.gif' /></a>";
    }
else {
    
$avatar "<a class='' href='member.php?u=$userid'><img src='$avatarurl[0]' /></a>";
    } 
I will pay 20% right after the job is confirmed, and 80% right after the job is finished. (Currently I’m thinking about 35,- USD total, paid by verified Paypal)

If you're interested please contact me by pm at this board.

If possible including your real name, age, and reference of modifying you might have done in the past.

Reference of past successful paid requests:
vBulletin.org Forum
vBulletin.org Forum
vBulletin.org Forum
__________________
rapidshare downloads
Taragon is offline   Reply With Quote

Advertisement [Remove Advertisement]

Reply 
vBulletin Setup > vBulletinSetup Information > vBSetup Marketplace > vBulletin Services

Tags
avatar, forum, plugin, query, threadbits, threadbit_display

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Avatar in "View Forum Leaders" Sofia vBulletin Template Modifications 7 03-22-2009 03:47 PM
What kind of avatar trends do you see on your forum? Soliloquy Community Forum Management 8 09-27-2008 07:35 AM
Avatar in Navbar Forum Home Only otis Troubleshooting vBulletin Problems 2 12-20-2007 10:21 AM
Avatar ukfg Troubleshooting vBulletin Problems 3 10-15-2007 08:52 AM
Avatar charlesa6 Troubleshooting vBulletin Problems 0 10-13-2007 11:05 PM


All times are GMT -8. The time now is 06:14 PM.