Forums in columns + Custom forum images

betrocker

New Member
I am proud to announce that I have made my first hack

Tooks me a lot of time but finaly made it :)

Install Forums arranged in columns hack by following the instructions included in .zip file and after that follow the instructions from .txt file.

Enjoy!

EDIT: I use vB 3.7 RC3

EDIT:Many people PM me for this so i have reattached the files.
 

ruven

New Member
Excellent, ive been looking for tips on how to get this exact look.
I got a question concerning your read me.
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

Would the new custom status icon prefix system still function with this hack?
I mean instead of putting in the forum ID, can i still keep it the way it is now with my forums having the prefix be the name of the forum (example introductions), and then in my /images/statusicon/ folder i just put down a file called introductionsforum_new.gif, and introductionsforum_old.gif ?
 

betrocker

New Member
Well I have created this mod without the status icons so the line witch adds the status icons is deleted from forumhome_forumbit_columncell.

Tell me where do you want status icons and i will tell you how to do that.
 

pmt

New Member
you taking the piss mate....On zip says Modfied on 20/11/2005

AND BTW DID not make this mad
 

betrocker

New Member
Like i said many times in diferent posts im not expirienced coder but i tried to make something that many people asks for.

I never said that i did complete coding...i just combined two mods in one.

I have installed this mod several times on diferent forums and its always works,without any changes,so if you dont have knowlegde to do something than just don't do it.

@ Moegames

you say that you use this mod years ago...can you give me the link to that EXACT mod?!

Btw,i can't see that you have done anything to help people on this forum...have you?
 

dutchwii

New Member
well i mean the custom image mod edit that it display the normal new/old topic icons instead of 1 static image
 

dutchwii

New Member
sure would be cool, i guess you just need to edit the template: forumhome_forumbit_columncell

Code:
<td class="alt1Active" align="$stylevar[align=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[align=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[align=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>
 

betrocker

New Member
Yes,you are right but i cant do it today,i am at work till tomorow...if you know some coding you can do it yourself,just replace code for forum images with code for status icons.
 
Top