Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Custom Tabs show Extension Options for certain extentions.
Hello everyone. I installed my Vanilla forum 1.1.2 yesterday and have been adding on all the extensions I find that look like things I know I'll be using. One of those extensions was the Private Messaging extension. Reading through the discussion about said extension, the point was made that said extension shows Extension Options for a couple of extensions in the Inbox. I researched this further but found no resolution, so I left it be and went on to install other extensions. As I did so I realized that this bug exists not just for the Inbox, but for all my other custom tabs (Members tab from Member List extension, People tab from the Friends extension, and File List tab from the Dojo File List extension) as well. I poked around in the code some, but my expertise is in Access database programming and Javascript (well, as far as Javascript, I understand it enough to be dangerous...) so I wasn't able to really make much sense of it at the time. I'm sure with a few days to go over it I might be able to, but I was wondering if anyone else had noticed this previously and if there was a patch or a codefix I could use to rectify this bug?
0
This discussion has been closed.
Comments
http://www.project17productions.com/forum
When you look at any of the custom tabs, you'll see extension options. (You'll need to log in as test/test.)
I would assume that there is something in those extensions that is conflicting with the extensions that create those new tabs (or with the new tabs module of the core) which allows those options to be displayed, even to regular members. (Let me confirm that, actually... I'll be back in a minute.)
I don't use Poll Management, but I would guess there is also some criteria in there for displaying the information.
So, I think what you want to do is to add some code to the add-on to exclude it from appearing when someone selects your custom tab regardless of the role they have been assigned to. Is that what you need to do?