vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Default Avatar (https://vborg.vbsupport.ru/showthread.php?t=97347)

SEOvB 01-02-2008 11:07 PM

works fine on 3.7b3 as well

Zachery 01-04-2008 08:46 AM

I'll probally clean the code up and make it atad more user friendly come 3.7 gold.

mahmuttunc 01-24-2008 09:41 AM

installed.and works perfectly on 3.6.8

Boofo 01-29-2008 12:37 PM

Quote:

Originally Posted by FRDS (Post 1414202)
works fine on 3.7b3 as well

You mean it shows up in posts fine. It doesn't work in the memberlist or the profile. I would say it doesn't work more than it works.

SpreadingLight 02-20-2008 03:50 PM

What is the process to install this? No success importing it as a product or adding it as a plugin.

frenzi 04-01-2008 10:51 PM

Quote:

Originally Posted by SpreadingLight (Post 1447438)
What is the process to install this? No success importing it as a product or adding it as a plugin.

Upload the noavatar.gif to the default path (images/avatars). Then upload and install the .xml file through the adminCp panel (Plugins & products, Upload plugins) and there ya' go!

Love the hack works perfect for 3.6.8! Wished it would show the avatar on the members page but it shows on their individual profile and their posts...that's good enough!

*installed*

deadlychaos25 04-14-2008 07:04 PM

Installed - what i did : uploaded the image and file in the particular directories then simply clicked on Download/Upload plugin and Imported the XML file.
Simple :)

Michael2 05-16-2008 02:23 PM

Works fine on vB 3.7. Thanks again!

gencmesaj 05-26-2008 12:50 PM

don't need to edit postbit_legacy... ;) thanksss (installed)

hunteds911 07-04-2008 04:57 PM

I am trying to change the default avatar extension to PNG and I also try this mod but could not get anything to work to change out my default noavatar.gif to use a noavatar.png instead.

Anyone know how to go about this I am kinda new to changing all this out. lol

Noosphere 07-13-2008 09:31 PM

Installed. Very quick, very clean.

Can't believe this isn't a default option in vbulletin, but whatya gonna do?

Thanks!

KAWIE1 07-21-2008 12:51 AM

Thanks...my first mod. :D

nyunyu 07-30-2008 11:08 AM

Great! Works fine on 3.6.9!
I use my own default avatar instead of the default noavatar.
Just changed the name in xml file.

Masiello 08-19-2008 04:18 PM

Can this work with vB 3.7.x?

JesusLiv3s 08-20-2008 01:13 AM

I'd like to know the same. If we don't get a reply I'm going to give it a try tonight and let you know.

EDIT: Postbit works, member page doesn't.

Masiello 08-25-2008 03:57 PM

Quote:

Originally Posted by JesusLiv3s (Post 1602741)
I'd like to know the same. If we don't get a reply I'm going to give it a try tonight and let you know.

EDIT: Postbit works, member page doesn't.

Damn, bad news...

serra00 10-10-2008 07:39 AM

https://vborg.vbsupport.ru/

that I do?

djxcee 10-13-2008 08:51 AM

I think you need to resize the image to fit your forum.

djxcee 10-30-2008 05:55 AM

Ah, tried installing this but not working on 3.7.3.
I have my avatars stored on system files, can this be a reason?

Zachery 10-31-2008 02:23 PM

Nope, works fine when used properly.

connkid25 12-05-2008 12:31 PM

Quote:

Originally Posted by Zachery (Post 1656653)
Nope, works fine when used properly.

How do we get the member page to work? I can resize the image but I cant figure out how to get it to show on the member page. Zach, you should update this mod. It really is one of those mods we cannot live without! :)

Trixi.com 12-10-2008 04:23 PM

Nice plugin. Works also on 3.7.4. Thank you

Kihon Kata 12-10-2008 11:51 PM

Quote:

Originally Posted by Zachery (Post 1656653)
Nope, works fine when used properly.

Not working for me 3.7.4. Only postbit.

Zachery 12-12-2008 11:25 PM

Quote:

Originally Posted by Kihon Kata (Post 1682805)
Not working for me 3.7.4. Only postbit.

