Page 1 of 1

Global content block problem

Posted: Sun Dec 03, 2006 8:07 pm
by kippie
Hello,
if have a strange problem, i use cms 1.02 multilingual build 4.
If i use like more than 3 rules of a global content block it just seem to cut the rest of, lets give me an explanation:
I put this in:

Code: Select all

<p align="left"><font face="Arial" size="1"><font face="Comic Sans MS" color="#ff9900">>> </font>Private Gameservers<br />
    <font color="#ff9900">></font>Basic : <font color="#000000"><strong>0,50</strong></font> euro Per slot<br />
    <font color="#ff9900">></font>Premium : <font color="#000000"><strong>0,75</strong></font> Euro Per Slot<br />
<font face="Comic Sans MS" color="#ff9900">>> </font>Public Gameservers<br />
    <font color="#ff9900">></font>Basic : <font color="#ff9900"><strong><font color="#000000">1.00</font> </strong></font>euro Per slot<br />
   <font color="#ff9900"> ></font>Premium: <font color="#000000"><strong>1.50</strong></font> euro Per slot</font></p>
after submitting it gets this:

Code: Select all

<p align="left"><font face="Arial" size="1"><font face="Comic Sans MS" color="#ff9900">>> </font>Private Gameservers<br />
    <font color="#ff9900">></font>Basic : <font color="#000000"><strong>0,50</strong></font> euro Per slot<</font></p>
This is just an example its happening with other blocks as well.

How can i fix this?
Bye, Jorrit

Re: Global content block problem

Posted: Mon Dec 04, 2006 1:31 pm
by kippie
No one has any idea? I'm going crazy cause this is very important :'(
Maybe it has something  to do with the size? I have 46 blocks.

Bye, Jorrit

Re: Global content block problem

Posted: Mon Dec 04, 2006 2:27 pm
by cyberman
Have tried. Size is limited from database. Don't know the reason but gcb content fields are limited to 255 chars and type of gcb content field is text in CMSms and varchar in CMSms MLE.

Have changed all content fields in htmlblob database table to text and it works on my local installation.

Re: Global content block problem

Posted: Mon Dec 04, 2006 2:36 pm
by kippie
Ok im getting it a bit better, but can you explain me a little more exactly.
I am in phpmyadmin, which tabel do i have to edit ?

VERY THANks for your help,
Jorrit

Re: Global content block problem

Posted: Mon Dec 04, 2006 2:45 pm
by cyberman
kippie wrote: I am in phpmyadmin, which tabel do i have to edit ?
Please go to table cms_htmlblobs. There you will found columns for every language - html_en, html_de and so on. Change type of these fields to text.

Re: Global content block problem

Posted: Mon Dec 04, 2006 2:52 pm
by moorezilla
Is this a change that needs to make it into cmsms-multilang build 5?

Re: Global content block problem

Posted: Mon Dec 04, 2006 2:59 pm
by kippie
Thnx!!! cyberman, it works, i changed the 2 tables and it works fine :D.
and moorezilla, i think this a change that needs to make it into cmsms-multilang build 5

Bye Jorrit

Re: Global content block problem

Posted: Mon Dec 04, 2006 3:03 pm
by cyberman
How I said - I don't know the reason for changing field type from text to varchar in CMSms MLE. I've made only a short look at database how I / Kippi can break the limits.