[2.0.13] Separate Announcements and Sticky

The cleanup is complete. This forum is now read only.

Rating:

Excellent!
50
75%
Very Good
8
12%
Good
4
6%
Fair
2
3%
Poor
3
4%
 
Total votes: 67

smitjel
Registered User
Posts: 461
Joined: Sat Jun 11, 2005 11:40 pm
Location: Birmingham, AL

Re: making stickies and normal posts go together

Post by smitjel »

felipe wrote: I haven't installed this mod yet, but I'd like to. Also, I have Global-Announcment MOD installed. I would like stickies and normal posts to go together. To implement this change, all I have to do is edit the <TD> and <TR> in viewforum_body.tpl. Correct?

Yeah, the separators look pretty nice.

Image
My Quick Reply MOD for phpBB2
User avatar
Saeru
Registered User
Posts: 622
Joined: Sun Feb 19, 2006 5:44 am
Location: Under a pile of PHP code.
Contact:

Post by Saeru »

I made a small little edit with this mod so it don't display the text.. Plus made it so the 'bar' (well with no text it becomes just a bar) divider can have a set height, and or background image.

Code: Select all

in templetname/viewform_body.php 
find and remove the 
{topicrow.divider.L_DIV_HEADERS} 
to just remove the text

Code: Select all

or replace the whole line with <td class="split" colspan="6" height="5"> </td> 
and add to the style sheet

Code: Select all

.split { 
background-image: url(images/divide.png); 
background-color:#2C516E; border: 0; border-style: solid; height: 7px; 
}
To mess with the height.
Remove the background-image part for no image. or change the image listed to what you want.

Maybe you could add that in as an add on to the mod? It makes a very nice effect. That along with the Stand Out Announcements Mod.
gsmindia
Registered User
Posts: 7
Joined: Mon Mar 13, 2006 5:23 am

Post by gsmindia »

gr8 woking 100% without any error
User avatar
The Suite
Registered User
Posts: 617
Joined: Sat Jul 30, 2005 11:11 am
Location: NYC, USA
Contact:

Post by The Suite »

Why not integrate the Global Announcements code into this and have the one MOD do all the functions :-)

Now that would be very kewl.
Much appreciloved,

The Suite
Thank you :-)
The IT Security Information Center
WS64
Registered User
Posts: 1
Joined: Sun Apr 16, 2006 4:26 pm

Post by WS64 »

Hi, EasyMod keeps telling me

FIND FAILED: In file [language/lang_german/lang_main.php] could not find:

//
// That's all, Folks!
// -------------------------------------------------

MOD script line #91 :: FAQ :: Report

with every non-English language, although this text IS in the lang_main.php files, any idea how to fix it?
24fan24
Registered User
Posts: 42
Joined: Thu Mar 16, 2006 1:45 am

Post by 24fan24 »

Any trouble with 2.0.20?
User avatar
Saeru
Registered User
Posts: 622
Joined: Sun Feb 19, 2006 5:44 am
Location: Under a pile of PHP code.
Contact:

Post by Saeru »

It works fine in 2.0.20. Even on a VERY heavily modded board.. (66 and counting on mine XD)
"Naku ga yousuru ichidanto tsuyosa kyaku ga icchuu wo yusuru."[/size]
User avatar
GamerZ
Registered User
Posts: 132
Joined: Thu Jul 19, 2001 11:13 am
Location: Singapore

Post by GamerZ »

Great hack
<pendragon>
Registered User
Posts: 2
Joined: Sun May 21, 2006 3:18 pm

Post by <pendragon> »

I have a problem with this mod. I have installed this mod in my phpbb 2.0.20 and I want to insert a background image or color.

I have this code:

Code: Select all

<!-- BEGIN divider -->
<tr>
<td class="row1" colspan="6" height="28"><span class="cattitle">{topicrow.divider.L_DIV_HEADERS}</span></td>
</tr>
<!-- END divider -->
I read Saeru's mod,

Code: Select all

.split {
background-image: url(images/divide.png);
background-color:#2C516E; border: 0; border-style: solid; height: 7px;
}
but where I insert this code?
User avatar
Saeru
Registered User
Posts: 622
Joined: Sun Feb 19, 2006 5:44 am
Location: Under a pile of PHP code.
Contact:

Post by Saeru »

Read my whole post I made aboutthat. I give the edited code to place in the template file, and say what to add to the style sheet the template uses.
"Naku ga yousuru ichidanto tsuyosa kyaku ga icchuu wo yusuru."[/size]
flyfree
Registered User
Posts: 1
Joined: Sun Jun 04, 2006 2:47 pm

Post by flyfree »

can some1 halp me pls, to change the white color to the look img2

i have this now:
Image

i want it this color:
Image

and i using FI SubIce
here is the .tpl file:
http://valmirtop.alboz.org/viewforum_body.rar

thanks a lot!
guy_enjoy
Registered User
Posts: 134
Joined: Thu Nov 03, 2005 3:57 pm

Post by guy_enjoy »

Hi!

I have installed this Mod. Its pretty nice,
but there is some problem in view forum

On View forum below Last Post the picture is not coming

The following would made the idea clear:

Image
guy_enjoy
Registered User
Posts: 134
Joined: Thu Nov 03, 2005 3:57 pm

Post by guy_enjoy »

guy_enjoy wrote: Hi!

I have installed this Mod. Its pretty nice,
but there is some problem in view forum

On View forum below Last Post the picture is not coming

The following would made the idea clear:

Image


Thanks to Anthony Coy for helping.

NICE
Trancemaster
Registered User
Posts: 76
Joined: Fri Feb 24, 2006 2:53 am
Location: South Australia

Post by Trancemaster »

Could anyone advise what i would have to edit to make only announcements seperate?
mfk
Registered User
Posts: 31
Joined: Thu Jun 08, 2006 5:19 am

Post by mfk »

how do i post a Global Announcement ? i need a another mod ?
Post Reply

Return to “[2.0.x] MOD Database Cleanup”