VBBIS - VBulletin Board Index Style (Partially Hook!)

Started by Hj Ahmad Rasyid Hj Ismail, May 02, 2010, 04:08:37 AM

Previous topic - Next topic

AllanD

Check out this great sites.
KnD Hosting

The Mitchelli

great mod, I am a novice and added it to my custom themed site with no issues.

Thank you so much, it really looks great.

AllanD

#82
worked great Joker thanks
just one thing though.What image is the background for the status bar?
Check out this great sites.
KnD Hosting

Joker™

Quote from: CrazieGrafix on May 15, 2011, 11:40:18 AM
worked great Joker thanks
just one thing though.What image is the background for the status bar?
I'm just using a predefined code in index.css

.windowbg, #preview_body
{
color: #000;
background-color: #e7eaef;
}
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

AllanD

How would add atleast a left and right border on that? And where in in the index.cc would i add that could
Check out this great sites.
KnD Hosting

Joker™

Quote from: CrazieGrafix on May 16, 2011, 08:28:49 AM
How would add atleast a left and right border on that? And where in in the index.cc would i add that could
right and left border on all columns or on "Status" and "last post" column only?
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

AllanD

just on the right and left would be fine.This way it looks enclosed :D
Check out this great sites.
KnD Hosting

Joker™

Make backup of your file before editing it

Open, themes\<theme you are using>\BoardIndex.template.php (If you can't find the file there open this file in default theme)

Code (Find:) Select
<td align="center" class="windowbg"><strong>', $txt['status'],'</strong></td>

Code (Replace it with:) Select
<td align="center" style="border-left:3px solid #000;" class="windowbg"><strong>', $txt['status'],'</strong></td>


Code (Find:) Select
<td align="center" class="windowbg"><strong>', $txt['last_post'],'</strong></td>

Code (Replace it with:) Select
<td style="border-right:3px solid #000;" align="center" class="windowbg"><strong>', $txt['last_post'],'</strong></td>
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

AllanD

Check out this great sites.
KnD Hosting

ddabcd277

Hello,

Can someone help making my BoardIndextemplate looks like VB style? Unfortunately, when VB Style BoardIndex.zip is started from the admin panel nothing happens. I am using smf 1.1.13 with babylon template.

Thanks,

Joker™

Quote from: ddabcd277 on June 09, 2011, 12:12:50 PM
Hello,

Can someone help making my BoardIndextemplate looks like VB style? Unfortunately, when VB Style BoardIndex.zip is started from the admin panel nothing happens. I am using smf 1.1.13 with babylon template.

Thanks,
The mod was not made for that theme, but I think was a easy work out ;).

Try the attached file.
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

ddabcd277

@Joker™
Wonderful! Thank you. :)

Joker™

Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

dougiefresh

Thank you for the wonderful mod!  I thought I'd let everybody know that when I updated my forum from 2.0 RC5 to 2.0 Gold, I had to reinstall all my mods.  This mod installed without issues and using 2.0 RC5 emulation.  Hope this info helps someone!

Jessica.

how do I switch around the Topics and Posts, so Topics comes first then Posts?
Testing Zone - SMF 2.0.7, default Curve
School & Chat - phpBB3, over 170 mods installed, official live forum

I use the latest version of Chrome

phpBB: Forum = a section; Board = whole site
SMF: Forum = whole site; Board = a section

Joker™

Themes/default/BoardIndex.template.php (Make backup of file before editing it)


Code (Find:) Select
            <td align="center" class="windowbg"><strong>', $txt['posts'],'</strong></td>
            <td align="center" class="windowbg"><strong>', $txt['topics'],'</strong></td>]



Code (Replace it with:) Select
            <td align="center" class="windowbg"><strong>', $txt['topics'],'</strong></td>
            <td align="center" class="windowbg"><strong>', $txt['posts'],'</strong></td>



Code (Find:) Select
               <td class="windowbg" align="center" width="7%">', comma_format($board['posts']),'</td>
               <td class="windowbg" align="center" width="7%">', comma_format($board['topics']),'</td>



Code (Replace it with:) Select
               <td class="windowbg" align="center" width="7%">', comma_format($board['topics']),'</td>
               <td class="windowbg" align="center" width="7%">', comma_format($board['posts']),'</td>
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

kingkingston

on mine joker it has the posts column first and the topics column second, how do i change that around ?

Joker™

Have you tried installing the latest package from the mod page?
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

TheListener

On my test forum I installed this mod after the [=http://custom.simplemachines.org/mods/index.php?mod=610] View Only Board[/url] mod.

The VOB mod was working as it should until then.
As a guest all I see is the childboards last posts are completely blank.

Is there a way the two mods can be harmonised so they work together?

I am also posting this on that mods topic.

Adrek

This may be a little offtopic, but how can i apply this mod in child boards (at message index) ?
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

Advertisement: