peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: Trying to upgrade vanilla forum because my forum js was infected*
you can use grep to look in the file quickly. e.g. cat dirlist.txt | grep js would list all js files. cat dirlist.txt | grep doc would list all doc files cat dirlist | grep pdf would list all pdf fil… (View Post)1 -
Re: Trying to upgrade vanilla forum because my forum js was infected*
you also need to fix this if you are using OnlineUsers - it doesn't find the image in /plugins/OnlineUsers/status-offline-icon.png <img style="vertical-align:middle" src="/newv… (View Post)1 -
Re: Trying to upgrade vanilla forum because my forum js was infected*
this is what firebug shows. but status-offline-icon.png is not found. does it exist in /plugins/OnlineUsers/ you may need to download the plugin again if you use it and re-install. it should have two… (View Post)1 -
Re: Trying to upgrade vanilla forum because my forum js was infected*
in class.onlineusers.plugin.php replace protected function _AttachOnlineUsers(&$Sender) { if(in_array($Sender->EventArguments['Author']->UserID, $Sender->Data('Plugin-Onli… (View Post)1 -
Re: Move "Bookmarked Discussions" to bottom of sidebar
e.g. to put who's online at the the top followed by... $Configuration['Modules']['Vanilla']['Panel'] = array('WhosOnlineModule', 'TagModule', … (View Post)3
