In the ACP > SQL Reduction > Recent Topics there is an option:
Forum To Exclude
Please, insert the IDs of the forums to be excluded in Last Messages Box (you can separate by comma each forum ID).
Can anyone please tell me how to increase the number of forum IDs you can insert here, as there are loads more I want to exclude than the space in the text box allows?
Recent Topics- Number Of Forums To Exclude [RESOLVED]
Subject: Recent Topics- Number Of Forums To Exclude [RESOLVED]
Last edited by tc1967uk on Thu 06 Dec, 2007 07:59; edited 1 time in total
Last edited by tc1967uk on Thu 06 Dec, 2007 07:59; edited 1 time in total
Subject: Re: Recent Topics- Number Of Forums To Exclude
open and edit this line
<input class="post" type="text" maxlength="255" size="40" name="last_msgs_x" value="{LAST_MSGS_X}" />
in templates/common/board_config_queries.tpl
you have to check if that field on db support more than 255 chars
ps: do you have more than 70 forums to exclude :shock: ?
<input class="post" type="text" maxlength="255" size="40" name="last_msgs_x" value="{LAST_MSGS_X}" />
in templates/common/board_config_queries.tpl
you have to check if that field on db support more than 255 chars
ps: do you have more than 70 forums to exclude :shock: ?
Subject: Re: Recent Topics- Number Of Forums To Exclude
I can't find a database entry called 'last_msg'
Is it called something else, and what should I change the db entry to so that it can support more than 255 chars ?
P.S. Yes I have 228 forums to exclude. And yes, I have loads more forums altogether.
Last edited by tc1967uk on Wed 21 Nov, 2007 19:48; edited 2 times in total
Zuker wrote: [View Post]
I can't find a database entry called 'last_msg'
Is it called something else, and what should I change the db entry to so that it can support more than 255 chars ?
P.S. Yes I have 228 forums to exclude. And yes, I have loads more forums altogether.
Last edited by tc1967uk on Wed 21 Nov, 2007 19:48; edited 2 times in total
Subject: Re: Recent Topics- Number Of Forums To Exclude
What´s your webpage :shock: :shock: :shock: ?
How many forums do you have on it :shock: :shock: ?
What kind of server do you have?
What hosting company gives you the hosting?
tc1967uk wrote: [View Post]
What´s your webpage :shock: :shock: :shock: ?
How many forums do you have on it :shock: :shock: ?
What kind of server do you have?
What hosting company gives you the hosting?
Subject: Re: Recent Topics- Number Of Forums To Exclude
No, sorry. I'm not going public with my site for quite a while yet.
My forum's make-up isn't the issue here. Can someone help with this please?
Zuker wrote: [View Post]
No, sorry. I'm not going public with my site for quite a while yet.
My forum's make-up isn't the issue here. Can someone help with this please?
Subject: Re: Recent Topics- Number Of Forums To Exclude
If you read my post, you'll see that I did, and asked for help with the above. Can anyone clarify what I should be looking for and where?
tc1967uk wrote: [View Post]
If you read my post, you'll see that I did, and asked for help with the above. Can anyone clarify what I should be looking for and where?
Subject: Re: Recent Topics- Number Of Forums To Exclude
if you change this 255 with 500 for ex
works?
if don't explore your database on phphbb_config table and check this field
last_msgs_x
Try to add them there directly
<input class="post" type="text" maxlength="255" size="40" name="last_msgs_x" value="{LAST_MSGS_X}" />
works?
if don't explore your database on phphbb_config table and check this field
last_msgs_x
Try to add them there directly
Subject: Re: Recent Topics- Number Of Forums To Exclude [RESOLVED]
Thanks for clarifying what to change, Zuker. It seems to have worked.
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1241s (PHP: 48% SQL: 52%)
SQL queries: 10 - Debug Off - GZIP Enabled