You screwed something up.

Kihon Kata 12-12-2008 11:53 PM

Quote:

Originally Posted by Zachery (Post 1684190)
You screwed something up.

No, I didn't. This was working for me for a long time. I then upgraded from 3.6.8 -> 3.7.4 and it broke.

I didn't screw anything up :)

djxcee 12-13-2008 10:27 AM

Try to reinstall the product.

Working for me on 3.7.4

Kihon Kata 12-13-2008 12:34 PM

Quote:

Originally Posted by djxcee (Post 1684430)
Try to reinstall the product.

Working for me on 3.7.4

djxcee, it's not a product, it's a plugin. It's just not working for me in the member profiles but it _IS_ working in the postbits.

Zach,

I checked the plugins and there are two there. One for postbit_display_complete with this code:
Code:

if (!$this->post['avatarurl'])
{
$this->post['avatarurl'] = "images/avatars/noavatar.gif";
}
if ($this->registry->userinfo['showavatars'])
{
$show['avatar'] = true;
}

Code:

One one in the member_complete with this code:

if (!$avatarurl)
{
$userinfo['avatarurl'] = "images/avatars/noavatar.gif";
}
$show['avatar'] = true;

As you can see, I have the image in there too: http://www.makeuptalk.com/forums/ima...s/noavatar.gif (click it)

Help?

djxcee 12-13-2008 02:01 PM

Quote:

Originally Posted by Kihon Kata (Post 1684481)
djxcee, it's not a product, it's a plugin.

Um, it is a product that adds two plugins to vBulletin?

Checked your forum, looks like it's working.

Kihon Kata 12-13-2008 02:19 PM

Quote:

Originally Posted by djxcee (Post 1684528)
Um, it is a product that adds two plugins to vBulletin?

Checked your forum, looks like it's working.

When I try to add the "default_avatar.xml" I get this message:
Quote:

This file appears to be a Plugin, not a Product. Please use the Plugin Manager to add this file.
So that tells me it's a plugin and NOT a product.

BTW, it's not working in our profiles

Thanks for trying to help though.

connkid25 12-13-2008 04:54 PM

Quote:

Originally Posted by Zachery (Post 1684190)
You screwed something up.

Zach, it doesnt work with 3.7 on the member page. Postbit works though!

vtte 12-14-2008 05:22 AM

Yeah 3.7.4 only the postbit is supported, but I guess that's not too much of a problem. It would be nice if you could update this plugin!

connkid25 02-27-2009 10:42 AM

Has anyone figured out how to get this to work on the member pages for 3.7 and 3.8?

JPetrillo 07-15-2009 01:29 AM

Is there a mod like this that works for v3.8.x?

Like other people are saying, it works on the postbit, but it does not work on the members list or the profile page. How to make it work?!?!? :D

goxy63 08-11-2009 03:15 PM

Quote:

Originally Posted by JPetrillo (Post 1848904)
Is there a mod like this that works for v3.8.x?

Like other people are saying, it works on the postbit, but it does not work on the members list or the profile page. How to make it work?!?!? :D

Yeah working one for 3.8 ANYONEEEE ?
:D

tetooo 08-14-2009 09:27 AM

http://www.ahba2b.com/vb/images/icons/eh_s(4).gif thanks

tetooo 08-14-2009 09:29 AM

http://www.ahba2b.com/vb/images/icons/icon1.gif very good

Verionia 08-18-2009 12:17 AM

Does this work with 3.84? 3.83? Please I need this!

NTMID8 08-18-2009 12:38 AM

Quote:

Originally Posted by Verionia (Post 1869471)
Does this work with 3.84? 3.83? Please I need this!

I'm using this on 3.8.3.

Verionia 08-18-2009 01:01 AM

Ok, thanks I will install this now :)

goxy63 08-27-2009 09:17 AM

Quote:

Originally Posted by NTMID8 (Post 1869476)
I'm using this on 3.8.3.

is it working just fine within member profile?


All times are GMT. The time now is 04:34 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.02525 seconds
  • Memory Usage 1,796KB
  • 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_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete