vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   ./images/avatars directory not writable even though... (https://vborg.vbsupport.ru/showthread.php?t=290971)

kh99 11-18-2012 09:14 PM

Hmm...does the user have a record in the customavatar table (where userid = their id)?

Snowhog 11-18-2012 09:24 PM

I'm just now in the AdminCP and looking at one of our members who has a custom avatar. Under Image Options his avatar is showing. In fact, it looks as if the custom avatars and profile pictures are known to our forum, as they can be seen when looking at their User information in the AdminCP.

Does that suggest anything to you regarding this issue?

kh99 11-18-2012 09:41 PM

Maybe try this experiment, if it's not too much trouble: edit the postbit_legacy template, and find this line:

Code:

                        <vb:if condition="$show['avatar']">
and change it to

Code:

                        <vb:if condition="$bbuserinfo[userid] == 1816 OR $show['avatar']">

That should force it to show avatars for everyone, but only for you (it looks like your userid is 1816). See if that makes the avatars look right.

Snowhog 11-18-2012 10:11 PM

The change won't save.
Code:

<!-- NEXT LINE COMMENTED BY SNOWHOG 2012-11-18 -->
        <!-- <vb:if condition="$show['avatar']"> -->

<!-- NEXT LINE ADDED BY SNOWHOG 2012-11-18 -->
<vb:if condition="$bbuserinfo[userid] == 1816 OR $show['avatar']">

I get:
Quote:

The following error occurred when attempting to evaluate this template:
Unclosed Tag
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

kh99 11-18-2012 10:14 PM

Since the template tags aren't really html, the html comments don't work to comment them out. There is a vb:comment tag you could use:

Code:

<vb:comment> NEXT LINE COMMENTED BY SNOWHOG 2012-11-18
        <vb:if condition="$show['avatar']">
</vb:comment>

<!-- NEXT LINE ADDED BY SNOWHOG 2012-11-18 -->
<vb:if condition="$bbuserinfo[userid] == 1816 OR $show['avatar']">

Also, I only added "$bbuserinfo[userid] == 1816 OR" so all you have to do is remove that when you're done.

Snowhog 11-18-2012 10:25 PM

Hmm. Well, now with this:
Code:

<!-- BEGIN MODIFICATION -->

<vb:comment>
<vb:if condition="$show['avatar']">
</vb:comment>

<vb:if condition="$bbuserinfo[userid] == 1816 OR $show['avatar']">

<!-- END MODIFICATION -->

Trying to save I get:
Quote:

The following error occurred when attempting to evaluate this template:
Invalid Tag Nesting
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
I've used the <!-- --> tags in the templates before.

kh99 11-18-2012 10:37 PM

Yeah, the vb:comment tags aren't working like I thought the should - I don't know why. But the problem is the first vb:if tag you're trying to comment out isn't getting commented out, and there's no corresponding </vb:if>. I guess if you really want to keep it in there you'll need a closing tag, like:

Code:

        <vb:if condition="$show['avatar']"></vb:if>

Yes, you can use html comments in a template, but they just get passed through to the browser. They don't affect the template compiler, so they don't work to comment out the special template tags.

Snowhog 11-18-2012 10:41 PM

I had a thought (it almost hurt).

All the affected members belong to the Established Users usergroup, which is an Additional Usergroup. They have all the permissions necessary. But, they belong to the Registered Users usergroup which doesn't have the permissions to use avatars or profile pictures.

I was making changes to the Registered Users usergroup 'today', but of course, the issue we are having began a day or so ago.

Question: Do the more restrictive permissions of the Registered Users usergroup override those of the Additional Usergroup? I don't believe that is how vBulletin works, but I have to ask.

kh99 11-18-2012 10:47 PM

Quote:

Originally Posted by Snowhog (Post 2382356)
Question: Do the more restrictive permissions of the Registered Users usergroup override those of the Additional Usergroup? I don't believe that is how vBulletin works, but I have to ask.

I'm pretty sure it's the opposite - a user has the most permissions of any of the usergroups he belongs to, so Yes overrides No and higher numbers override lower numbers, except where a 0 means "no limit" or something like that.

The experiment I wanted to try above was made to check if the problem was that $show[avatar] was false but everything else was OK. But if that's the case, then the only thing I can see that would cause that is the "Can Upload Custom Avatars" permission.

Snowhog 11-18-2012 10:50 PM

Okay, made the template change correctly and it saved. Cleared the system cache and logged out of my forum (clears cache and cookies) and came back in. Still no member avatars or profile pictures.

Not to complicate the issue here, but these members are also not able to PM anyone or access the change options within Settings:
Quote:

I click on Settings in the top right corner, if I click on "Edit Profile", "Edit Avatar", or "General Settings" I receive an access denied error, much like the one I posted earlier, but here it is again:
Quote:

vBulletin Message
benny_fletch, you do not have permission to access this page. This could be due to one of several reasons:
1) Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2) If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
As for the PMs, I notice I have a Notification and I select to view it. Once there, I find no way to reply to you. The only option I have is to "Delete this Message". I also have no option to send you a message by clicking on your name (only options: View Profile, View Forum Posts, View Blog Entries, and View Articles). When I try to click "Send New Message" I get another access denied message (same as above).


All times are GMT. The time now is 11:13 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.01123 seconds
  • Memory Usage 1,752KB
  • 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
  • (6)bbcode_code_printable
  • (5)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
  • (10)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