Sort topics alphabetically

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
svetivitez
Registered User
Posts: 12
Joined: Mon Dec 22, 2008 10:42 pm

Re: Sort topics alphabetically

Post by svetivitez »

How can I change background color of this?

Image

As you can see, it doesn't look so good on my style, I would like to have white background (FFFFFF), I know that I need change something in viewforum_body.html but I don't know what.
User avatar
oddfish
Registered User
Posts: 839
Joined: Mon Mar 19, 2007 8:45 pm
Location: Testing 3.1

Re: Sort topics alphabetically

Post by oddfish »

svetivitez wrote:How can I change background color of this?

Image

As you can see, it doesn't look so good on my style, I would like to have white background (FFFFFF), I know that I need change something in viewforum_body.html but I don't know what.
a few ways of doing this, but give this a go.
Open colours.css
Find

Code: Select all

.panel {
	background-color: #f9f9f9;
	color: #28313F;
}
Add After on a new line

Code: Select all

.sortalph {
	background-color: #FFF;
	color: #000;
}
Open viewforum_body.html
Find

Code: Select all

<!-- IF S_SORT_ALPHABET -->
				<div class="panel">
Replace "panel" with "sortalph"
I have had to do something similar on my site in the past ;)

hope that helps,
oddfish.
Country Flag User Edition Clickable Post Count Link

... another record broken without breaking any records ...
Testing phpBB3.1 dark style based on prosilver ... http://www.oddmods.net
svetivitez
Registered User
Posts: 12
Joined: Mon Dec 22, 2008 10:42 pm

Re: Sort topics alphabetically

Post by svetivitez »

Thnx, it works ;)
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26882
Joined: Fri Aug 29, 2008 9:49 am

Re: Sort topics alphabetically

Post by Mick »

ameeck wrote:You'll have to use the Forum Sort Order MOD for that. They should be compatible though :)
I have both 'sort' mods installed and they seem to work fine side by side. I think the MOD ' Forum Sort Order' needs renaming though, it is somewhat misleading.

Well done, great MOD's though ;)
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
Neoxxx
Registered User
Posts: 102
Joined: Wed Mar 18, 2009 12:18 pm

Re: Sort topics alphabetically

Post by Neoxxx »

Hello, i try to install this mod...i follow all all the passages but qhen I clink on letter the site return a white page :cry:

Why?

Thank, and sorry for my english
ameeck
Former Team Member
Posts: 6559
Joined: Mon Mar 21, 2005 6:57 pm

Re: Sort topics alphabetically

Post by ameeck »

Go through the installation, you probably did something wrong. Do you have any other MODs installed?
Neoxxx
Registered User
Posts: 102
Joined: Wed Mar 18, 2009 12:18 pm

Re: Sort topics alphabetically

Post by Neoxxx »

yes, i have other mods : thanks,tag board,soft delete,forum sort order which order topic of data topic ecc
ameeck
Former Team Member
Posts: 6559
Joined: Mon Mar 21, 2005 6:57 pm

Re: Sort topics alphabetically

Post by ameeck »

It might be conflicting with Forum Sort Order, but someone told me they work fine together. Try going through the steps of the installation again and see if there are any code changes which you are not sure about or which are not correct.
Neoxxx
Registered User
Posts: 102
Joined: Wed Mar 18, 2009 12:18 pm

Re: Sort topics alphabetically

Post by Neoxxx »

Need modification the code to integrate forum sort order and Sort topics alphabetically?


Thanks
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26882
Joined: Fri Aug 29, 2008 9:49 am

Re: Sort topics alphabetically

Post by Mick »

I've got them both working fine side by side.
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
Neoxxx
Registered User
Posts: 102
Joined: Wed Mar 18, 2009 12:18 pm

Re: Sort topics alphabetically

Post by Neoxxx »

ameeck
Former Team Member
Posts: 6559
Joined: Mon Mar 21, 2005 6:57 pm

Re: Sort topics alphabetically

Post by ameeck »

Have you gone over the installation instructions like I said?
Neoxxx
Registered User
Posts: 102
Joined: Wed Mar 18, 2009 12:18 pm

Re: Sort topics alphabetically

Post by Neoxxx »

I have followed the instructions exactly
ameeck
Former Team Member
Posts: 6559
Joined: Mon Mar 21, 2005 6:57 pm

Re: Sort topics alphabetically

Post by ameeck »

In that case you will have to look into the server error log to see the error message, you might have to contact your host to get the latest error entries.
Neoxxx
Registered User
Posts: 102
Joined: Wed Mar 18, 2009 12:18 pm

Re: Sort topics alphabetically

Post by Neoxxx »

I find the error:

Fatal error: Call to undefined function soft_delete_update_reply_count() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\forum\viewforum.php on line 665

Return to “[3.0.x] MOD Database Releases”