vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Mini Mods - Default Avatar (https://vborg.vbsupport.ru/showthread.php?t=223078)

-=Leb=- 10-01-2009 09:59 PM

good job :)

yamahapaul 10-01-2009 11:43 PM

very cool mod :up:

princeedward 10-02-2009 08:19 AM

:rolleyes: hmmm...i guess nobody want from developer and 2 Supporters / CoAuthors to reply all questions and suggestions here...right?

i wonder whats the real meaning exactly of Supported?

just askin ...
:p

Zachery 10-03-2009 11:43 AM

Quote:

Originally Posted by princeedward (Post 1893625)
:rolleyes: hmmm...i guess nobody want from developer and 2 Supporters / CoAuthors to reply all questions and suggestions here...right?

i wonder whats the real meaning exactly of Supported?

just askin ...
:p

Is it broken or not working as described? If so we'll provide support.

helltonic 10-04-2009 04:57 AM

Thanks

mgcom 10-05-2009 09:40 PM

works fine but not on the arcade ?

Any help

cheers

Link14716 10-05-2009 11:28 PM

Quote:

Originally Posted by mgcom (Post 1895354)
works fine but not on the arcade ?

Any help

cheers

The arcade would be out of the scope for this product unfortunately. I haven't looked at the arcade's code to know if it has hooks or not in the proper places, but it'd more than likely take a code modification to the arcade to change its behavior.

ZEHH 10-08-2009 09:41 PM

Nice 100000!

realdx 10-08-2009 10:34 PM

would be nice having a random avatar assigned to every new user.. :)

imported_silkroad 10-12-2009 01:46 PM

This would be a much more useful mod if we could specify default avatars for various user groups. One default avatar for the entire site is not very useful, IMHO.

Looking forward to a future version adds more value.

DeanLag 10-19-2009 04:21 PM

Quote:

Originally Posted by Waqas Anwar (Post 1902140)
I have installed add-on Avatar On Navbar and this mod at www.mysite.com and it was working fine.

Now I have installed vBadvanced and my vBulletin forum has been moved to www.mysite.com/forums..................... Now I am having a problem.

i.e;
Image Source URL has been changes to the following and I dont know how to fix it as I don't have much knowledge of coding, Please help.
http://mysite.com/forums/http://mysi...c/noavatar.gif

Admin CP under vBulletin Options -> User Picture Options -> Default Avatar Image Location.

Replace it with images/misc/noavatar.gif. If its already that, change it to forums/images/misc/noavatar.gif

DeanLag 10-19-2009 11:05 PM

Copy paste what you put in the field.

matthewhotdude 10-20-2009 07:27 PM

This would be a great mod, if it would randomize the default avatar

Waqas Anwar 10-23-2009 10:20 AM

Yah it is a great add-on :up::up:

anicetune 10-25-2009 10:14 PM

I've downloaded the XML file, but I'm not sure where in my vBulletin database to put it?

MagicThemeParks 11-01-2009 02:30 PM

I've been using this great mod, but I noticed that the default avatar is not resizing correctly in the profiles (see "Friends" block on right in link below). How can I get this sized correctly?

Magic Kingdom Forum Profile

Link14716 11-01-2009 09:31 PM

The default avatar on the friend's block is actually not done by this addon, it's done by default. Disable the product and notice that it'll still show there. Not sure how to get it to resize it properly, but that's out of the scope of this addon.

One way I can think of is to resize the current unknown.gif, and then reupload the full-sized version as a different name. Then, change the "default avatar location" setting provided by this product.

MagicThemeParks 11-01-2009 09:43 PM

I noticed earlier when a member who hadn't selected their avatar placed a comment that the default avatar was again larger than the 'normal' after installing this mod. So, both the friend block and the 'visitor message' are not within the scope of this addon.

I'll attempt your fix as long as everything will work for me as it should :)

Link14716 11-16-2009 12:14 AM

Downloaded updated to include the vB4 thread as the "homepage" of the product and added a version check URL. Nothing else changed. The same product will function on both vB3 and vB4.

segwayon 11-16-2009 02:06 AM

Quote:

Originally Posted by anicetune (Post 1906135)
I've downloaded the XML file, but I'm not sure where in my vBulletin database to put it?

The product XML files for these mods are usually uploaded via the AdminCP's "Plugins and Products" / "Manage Products" / "Add-Import Product" feature. Hasn't anyone assisted you with this yet?

yamahapaul 11-16-2009 06:42 PM

Quote:

Originally Posted by imported_silkroad (Post 1898536)
This would be a much more useful mod if we could specify default avatars for various user groups. One default avatar for the entire site is not very useful, IMHO.

I prefer this myself, as it encourages users to be individual, unique and to personalise their avatar..... just an opinion..:o

LB1981 11-16-2009 07:04 PM

