Latest Reviews,news etc...
Nameless 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Latest Reviews,news etc...
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Latest Reviews,news etc...
Here a complete example to increase that limit to 99 characters
Find:
and replace with:
Find:
and replace with:
A few notes:
- Don't forget to clear the cache
- The second $thisblock .= GetBlock($var, $var2, $var3, 52, 49, $website); call is for the two rows mode.
Working?
Here a complete example to increase that limit to 99 characters
Find:
if ($blocks[website_blockmode1] == 3)
{
$thisblock .= GetBlock($var, $var2, $var3, 35, 32, $website);
}
else
{
$thisblock .= GetBlock($var, $var2, $var3, 52, 49, $website);
}
and replace with:
if ($blocks[website_blockmode1] == 3)
{
$thisblock .= GetBlock($var, $var2, $var3, 99, 96, $website);
}
else
{
$thisblock .= GetBlock($var, $var2, $var3, 52, 49, $website);
}
Find:
if ($blocks[website_blockmode4] == 3)
{
$thisblock .= GetBlock($var, $var2, $var3, 35, 32, $website);
}
else
{
$thisblock .= GetBlock($var, $var2, $var3, 52, 49, $website);
}
and replace with:
if ($blocks[website_blockmode4] == 3)
{
$thisblock .= GetBlock($var, $var2, $var3, 99, 96, $website);
}
else
{
$thisblock .= GetBlock($var, $var2, $var3, 52, 49, $website);
}
A few notes:
- Don't forget to clear the cache
- The second $thisblock .= GetBlock($var, $var2, $var3, 52, 49, $website); call is for the two rows mode.
Working?
1 Re: Latest Reviews,news etc...
Nameless
OP
0
From: -
From: -
Latest Reviews,news etc...
Thanks but doesnt seemed to have changed it
http://www.xtremecomputing.co.uk/
Thanks but doesnt seemed to have changed it
http://www.xtremecomputing.co.uk/
1 Re: Latest Reviews,news etc...
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
Latest Reviews,news etc...
In the headlines?
Open core.php in an editor and look for the following lines (this line is actually 4 times in this script):
35 and 32 are the two values that you like to change
35 = maximum chracter length before the script will cut the title
32 = titel cut length
In the headlines?
Open core.php in an editor and look for the following lines (this line is actually 4 times in this script):
$thisblock .= GetBlock($var, $var2, $var3, 35, 32, $website);
35 and 32 are the two values that you like to change
35 = maximum chracter length before the script will cut the title
32 = titel cut length
how would i go about minimising the character limit?
www.xtremecomputing.co.uk