SimplePortal

Customization => Blocks and Modifications => Topic started by: ccbtimewiz on May 19, 2009, 04:20:17 PM

Title: Alternating Backgrounds for Articles
Post by: ccbtimewiz on May 19, 2009, 04:20:17 PM
SMF v2.0; SP v2.2.2

Open ./Themes/default/Portal.template.php

Find:
Code: [Select]
while ($article = $context['get_articles']())
{

Replace with:
Code: [Select]
$i = 0;
while ($article = $context['get_articles']())
{
// Incrementing...
$i++;

// Making the article backgrounds alternate!
$windowcss = $i % 2 ? 'windowbg' : 'windowbg2';

Find:
Code: [Select]
<tr class="windowbg">
<td class="sp_regular_padding" colspan="2">';

Replace with:
Code: [Select]
<tr class="', $windowcss, '">
<td class="sp_regular_padding" colspan="2">';
Title: Re: Alternating Backgrounds for Articles
Post by: Nathaniel on May 19, 2009, 06:01:47 PM
Moved to the Blocks and Modifications board.

Thanks ccbtimewiz. :)
Title: Re: Alternating Backgrounds for Articles
Post by: ccbtimewiz on July 27, 2009, 09:09:09 PM
Updated for SP 2.2.2.
Title: Re: Alternating Backgrounds for Articles
Post by: haito on August 12, 2009, 11:18:07 PM
preview please...
Title: Re: Alternating Backgrounds for Articles
Post by: ccbtimewiz on August 13, 2009, 11:03:35 AM
I have it live here:

http://zelda-coalition.com/index.php
Title: Re: Alternating Backgrounds for Articles
Post by: bobbycool on August 20, 2009, 06:13:06 AM
is it possible to add backgorund image for article?
Title: Re: Alternating Backgrounds for Articles
Post by: ccbtimewiz on August 20, 2009, 10:15:11 AM
Yes there is, of course.

Do you want altering background images?
Title: Re: Alternating Backgrounds for Articles
Post by: Fabhino22Elz on July 05, 2010, 03:15:27 AM
Is the alternating backrounds possbiel for the newest version?

because i have no sportal.template

greetings
Title: Re: Alternating Backgrounds for Articles
Post by: Fabhino22Elz on July 05, 2010, 11:02:22 AM
i found it by myself :-)

THX

But is this possible to Boxes to?


Didnt get it in the other threat.

Greetings
SimplePortal 2.3.8 © 2008-2024, SimplePortal