Customizing SMF > Tips and Tricks

[Hack/SMF 2.0.3] Remove "Read xx times" from topic view *UPDATED*

(1/4) > >>

Yoshi:
This replaces the text:


--- Quote ---Topic: xxx (Read # times)
--- End quote ---

With just

--- Quote ---Topic: xxx
--- End quote ---

as in it removes the read counter.

Updated
From version 0.2 and on, the mod also removes the count from the message index, thanks to CreativeITWorld.com :)

Updated x2
From version 0.3 it also removes the Views sorting method and header text from the message index. It's also build by my Mod Creator, while I was testing, but it turned out so well I could release it :)

Package attached for easy install. Compatible with SMF 2.0 to 2.0.3.

Yoshi:
Also works in 2.1 Alpha as of now, for anyone interested.

Does anybody need to remove the counts from the topic index, too?

Mstcool:
You should put this in the mod site
if not can i post it and give all credits to u? i never made one and i just want to post one without making it

Ill give all credits to u :)

Antechinus:

--- Quote from: Yoshi2889 on July 09, 2012, 07:35:00 AM ---Also works in 2.1 Alpha as of now, for anyone interested.

Does anybody need to remove the counts from the topic index, too?

--- End quote ---

If you have the participation column enabled:


--- Code: ---.topic_table .table_grid thead tr td:nth-child(3), .topic_table .table_grid tbody tr td:nth-child(4)
{
    display: none;
}
--- End code ---

If you have the participation column disabled:


--- Code: ---.topic_table .table_grid thead tr td:nth-child(3), .topic_table .table_grid tbody tr td:nth-child(3)
{
    display: none;
}
--- End code ---

:D

bigredinsider:
Got an error message when installing:

"Error in Package Installation
At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF."


ok to continue?

Navigation

[0] Message Index

[#] Next page

Go to full version