Quote:
Originally Posted by .Tim
Very nice! I made a slight change to the phrase and position. I think it looks better there (for those using the legacy postbit). If anyone else wants to do it I just added the text after:
Code:
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
|
Thank you for this, looks cool
Quote:
Originally Posted by COBRAws
|
This Hack is for 3.6.x :P
Quote:
Originally Posted by Viper007Bond
That one is for vB 3.5.x and doesn't work properly with vB 3.6.x. 
|
Quote:
Originally Posted by Viper007Bond
Installed on my test install and works great!
I did change the "edit_history_edit_bit" template though:
Code:
<tr>
<td class="tcat" width="45%" colspan="3">$vbphrase[new]</td>
<td class="tcat" width="45%" colspan="3">$vbphrase[old]</td>
</tr>
to...
Code:
<tr>
<td class="tcat" width="10%" colspan="2"> </td>
<td class="tcat" width="45%" colspan="2">$vbphrase[new]</td>
<td class="tcat" width="45%" colspan="2">$vbphrase[old]</td>
</tr>
Makes the headers line up a lot better.
I also changed the "&" in the URL to "&" to make it validate. 
|
Ok, cachged in the New Version
Quote:
Originally Posted by Viper007Bond
Hmm, seems you're missing a "TABLE_PREFIX" somewhere:
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT edithistory.*, user.*, edithistory.dateline as editdate FROM
vb_edithistory as edithistory
LEFT JOIN user as user ON(user.userid = edithistory.edituserid)
WHERE edithistory.postid = 361324
ORDER BY editid DESC;
MySQL Error : Table 'finalgear_vb.user' doesn't exist
Error Number : 1146
Date : Wednesday, November 29th 2006 @ 05:00:39 AM
Script : http://forums.finalgear.com/edithistory.php?do=viewedithistory&postid=361324
Referrer :
IP Address : [removed]
Username : Viper007Bond
Classname : vb_database
|
Thank you for reporting that, fixed in Version 1.1.6
Greetings Surviver
*updated*