Support Forum
Are these the colour entries you are looking for:
background: <?php echo($alt1SectionGradient); ?>;
color: <?php echo($spQuickLinksTopichover); ?>;
On the length issue I am afraid this is an oversight on my part and I realise now that you will be using a multi-byte language so the count for the length is halved. I have just opened a ticket (and re-coded it) so that this can be passed as an argument but for now I could give you a small code change if you would like it.
The stray character on that line is usually caused by a discrepency in the charsets used in the database or database tables. It would be worth checking what they are set to.
YELLOW
SWORDFISH
|
mixing innodb and isam? sounds like recipe for problems... but Andy will know better...
and the charset problem usually occurs if you ever exported and then imported db and somewhere along the line the charset got different...
Visit Cruise Talk Central and Mr Papa's World
Yellow Swordfish said
On the length issue I am afraid this is an oversight on my part and I realise now that you will be using a multi-byte language so the count for the length is halved. I have just opened a ticket (and re-coded it) so that this can be passed as an argument but for now I could give you a small code change if you would like it.
The stray character on that line is usually caused by a discrepency in the charsets used in the database or database tables. It would be worth checking what they are set to.
yes the problem is with greek
when i create a forum in english no matter how many words it shows full width
It is currently set to truncate at 40 characters. With mb languages this equates to 20 which I guess is the problem. Something, I am afraid, I overlooked. As I say - the code is in place for the next update to make that value user-definable via a new argument in the template function for both 'quicklinks' drop-downs.
YELLOW
SWORDFISH
|
1 Guest(s)