![]() |
works great on 3.8 vb and 1.13.3 wiki with 3.1.0 vba
|
Thanks for the confirmation Optrex
|
Thanks for this mod.
I've modified your SQL query into this: $query = "SELECT o.rc_title, o.rc_user_text, o.rc_new, o.rc_namespace, o.rc_timestamp FROM " . $prefix . "recentchanges o, (SELECT max(rc_timestamp) as xtimestamp, rc_title, rc_namespace FROM " . $prefix . "recentchanges WHERE ABS(rc_old_len - rc_new_len) > 20 AND rc_namespace IN (0,2,6,14) GROUP BY rc_title, rc_namespace) n WHERE o.rc_title = n.rc_title AND o.rc_namespace = n.rc_namespace AND o.rc_timestamp = n.xtimestamp ORDER BY rc_timestamp DESC LIMIT " . $results; Improvements:
.. and here is how I made the output list into more than one column: Code:
// set $count = 0 outside this WHILE loop Sample @ http://www.recom.org/ |
Recom, could you share that file? I have no idea at what line your code has to be implemented and what has to be removed. I did change the sql, which did not result in any errors.
|
Never mind me, I am daft.
Just as a note, works fine on 3.8.4, using MediaWiki 1.15.1. Thank you for the mod :) |
Glad that worked out for ya...and yes I'm still watching. :)
|
Works on VB4 and 1.10.1
Just needed to make a couple of small chgs to makevbmodule.php find this Code:
while($row = @mysql_fetch_array($result, MYSQL_ASSOC)) Code:
$wik = $wik .'<div class="blockrow"><table>'; Code:
$wik = $wik . '</span>'; Code:
$wik = $wik . '</table></div>'; |
All times are GMT. The time now is 04:31 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:
|