![]() |
Are you referring to the CMPS mod?
|
Quote:
|
<See the module thread. />
|
I am not seeing a </ if> anywhere....
Also, noticed that first 15 posts that show up immediately do not parse the html in the forum column... |
This is awesome. Thanks.
|
G_Man, are you talking about the vBAdvanced module or just this mod? I'm confused.
|
I am now lost on what version of 1.11 I have. There was the original and then 2 (?) changes and still on v1.11.
Bob |
Quote:
|
The latest version, for some reason doesn't seem to be working for me.
http://www.ureshi-now.com/forums/ispy.php I have modified vaispy.php to ispy.php but have amended the .js file accordingly. I have not made any other amendments other than the page title. |
1.11 doesnt work well. Where can I download 1.10?
|
Quote:
|
Quote:
row14 and then row21 where is row 15-20? |
Quote:
|
I've modified the vaispy.php application in the download to include new code to add empty rows when the initial pull yields less than 20 rows.
This should fix the display issues. |
Quote:
and http://www.afterseppuku.com/theforum/vaispy.php is the main screen. |
Quote:
|
I'm using the latest download (just re-grabbed it) - and I'm having an issue with the $blockforums facility.
If I add more than three exclusions, then the display of vBISpy breaks. Some blank rows are appended to the bottom of the list. Sometimes the most recent entry at the top blanks out after a few seconds, although the links in it are still active if you move your mouse over the area. It also appears that the script stops working properly - ie, no new posts appear. |
G_Man, you have an error in your header:
Expected ',' or '{' but found '/'. on line 385. Just thought you might want to chekc that out. You've also set your var vbforum variable wrong, look at the example it should be: var vburl = '/theforum/'; not: var vburl = 'theforum'; |
Quote:
|
Quote:
Question that I've always wondered... how do I find a line, like like line 385... surely you don't count. |
Greetings MPDev, and congratz for the great work.
I'm trying to display the last posts in my site frontend wich runs on Postnuke... but I just cannot make vaispy.php display anything if ran or called from outside the forum path. I tried copying it to the site root (modifying the "require once" command to adress the full path of global.php), tried an iframe, calling if with an include, with a require, etc and nothing seems to work, it just displays a blank page. EDIT: finally, it was simpler than I though. I just added a full path call in my frontend in the form of: require_once('http://www.site.com/forum/vaispy.php'); |
Quote:
|
Quote:
|
Quote:
Tobi |
Quote:
|
Excellent.
I am making one change the to va_spy.js file in the current build as a couple users complained about not wanting the "subscribed threads only" option. (By the way, anyone tested this to make sure my query is right?) At line 64 in va_spy.js, I added a condition: Code:
if (document.getElementById("subscribe")) { |
Have you looked at my main vaispy page?
The first clips still display the HTML.... Not a big deal, but sure clutters up such a pretty Mod.... |
What do you mean still displays the HTML? The page looks good to me.
|
Quote:
You need to scroll down a bit and the G-Buddy Forum is invisible to non-staff.... Here is a screenshot. |
I take it you use html in your Forum titles?
|
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 06:47 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:
|