Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-07-2011, 02:00 AM
EuroBeat2's Avatar
EuroBeat2 EuroBeat2 is offline
 
Join Date: Feb 2008
Location: New Jersey, US
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 4.1.7 - Sidebar problems

I have noticed that when Sidebar is used several users avatars disappear leaving blank space. It looks like 4.1.7 does not recognize "customavatars". Any fix on that or maybe I am missing something? I had no problem with 4.1.5

Thank you.

EB
Reply With Quote
  #2  
Old 10-07-2011, 02:05 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS'true); 
If that doesn't work, try this:
Create a new style with no parent:
  • Styles & Templates > Style Manager > Add New Style
  • Parent Style: No Parent Style
  • Title: Default vBulletin
  • Allow User Selection: Yes
  • Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?
Reply With Quote
  #3  
Old 10-07-2011, 02:12 AM
EuroBeat2's Avatar
EuroBeat2 EuroBeat2 is offline
 
Join Date: Feb 2008
Location: New Jersey, US
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HMBeaty View Post
do you still have the same problem?
I tried your solution, to no avail. Another one perhaps?

Thank you in advance.

EB
Reply With Quote
  #4  
Old 10-07-2011, 02:19 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This may be something that would need added to JIRA then. Do the avatars appear in other places on the forum? Are you storing them in the database or the filesystem?
Reply With Quote
  #5  
Old 10-07-2011, 02:35 AM
EuroBeat2's Avatar
EuroBeat2 EuroBeat2 is offline
 
Join Date: Feb 2008
Location: New Jersey, US
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HMBeaty View Post
This may be something that would need added to JIRA then. Do the avatars appear in other places on the forum? Are you storing them in the database or the filesystem?
I am not sure what JIRA is. Yes Avatars appear anywhere else. They are stored in filesystem

Avatars are currently being served from the filesystem at ./customavatars

Sidebar properly displays avatars located in: /images/avatars or /images/misc

Thank you for trying to be helpful. Again, it worked perfectly in 4.1.5.

Regards,

EB
Reply With Quote
  #6  
Old 10-07-2011, 02:41 AM
CarlitoBrigante's Avatar
CarlitoBrigante CarlitoBrigante is offline
 
Join Date: Nov 2002
Location: Iceland
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

JIRA: http://lmgtfy.com/?q=vbulletin+jira
Reply With Quote
  #7  
Old 10-07-2011, 02:55 AM
EuroBeat2's Avatar
EuroBeat2 EuroBeat2 is offline
 
Join Date: Feb 2008
Location: New Jersey, US
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually I went further to this issue. Apparently Sidebar calls avatars from "thumbs" directrory:
i.e. /customavatars/thumbs. For some reason they are gone from that directory. I thought thumbs were created automatically. Any idea why they got erased or cannot be automatically re-created based on avatars located in /customavatars directory?

Thank you very much.

EB

--------------- Added [DATE]1317959777[/DATE] at [TIME]1317959777[/TIME] ---------------

Quote:
Originally Posted by CarlitoBrigante View Post
Thank you Carlito
Reply With Quote
  #8  
Old 10-07-2011, 02:58 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EuroBeat2 View Post
or cannot be automatically re-created based on avatars located in /customavatars directory?
Try this:

AdminCP > Maintenance > Update Counters > Rebuild Custom Avatar Thumbnails

--------------- Added [DATE]1317959955[/DATE] at [TIME]1317959955[/TIME] ---------------

But yes, they SHOULD be getting automatically created when a user uploads a new custom avatar. Have you tried this yourself to see?
Reply With Quote
  #9  
Old 10-07-2011, 03:14 AM
EuroBeat2's Avatar
EuroBeat2 EuroBeat2 is offline
 
Join Date: Feb 2008
Location: New Jersey, US
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HMBeaty View Post
Try this:

AdminCP > Maintenance > Update Counters > Rebuild Custom Avatar Thumbnails

--------------- Added [DATE]1317959955[/DATE] at [TIME]1317959955[/TIME] ---------------

But yes, they SHOULD be getting automatically created when a user uploads a new custom avatar. Have you tried this yourself to see?
The problem was chmod was not set properly. Now it 777 (write permission and no problem displayin).

Thank you.
Reply With Quote
  #10  
Old 10-13-2011, 10:03 AM
Rogerant79 Rogerant79 is offline
 
Join Date: Feb 2010
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I HAVE SOLVED

Basically I moved the avatars from the database to the filesystem:

is explained in the video the whole process:

http://www.youtube.com/watch?feature...v=zUDF4NfYXuY#
Reply With Quote
Reply


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 09:30 AM.


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.04706 seconds
  • Memory Usage 2,260KB
  • Queries Executed 13 (?)
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)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete