Icy Phoenix
Old Support Topics - Recent Topics- Number Of Forums To Exclude [RESOLVED]
tc1967uk [ Sat 17 Nov, 2007 21:16 ]
Post subject: Recent Topics- Number Of Forums To Exclude [RESOLVED]
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?
Zuker [ Sat 17 Nov, 2007 21:50 ]
Post 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

?
tc1967uk [ Sun 18 Nov, 2007 10:22 ]
Post subject: Re: Recent Topics- Number Of Forums To Exclude
you have to check if that field on db support more than 255 chars
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.
novice programmer [ Sun 18 Nov, 2007 15:07 ]
Post subject: Re: Recent Topics- Number Of Forums To Exclude
you have to check if that field on db support more than 255 chars
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.
What´s your webpage

?
How many forums do you have on it

?
What kind of server do you have?
What hosting company gives you the hosting?
tc1967uk [ Wed 21 Nov, 2007 19:49 ]
Post subject: Re: Recent Topics- Number Of Forums To Exclude
Can anyone help with this please?
Zuker [ Wed 21 Nov, 2007 23:51 ]
Post subject: Re: Recent Topics- Number Of Forums To Exclude
can i have a link please?
tc1967uk [ Thu 22 Nov, 2007 07:27 ]
Post subject: Re: Recent Topics- Number Of Forums To Exclude
can i have a link please?
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?
tc1967uk [ Mon 03 Dec, 2007 19:47 ]
Post subject: Re: Recent Topics- Number Of Forums To Exclude
Can anyone help with this please?
novice programmer [ Mon 03 Dec, 2007 20:26 ]
Post 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

?
Read all the posts, please.
tc1967uk [ Tue 04 Dec, 2007 07:33 ]
Post subject: Re: Recent Topics- Number Of Forums To Exclude
you have to check if that field on db support more than 255 chars
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 ?
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?
Zuker [ Tue 04 Dec, 2007 15:06 ]
Post subject: Re: Recent Topics- Number Of Forums To Exclude
pm your site and we will help you
Zuker [ Wed 05 Dec, 2007 12:32 ]
Post subject: Re: Recent Topics- Number Of Forums To Exclude
if you change this 255 with 500 for ex
<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
tc1967uk [ Thu 06 Dec, 2007 07:57 ]
Post subject: Re: Recent Topics- Number Of Forums To Exclude [RESOLVED]
Thanks for clarifying what to change, Zuker. It seems to have worked.
Zuker [ Thu 06 Dec, 2007 15:19 ]
Post subject: Re: Recent Topics- Number Of Forums To Exclude [RESOLVED]
you are welcome.