Thanks for this mod

Palace55 11-24-2009 03:50 PM

Thanks for this modification, it has been installed on my forums! :)

netcommander 12-07-2009 01:26 PM

Hello
i've used this hack and i've uninstall via admincp and i've upgrade 4.0 and i see this error
Quote:

Database error in vBulletin 4.0.0 Beta 5:

Invalid SQL:

SELECT
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
user.*, userfield.*, usertextfield.*,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,


editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason, editlog.hashistory,
postparsed.pagetext_html, postparsed.hasimages,
sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages,
sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, infractiongroupid

,blog_user.entries
FROM post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)


LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 19 AND postparsed.languageid = 11)
LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 19 AND sigparsed.languageid = 11)
LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid)
LEFT JOIN blog_user AS blog_user ON (blog_user.bloguserid = post.userid)
WHERE post.postid IN ()
ORDER BY post.dateline;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
ORDER BY post.dateline' at line 29
Error Number : 1064
Request Date : Sunday, December 6th 2009 @ 09:40:16 PM
Error Date : Sunday, December 6th 2009 @ 09:40:16 PM
Script : http://www.xxxxx.com/forum/showthrea...-yardym-fx5500
Referrer :
IP Address : 66.249.xx.xx
Username :Guest
Classname : vB_Database
MySQL Version :
how can I fix this problem

Link14716 12-07-2009 02:35 PM

Quote:

Originally Posted by netcommander (Post 1926767)
Hello
i've used this hack and i've uninstall via admincp and i've upgrade 4.0 and i see this error

how can I fix this problem

This hack could not cause that error. I haven't seen that error before.

If you uninstalled it, it certainly isn't running anymore, and it makes no database changes. Furthermore, even if you kept it installed, it works just the same on vB4 as it does on vB3.

I don't know the cause of your error or how to resolve it, only that it isn't caused by this mod.

Zachery 12-07-2009 11:48 PM

Taht error message is from a thread that has no data. You've run impex.

netcommander 12-08-2009 08:05 AM

hmm how can fix this error Zachery ?
what can I do with impex ?
Thanks for all answer

SİMAR 12-16-2009 01:00 PM

thanks man

carolc 01-30-2010 10:11 PM

This works very nicely, thanks.

Is it possible for you to get this to work with the PhotoPost Gallery? If not, can you PM me an example of the conditional statements you used and I can see if I can figure out something similar to add to my gallery?

Thanks

xDazedx 02-03-2010 04:23 PM

Thanks for the great Mod

Halfhidden 03-24-2010 10:34 AM

Quote:

Originally Posted by carolc (Post 1970834)
This works very nicely, thanks.

Is it possible for you to get this to work with the PhotoPost Gallery? If not, can you PM me an example of the conditional statements you used and I can see if I can figure out something similar to add to my gallery?

Thanks

I would also be delighted to learn how Photopost could also benefit from this mod.
As it is at the moment those without avatars in the forum have a standard one but when in Photopost it vanishes.

jimsflies 04-28-2010 02:01 AM

...

ahheng 04-30-2010 12:52 PM

Thanks for this great mod. installed. :)

Zachery 07-09-2010 04:59 AM

Quote:

Originally Posted by Halfhidden (Post 2009296)
I would also be delighted to learn how Photopost could also benefit from this mod.
As it is at the moment those without avatars in the forum have a standard one but when in Photopost it vanishes.

None of us (geekydesigns) people have access to photopost. Personally not a big fan of their licensing model, so unfortunately I do not forsee any intergration on that level.

Halfhidden 07-09-2010 11:57 AM

Quote:

Originally Posted by Zachery (Post 2066676)
None of us (geekydesigns) people have access to photopost. Personally not a big fan of their licensing model, so unfortunately I do not forsee any intergration on that level.

I understand, in fact I've heard pretty much the same response from a lot of big scripting companies. Thanks anyway :cool:

Zachery 07-09-2010 11:37 PM

Quote:

Originally Posted by Halfhidden (Post 2066810)
I understand, in fact I've heard pretty much the same response from a lot of big scripting companies. Thanks anyway :cool:

I'm sure if you go over to photoposts website you can find my posts on the subject. Best of luck!

odln018 07-12-2010 01:17 PM

Is there a way you can set a default avatar for a specific group? I'm using 3.8.x

Zachery 07-15-2010 07:48 PM

NOt without modifications, right now this is pretty much all or nothing.

pein87 08-04-2010 05:45 AM

worked perfectly
thanks + installed on narutosoul.com

Blueracer66 08-10-2010 06:10 PM

Thanks for this! This is the second mod I have installed since I started using vBulletin (again)! Installed!


All times are GMT. The time now is 02:33 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.01700 seconds
  • Memory Usage 1,819KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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