Global content block problem

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
kippie

Global content block problem

Post 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
Last edited by kippie on Sun Dec 03, 2006 9:40 pm, edited 1 time in total.
kippie

Re: Global content block problem

Post 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
cyberman

Re: Global content block problem

Post 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.
kippie

Re: Global content block problem

Post 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
cyberman

Re: Global content block problem

Post 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.
moorezilla

Re: Global content block problem

Post by moorezilla »

Is this a change that needs to make it into cmsms-multilang build 5?
kippie

Re: Global content block problem

Post 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
cyberman

Re: Global content block problem

Post 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.
Locked

Return to “CMSMS Core”