Welcome, Guest. Please Login or Register.
September 28, 2024, 10:04:17 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.3.0] Removal of subject line « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: [Done 1.3.0] Removal of subject line  (Read 3879 times)
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
[Done 1.3.0] Removal of subject line
« on: March 18, 2002, 06:39:43 AM »
Reply with quote

This mod hides the subject info on the display thread. It is already posted on top of thread discussion, why have it on every reply? Just another thing to clean up display thread.

Here the URL to download it.
<DOWNLOAD HERE>
http://www.gamerzalliance.com/distributions/index.php
</DOWNLOAD HERE>

This is for YaBB SE 1.3.0 It is packaged as a Boardmod SE mod, I am working on a packman version also. (Once I figure out how packman works.)

Go to my forum's to see it in action. http://gamerzalliance.com/community/index.php
« Last Edit: August 31, 2002, 04:58:35 AM by Nemesis » Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:[Completed] Removal of subject line mod version 0.1
« Reply #1 on: March 19, 2002, 04:15:10 AM »
Reply with quote

ok.. u need to have the post info there to find out when the reply was made.. if someone made a post 6 months ago and it is a support question y wud u want to reply to make the answer now?
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Completed] Removal of subject line mod version 0.1
« Reply #2 on: March 19, 2002, 04:24:08 AM »
Reply with quote

Post info is still there. What I was showing you was how it looks after the mod is applied. Compare with this board and you'll see.
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:[Completed] Removal of subject line mod version 0.1
« Reply #3 on: March 19, 2002, 04:43:19 AM »
Reply with quote

o wow.. now i notice it  ;D

very nice... cant wait to use that.  I hate see the the topic >:(
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
Dic
Noobie
*
Posts: 44


Re:[Done] Removal of subject line mod version 0.1
« Reply #4 on: March 28, 2002, 02:37:12 AM »
Reply with quote

i got this to work but your mod is messed up a bit

<edit file>
english.lng
</edit file>

<search for>
$txt[30] = "Posted";
</search for>

<add before>
$txt[30] = "on";
</add before>

way off txt30 is "on" not "Posted" ;D

and
<edit file>
Sources/Display.php
</edit file>

<search for>
                <td align="left" valign="middle"><a name="$mid"><img src="$imagesdir/$micon.gif" alt=""></a></td>
                <td align="left" valign="middle">
                <font size="2"><B>$msub</b></font><BR>
                <font size="1">« <B>$counterwords $txt[30]:</B> $messdate »</font></td>
                <td align="right" valign="bottom" nowrap height="20">
</search for>

<replace>
                <td align="left" valign="middle"><a name="$mid"><img src="$imagesdir/$micon.gif" alt=""></a></td
                <td align="left" valign="middle"><font size="1">« <B>$counterwords $txt[30]:</B> $messdate »</font></td>
                <td align="right" valign="bottom" nowrap height="20">
</replace>

that does not work for me either
it puts the pic below the posted date

this here should be right

<author>
By Nemesis
</author>

<homepage>
http://www.gamerzalliance.com
</homepage>


<edit file>
english.lng
</edit file>

<search for>
$txt[30] = "on";
</search for>

<replace>
$txt[30] = "Posted on";
</replace>


<edit file>
Sources/Display.php
</edit file>

<search for>
                <td align="left" valign="middle"><a name="$mid"><img src="$imagesdir/$micon.gif" alt=""></a></td>
                <td align="left" valign="middle">
                <font size="2"><B>$msub</b></font><BR>
                <font size="1">« <B>$counterwords $txt[30]:</B> $messdate »</font></td>
                <td align="right" valign="bottom" nowrap height="20">
</search for>

<replace>
                <td align="left" valign="middle"><a name="$mid"><img src="$imagesdir/$micon.gif" alt=""></a></td>
                <td align="left" valign="middle">
                <font size="1">« <B>$counterwords $txt[30]:</B> $messdate »</font></td>
                <td align="right" valign="bottom" nowrap height="20">
</replace>

works for me but i don't know if txt30 does more then the one spot or not

you can see it here if you want http://forum.clansup.com/
« Last Edit: March 28, 2002, 02:38:03 AM by Dic » Logged
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Done] Removal of subject line mod version 0.1
« Reply #5 on: March 28, 2002, 04:08:24 PM »
Reply with quote

Works fine on my site, as you can see from the pic. But I will change it when I get home from work tonight.
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
TheJkWhoSaysNi
YaBB God
*****
Posts: 1025


I dont know what to put here, i'll leave it blank.

ICQ - 122821095TheJkWhoSaysNi@evilemail.com WWW
Re:[Done] Removal of subject line mod version 0.1
« Reply #6 on: March 28, 2002, 04:10:58 PM »
Reply with quote

Thats great, i've never seen the point in having the subject in a reply.
Logged

WARNING: THIS POST MAY CONTAIN TRACES OF PEANUT!!!
I'm listening to....
Big P
Mod Team
YaBB God
*****
Posts: 1462


"Back in '68, I don't like you, The End."

ICQ - 76064555pierceward@hotmail.com WWW
Re:[Done] Removal of subject line mod version 0.1
« Reply #7 on: March 28, 2002, 08:49:57 PM »
Reply with quote

Quote from: Tom B on March 28, 2002, 04:10:58 PMThats great, i've never seen the point in having the subject in a reply.
Yeah, its being removed from YaBB 2! :o
Logged

PHPNews has been released!!! Download it now!!!
groundup
Disciple of Joe, Head Cleric
Mod Team
YaBB God
*****
Posts: 2983


Error 309: Please notify the administrator of this

WWW
Re:[Done] Removal of subject line mod version 0.1
« Reply #8 on: March 29, 2002, 05:39:48 AM »
Reply with quote

Quote from: Big P on March 28, 2002, 08:49:57 PM
Quote from: Tom B on March 28, 2002, 04:10:58 PMThats great, i've never seen the point in having the subject in a reply.
Yeah, its being removed from YaBB 2! :o

Yabbse2 or yabb2?
Logged

http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
http://www.fastfinancialfreedom.org - financial freedom is a myth
fastfinancialfreedom.org
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Done] Removal of subject line mod version 0.1
« Reply #9 on: March 29, 2002, 07:19:16 AM »
Reply with quote

Okay it is fixed,  ;D
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
sydney078
Sr. Member
****
Posts: 279


WWW
Re:[Done] Removal of subject line mod version 0.1
« Reply #10 on: April 01, 2002, 04:20:59 AM »
Reply with quote

I uploaded it under packages, but it isnt working  ???
« Last Edit: April 01, 2002, 04:32:02 AM by sydney078 » Logged

Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Done] Removal of subject line mod version 0.1
« Reply #11 on: April 01, 2002, 09:08:50 AM »
Reply with quote

It is a Boardmod SE package not a pacman package.

Download BoardMod SE here and use this to install it, I think you like it better then pacman also.

 ;D
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
sydney078
Sr. Member
****
Posts: 279


WWW
Re:[Done] Removal of subject line mod version 0.1
« Reply #12 on: April 02, 2002, 10:30:08 AM »
Reply with quote

thank you
Logged

Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Done] Removal of subject line mod version 0.1
« Reply #13 on: April 02, 2002, 03:39:47 PM »
Reply with quote

No Problem, Tonight when I get home I will test to see if every mod I did works under 1.3.0
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:[Done] Removal of subject line "Update for 1.3.0"
« Reply #14 on: April 03, 2002, 05:31:38 AM »
Reply with quote

This has been update for 1.3.0  ;D
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.3.0] Removal of subject line « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.025 seconds with 20 queries.