Status
Not open for further replies.

kamrul

Active Member
726
2009
6
0
Plugin install---
Code:
http://hotfile.com/dl/21849478/862f62f/vbulletin-plugins.xml.html
add this code --FORUMHOME-->navbar--> below

Code:
<table cellpadding="0" cellspacing="0" width="100%">
<tr><td valign="top">
<!--{%SHOUTBOX%}-->
</td>
<if condition="$bbuserinfo['field6'] == 'Yes'"><else />
<td width="10">&nbsp;</td><td valign="top" width="300">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
    <td class="tcat" align="center">
        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_latestposts')"><img id="collapseimg_forumhome_latestposts" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_latestposts].gif" alt="" border="0" /></a>
        Latest Posts
    </td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_latestposts" style="$vbcollapse[collapseobj_forumhome_latestposts]">
    <tr>
        <td class="alt1" align="left" width="100%">
<div style="padding: 2px; margin-top: 3px; margin-left: 2px; width: 100%;">
<div style="border: 0pt none; height: 218px; width: 98%; overflow: auto;">
<div id="tabContent"></div>$latest_posts

</div>
</div>
</if>
<script type="text/javascript">
var tabVar=new ajaxtabs("tabs", "tabContent")
tabVar.setpersist(true)
tabVar.setselectedClassTarget("link") //"link" or "linkparent"
tabVar.init()
</script>





        
        </td>

    </tr>
</tbody>
</table></td></tr></table>
This is for infernoshot not others.
 
Last edited:
95 comments
How can we make the latest post threads go to the last post instead of 1st post in thread when we click a thread in the latest post box?
 
@Duce just copy all my code to your Latests Posts new plugin.

Don't forget to edit the forum u want to include..
 
add this code --FORUMHOME-->navbar--> below

Code:
<table cellpadding="0" cellspacing="0" width="100%">
<tr><td valign="top">
<!--{%SHOUTBOX%}-->
</td>
<if condition="$bbuserinfo['field6'] == 'Yes'"><else />
<td width="10">&nbsp;</td><td valign="top" width="300">

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
    <td class="tcat" align="center">
        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_latestposts')"><img id="collapseimg_forumhome_latestposts" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_latestposts].gif" alt="" border="0" /></a>
        Latest Posts
    </td>
</tr>
</thead>
<tbody id="collapseobj_forumhome_latestposts" style="$vbcollapse[collapseobj_forumhome_latestposts]">
    <tr>
        <td class="alt1" align="left" width="100%">
<div style="padding: 2px; margin-top: 3px; margin-left: 2px; width: 100%;">
<div style="border: 0pt none; height: 218px; width: 98%; overflow: auto;">
<div id="tabContent"></div>$latest_posts

</div>
</div>
</if>
<script type="text/javascript">
var tabVar=new ajaxtabs("tabs", "tabContent")
tabVar.setpersist(true)
tabVar.setselectedClassTarget("link") //"link" or "linkparent"
tabVar.init()
</script>
        
        </td>

    </tr>
</tbody>
</table></td></tr></table>

... gives the following error while trying to save:
The following error occurred when attempting to evaluate this template:
%1$s.

I know this has to do with the new way vb4 handles conditionals and stuff, but i don't really know the proper way on how to solve it.

Help would be truly appreciated.

Thanks
 
@MrOSX there is a working megaupload link somewhere in this thread, I just used it.

Can anybody help me make this latest posts look better??? I have followed the instructions and using inferno shout but the latest posts part looks terrible...

[slide]http://i54.tinypic.com/e5lnrn.png[/slide]

I want the link etc more inline.. it looks nasty like this???
 
Latest Post Plugin:
http://www.fileserve.com/file/JMjBD9c
http://www.megaupload.com/?d=1JJ4NRV7



By the way does anyone know why do i get this error when trying to install the plugin ?

Code:
Database error in vBulletin 3.8.5:

Invalid SQL:

SELECT thread.lastposter, thread.lastpost, thread.views, thread.open, thread.forumid, thread.replycount, thread.threadid, thread.pollid, thread.title, user.username, user.userid, user.usergroupid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid FROM thread as thread 
LEFT JOIN user AS user ON (user.username = thread.lastposter) ORDER BY lastpost DESC LIMIT 0, 5;

MySQL Error   : Table 'XXXXXXXXXX_XXXXXXXX.thread' doesn't exist
Error Number  : 1146
Request Date  : Thursday, October 21st 2010 @ 10:38:49 AM
Error Date    : Thursday, October 21st 2010 @ 10:38:49 AM
Script        : http://your360stop.com/index.php
Referrer      : http://your360stop.com/index.php
IP Address    : XXXXXXXXXXXX
Username      : XX
Classname     : vB_Database
MySQL Version : 5.1.48

thank you . works perfect with your xml , after enabling javascript . :P
 
If you want it for cyb, just do this;

1. Import the plugin.

2. Go to Admin CP > vBulletin Options > Cyb - ChatBox >
Position on page (Disable if you add ChatBox manually in templates) <- Make it disabled.


3.Now, add this to the very bottom of your navbar template:


Enjoy.

Edit: Temp fix for the height alignment issue.
Make this: Message listing area height (ChatBox) 140.

I will rape you!
 
Status
Not open for further replies.
Back
Top