![]() |
Quote:
Actually though, it works GREAT with your hack. Like all my Staff forum titles are read, so they really stand out when they pop-up on ispy!! Its only since you changed it and had first threads pop up instantly that there is a problem. As the feed one at a time they look as they should. |
In vaispy.php, line 166, change:
Code:
$thread['forum'] = htmlspecialchars_uni($vbulletin->forumcache["$tforumid"]['title']); Code:
$thread['forum'] = $vbulletin->forumcache["$tforumid"]['title']; |
Hi MPDev, I gotta say that your mod is incredible. We run a very busy forum (132,000+ members, 1.5+ million posts) and this is a real life saver for our moderator. Thanks for sharing it with the rest of us!
My only question: Is it possible to support colored user names? We have it set up so our staff members show up in a bright blue color so people can quickly distinguish them from normal users. We are using the "Username HTML Markup" fields in the Usergroup Manager to apply the color. If not, no big deal, but it would help to see that info. Thanks again, -Daruka |
I assume the query would have to be modified to pull in the user table properties of the lastposter (lastposterid) and then fetch_musername() would have to be called; but I don't have the time to write it out just now.
|
^^i have a question MPDev. Is there anyway that posts from a particular forum NOT show up. I have one area where people posts links to their OWN MUSIC. It's a forum cat. whereby you need to be added to a usergroup that allows you to see it.
Right now, that forum and its post contents are visible. Can this be done? Thank.s |
Sure, look in the vaispy.php script in the configuration area at the $blockforums variable; just put forum ids sperated by commas in that variable.
|
Quote:
After the change the CMPS module quit working. Changed it back and CMPS module started working again. |
Well, how about:
Code:
$thread['forum'] = htmlspecialchars_uni(strip_tags($vbulletin->forumcache["$tforumid"]['title'])); |
Quote:
You Rock. That seems to be working just fine on both CMPS and the ispy.php page. :D |
Any idea why mine won't pick up new posts? I have to refresh the page for it to be picked up. It worked previously, but for some weird reason it won't work now.
Here it is. Any help would be appreciated. |
All times are GMT. The time now is 10:38 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|