vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Members having problems viewing Announcements (https://vborg.vbsupport.ru/showthread.php?t=254612)

shunut 12-03-2010 01:30 PM

Members having problems viewing Announcements
 
I'm an admin on a forum and some of our members are saying that they are unable to view Announcements. Apparently this only happens when the user clicks "New Posts", and tries to view the Announcement from the "New Posts" screen. The error they get, is that they do not have permission to view the Announcement. I've looked through all the settings and can't seem to find anything that would disallow anybody from viewing the announcement. Any help or suggestions would be great.

We are running v3.6.4, btw.

Thanks,

Josh

vbenhancer 12-03-2010 01:50 PM

New Posts never show announcements...

announcement permissions are driven by the forum's permissions... if some groups do not have permission to view threads, it's the same for the announcements... did you check perms?

jscieza 12-04-2010 05:04 PM

Quote:

Originally Posted by vbenhancer (Post 2128821)
New Posts never show announcements...

If 'new posts' is showing announcements, how we can trace the origin of the problem? Thanks in advance.

shunut 12-05-2010 12:42 PM

Quote:

Originally Posted by vbenhancer (Post 2128821)
New Posts never show announcements...

announcement permissions are driven by the forum's permissions... if some groups do not have permission to view threads, it's the same for the announcements... did you check perms?

Yep, went through every group, every forum to check permissions, couldn't find anything there the would disallow a member from viewing the announcements. On our forum, announcements do show up when you click the "New Posts" at the top of the page. I actually talked to some of our moderators and they get the same problem.

Lynne 12-05-2010 03:06 PM

Take a look at the url - what does it look like and how does it differ from the one in the forum? Was the announcement posted from the forum or from the admincp?

shunut 12-06-2010 01:59 AM

It was posted from the AdminCP. I'll have to check the url.

Lynne 12-06-2010 02:30 AM

Actually, I see what the problem is. If I look at the link in the forum, it says "announcement.php?f=2&a=2" . If I see the same one in New Posts, it says "announcement.php?f=&a=1" So, the forumid isn't being shown. This should be entered into the bug tracker (if it isn't already).

jscieza 12-06-2010 12:09 PM

Quote:

Originally Posted by Lynne (Post 2129882)
Actually, I see what the problem is. If I look at the link in the forum, it says "announcement.php?f=2&a=2" . If I see the same one in New Posts, it says "announcement.php?f=&a=1" So, the forumid isn't being shown. This should be entered into the bug tracker (if it isn't already).

So are you able to replicate the issue at your end?

But this guy has said that "New Posts" shouldn't display announcements.

Lynne 12-06-2010 01:59 PM

I can replicate this on my 4.0.8 test site which does show announcements in the New Posts search. I do not have 3.6.4 which is why I was asking the guy to look at the URL. I honestly can't remember if announcement show in New Posts back in that version.

jscieza 12-06-2010 05:46 PM

I'm also able to replicate this issue in my vB 3.8.5 but it's highly customized and have a lot of mods installed so I can't say if this is a vBulletin problem or a problem due to a mod.

Issue is that New Posts is displaying announcements in this way:

http://www.forosperu.net/announcement.php?f=XXX&a=YY

Where XXX is the forumid of a non public forum (Staff only) so that's why people are getting a no permissions error. I don't know why New Posts is displaying the announcement with the forumid of my Staff only forum.

I think that in a default vBulletin 3.8.5 installation New Posts don't display announcements. Anyone can confirm this please? Thanks.

shunut 12-07-2010 02:14 AM

<a href="http://www.spyder.tv/forums/announcement.php?f=75&a=29" target="_blank">http://www.spyder.tv/forums/announcement.php?f=75&a=29</a>

This is the URL I get. When I look in my history it says it is an announcement in a certain forum. The forum it says it is an announcement in is not an active forum and nobody has access to it besides me, it is also the last section on the site. I'm going to play with that section and see if I can fix it.

jscieza 12-07-2010 09:45 AM

So we need to check if this is a vBulletin bug or a issue with a plugin/hack/mod.

shunut 12-07-2010 11:25 AM

So I went to the forum that my announcements say they are from, when you click them in the "New Posts" window. It seems that the admin before me, instead of making it an inactive forum, just changed the permissions so that nobody had permission to view the forum, therefore nobody would see the forum, since it was closed. Unfortunately this still didn't fix the problem. I tested another announcement and when clicked on through "New Posts" it said it was from another section on the forum that is setup just for admins. What is the common thread? When the first forum was active, it was the last active section on the forum. Once that was set to inactive, the admin section was the last active section on the forum. So, it seems that when you click on the announcement through the "New Posts" it pulls the permissions from the last active section on the forum. I created another section and put it at the very bottom of the forum, gave everyone permissions in the section, but made it so nobody could see it. I haven't been able to test this but should hopefully be able to do so this morning.

jscieza 12-07-2010 12:45 PM

