The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Also check your per forum permissions where usergroup settings can be overridden.
|
#12
|
||||
|
||||
Quote:
--------------- Added [DATE]1491416478[/DATE] at [TIME]1491416478[/TIME] --------------- Thought I fixed this because it does not seem constant. Some images go up no problem and others just do not show for guests. I just do not understand it. |
#13
|
||||
|
||||
The ones that don't show for guests.... do they show if you are logged in?
Can we get a link to an example post that shows an image for guests and a post that isn't showing the image for guests? |
#14
|
||||
|
||||
Quote:
Sure, I do not want to post the link publically though but I will pm it if ok with you. --------------- Added 05 Apr 2017 at 16:47 --------------- A couple other clues.. It is not just unregistered users that cannot see the images. It is other usergroups as well.. I post the images as admin and can only see them using admin.. If the attachment manager is used there are no problems at all.. PS - This was working before I did the 4.2.5 Beta 4 --------------- Added 05 Apr 2017 at 17:06 --------------- Using debug: guest: REPLACE INTO postparsed (postid, dateline, hasimages, pagetext_html, styleid, languageid) VALUES (3201450, 1491425387, 0, 'Nice in this topic.', 39, 1),(3208226, 1491425387, 2, 'Test \n[ATTACH=CONFIG]13581[/ATTACH]', 39, 1) admin REPLACE INTO postparsed (postid, dateline, hasimages, pagetext_html, styleid, languageid) VALUES (3201450, 1491425387, 0, 'Nice in this topic.', 39, 1),(3208226, 1491425387, 2, 'Test \n[ATTACH=CONFIG]13581[/ATTACH]', 39, 1) |
#15
|
||||
|
||||
Dave tracked it down to patches/vbforum/attach/post.php:
if ($this->attachmentinfo['contentid'] == 0) { if ($this->registry->userinfo['userid'] != $this->attachmentinfo['userid'] AND !can_moderate($postinfo['forumid'], 'caneditposts')) { return false; } } |
Благодарность от: | ||
KevinL |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|