Results 1 to 4 of 4
-
6th Mar 2011, 01:29 AM #1OPMemberWebsite's:
imgload.us hq-released.comHow can use this Forumhome?
http://sharingw.org/
How can i make my forumhome like this, which plugin is it?devio Reviewed by devio on . How can use this Forumhome? http://sharingw.org/ How can i make my forumhome like this, which plugin is it? Rating: 5
-
6th Mar 2011, 01:33 AM #2Member
Arrange forums in columns by Xenon:
http://www.vbulletin.org/forum/showthread.php?t=99829
Quite an old hack, but it still works.
-
6th Mar 2011, 01:36 AM #3OPMemberWebsite's:
imgload.us hq-released.comthanks and the Forum Icons is this also a plugin?
-
6th Mar 2011, 01:38 AM #4Respected MemberWebsite's:
GraffThe.Net MCSkatty.com MCSkatty.co.uk MCSkatty.net MCSkatty.org MCSkatty.infoFORUMS ARRANGED IN COLUMNS
well it's simple 1st install this hack..
http://www.vbulletin.org/forum/showthread.php?t=99829
And then login in ur admincp
Styles & Templates > Style Manager > Edit templates
Forum Home Templates > forumhome_forumbit_columncell
Select all and delete
================================================
Add This Code In Window:
================================================
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" width="$column_width">
<div>
<table border="0" cellpadding="1" cellspacing="5">
<tr>
<td><img src="$stylevar[imgdir_statusicon]/$forumid.png" alt="" class="ForumImages" /></td>
<td>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['lastpostinfo']">
<div class="smallfont" align="$stylevar[left]">
<div style="clear:both">
Last Post: <a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>
</div>
<div<if condition="is_browser('ie', 6)"> style="float:$stylevar[left]"</if>>
Posted <phrase 1="member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
-$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']">-<span class="time">$lastpostinfo[lastposttime]</span></if></div><BR>
Forum Info: Topic: $forum[threadcount]
Post: $forum[replycount]
</if>
</td>
</table>
</td>
==============================================
Click SAVE
==============================================
Now go to your style options ( Styles & Templates > Style Manager > All style Options) and add the following into additional css:
/* Forum Images next to the Description for every Forum */
.ForumImages {
float: left;
margin-right: 8px;
margin-top: 2px;
}
Save your style options and you are done.
Now you simply need to create images called:
ForumID.png
for each forum you want to have an image and put it into /images/statusicon/
Example: 22.png
TIP: You can upload .gif images and just rename it in your FTP client as .png (works for me).
IMPORTANT NOTE: Dont forget to edit ur catagorys and select the number of columns at the end of the edit page.
You are done!
Enjoy!
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
ForumHome New Thread hover 'bug.'
By Exel in forum Feedback and SuggestionsReplies: 6Last Post: 3rd May 2012, 07:03 AM -
lastpost forumhome help
By chems in forum vBulletinReplies: 1Last Post: 10th Sep 2011, 12:21 AM -
How to delete this from forumhome?
By Kedzi in forum vBulletinReplies: 4Last Post: 10th Jan 2011, 08:19 PM -
Help me reduce ForumHome load time :(
By Rapid4All in forum vBulletinReplies: 5Last Post: 22nd Jul 2010, 03:51 PM -
forumhome as column mod
By pirateaccess in forum vBulletinReplies: 15Last Post: 11th Feb 2010, 09:23 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...