Interesting. I can confirm that behavior of the announcements in New Posts. I mean, New Posts is displaying announcements in this way: http://www.forosperu.net/announcement.php?f=XXX&a=YY

Where XXX is the forumid of the latest forum (sort order) when you go to AdminCP >> Forums & Moderators >> Forum Manager

But the issue appears to be that announcements are being displayed in New Posts when they shouldn't be according to vbenhancer. So a stock, unmodified vBulletin 3.8.x installation shows announcements in New Posts yes or not? That's what we need to know :)

Lynne 12-07-2010 02:15 PM

I have a 3.8.1 test site and announcements do show up in New Posts. However, again, on my sites, they do not have a forumid - /announcement.php?f=&a=1 I think that is the problem you guys are having. I'll bet a modification is setting the forumid and it is getting included in the link (a problem of NOT having to register variables is that a variable can get set anywhere and will show up anywhere).

jscieza 12-07-2010 02:23 PM

Hi Lynne, then it's a bug in vBulletin right? I mean, New Posts should properly display the announcement link (registering the variable 'forumid' in the URL)?

shunut 12-07-2010 02:33 PM

I have had my fix tested by many members and everyone seems to be able to view the announcements when they show up in New Posts.

Lynne 12-07-2010 02:35 PM

Quote:

Originally Posted by jscieza (Post 2130453)
Hi Lynne, then it's a bug in vBulletin right? I mean, New Posts should properly display the announcement link (registering the variable 'forumid' in the URL)?

I'm not really sure. On both my 3.8 and my 4.x forums, there is no forumid in the announcement link and they work fine for everyone. There is something on you guys sites that is adding a forumid, and a forumid that isn't good for general users at that. If there is no forumid, then the annoucement id is still there - a=yyyy - and the link is valid. I think there is something on your sites that is adding a forumid in there when it should not be.

jscieza 12-07-2010 02:37 PM

Yes it looks like a mod is doing that thing. Issue here is that I have a lot of mods :(

shunut 12-07-2010 03:13 PM

Maybe we should compare mods then, since I only have 3.

I have:

1. AME - Automatic Media Embeding System
2. Forumrunner
3. Cyb - Advanced Permissions Mod

jscieza 12-07-2010 03:26 PM

Good idea shunut! :)

Pretty sure it's Cyb - Advanced Permissions Mod. Try disabling it and let us know if the issue is gone. Thanks.

shunut 12-10-2010 01:15 PM

Sure enough, I disable Cyb and guess what?

http://www.spyder.tv/forums/announcement.php?f=&a=34

No forum selected when viewed from New Posts. Unfortunately, I need the Cyb mod because our members were getting hit hard with PM spam that contained viruses.

Lynne 12-10-2010 01:57 PM

Could always write some code to set f to null if on that search page and using that template?

jscieza 12-10-2010 02:11 PM

Lynne, how can we do that? I'm not a programmer so I don't know what code are you talking about.

Lynne 12-10-2010 04:31 PM

Unfortunately, I know nothing about the modification, so I can't really suggest anything more concrete than that. Have you let the dev know about this issue? He may have a fix he can post for it.

jscieza 12-10-2010 04:56 PM

The dev of that product is Valter (aka Cyb) who unfortunately never replies to members questions in his mods (no support).

Is there any way to fix it by modifying a vBulletin template or file? Maybe we can define that the URL to show for announcements in New Posts should be announcement.php?f=X&a=Y

Where X is the forumid of a public forum that we can manually define.

Lynne 12-10-2010 06:21 PM

It's gonna be the same method to set the forumid to something and have it says f=x that it would be to have it set to null and say f=

Basically, somewhere he is setting a forumid for some reason, and you need to null that out after it is being used.

jscieza 12-10-2010 06:26 PM

When you get a bit of free time (if possible) could you please perform a quick review of the source code of that product in order to see where the problem might be? Here is the link to the product: https://vborg.vbsupport.ru/showthread.php?t=201285

Thanks!

Lynne 12-10-2010 06:32 PM

I just took a quick look at it. They guy has got over 40 plugins for that product and there is just no way I can go through all those. I'd *guess* is may have something to do with a plugin using one of the search hook locations. You can try turning them off and see if that fixes the issue.

jscieza 12-25-2010 09:57 PM

shunut, were you able to find a workaround for this issue?

Digital Jedi 12-29-2010 09:01 AM

Just for the record, I believe we've been able to see Announcements in New Posts since somewhere around 3.6.

jscieza 01-01-2011 05:04 PM

Hope to get this fixed by Valter this year :mad:

BirdOPrey5 01-01-2011 05:26 PM

In the plugin called search_results_start at the very end of the plugin add the following line:

Code:

$foruminfo['forumid'] = NULL;
Seems to have fixed the problem for me...

jscieza 01-01-2011 05:44 PM

Just wanted to say thank you very much!!!

BirdOPrey5 01-01-2011 05:45 PM

:up:


All times are GMT. The time now is 06:15 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.01313 seconds
  • Memory Usage 1,807KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (35)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete