1
jank74
problem with TDMspot module
  • 2010/8/20 12:02

  • jank74

  • Just popping in

  • Posts: 8

  • Since: 2008/7/15



when i use FCKeditor with tdmspot , i have HTML code in the results , i mean i do not have normal text
i have text + html tags

where i can correct that?

2
ghia
Re: problem with TDMspot module
  • 2010/8/20 19:56

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Is the module fit for html content?
Did you check the field in the database table, to see how your text has been stored?

3
jank74
Re: problem with TDMspot module
  • 2010/8/20 21:48

  • jank74

  • Just popping in

  • Posts: 8

  • Since: 2008/7/15


i am sorry i do not have this experience

but please check , this is the DB content

i understand now , it is a field type problem, but from where we can change the type from text to html ?

thanks and i am sure a lot of people will need to understand it


-------------------------------

CREATE TABLE `tdmspot_newblocks` (
`id` mediumint(8) unsigned NOT NULL auto_increment,
`bid` mediumint(8) unsigned NOT NULL DEFAULT '0',
`pid` smallint(5) unsigned NOT NULL DEFAULT '0',
`options` varchar(255) NOT NULL DEFAULT '',
`title` varchar(255) NOT NULL DEFAULT '',
`side` varchar(255) NOT NULL DEFAULT '',
`weight` smallint(5) unsigned NOT NULL DEFAULT '0',
`visible` tinyint(1) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM;

CREATE TABLE `tdmspot_page` (
`id` mediumint(8) unsigned NOT NULL auto_increment,
`title` varchar(255) NOT NULL DEFAULT '',
`weight` smallint(5) unsigned NOT NULL DEFAULT '0',
`visible` tinyint(1) unsigned NOT NULL DEFAULT '0',
`cat` text,
`limit` smallint(5) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM;

CREATE TABLE `tdmspot_cat` (
`id` int(11) unsigned NOT NULL auto_increment,
`pid` int(11) unsigned NOT NULL default '0',
`title` varchar(50) NOT NULL default '',
`date` int(11) NOT NULL default '0',
`text` text,
`img` varchar(100) default NULL,
`weight` int(11) unsigned NOT NULL default '0',
`display` int(1) NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM;

CREATE TABLE `tdmspot_item` (
`id` mediumint(8) unsigned NOT NULL auto_increment,
`cat` int(10) unsigned NOT NULL default '0',
`title` varchar(50) NOT NULL default '',
`text` text,
`display` int(1) NOT NULL default '0',
`file` text,
`indate` int(10) unsigned NOT NULL default '0',
`hits` int(10) unsigned NOT NULL default '0',
`votes` int(10) unsigned NOT NULL default '0',
`counts` int(10) unsigned NOT NULL default '0',
`comments` int(11) unsigned NOT NULL default '0',
`poster` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`id`)
) TYPE=MyISAM;

CREATE TABLE `tdmspot_vote` (
`vote_id` int(8) unsigned NOT NULL auto_increment,
`vote_file` int(10) unsigned NOT NULL default '0',
`vote_album` int(10) unsigned NOT NULL default '0',
`vote_artiste` int(10) unsigned NOT NULL default '0',
`vote_ip` varchar(20) default NULL,
PRIMARY KEY (`vote_id`)
) TYPE=MyISAM;

-----------------------

4
ghia
Re: problem with TDMspot module
  • 2010/8/21 0:22

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Your text is probably in TABLE `tdmspot_item` and field
`text` of type text, check it with phpMyAdmin.

5
jank74
Re: problem with TDMspot module
  • 2010/8/21 11:47

  • jank74

  • Just popping in

  • Posts: 8

  • Since: 2008/7/15


yes i have field text
tdmspot_item table have 2 fields as text
field called text
field called file

both have no length value, no attributes , no extra , no cmment

Login

Who's Online

193 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 193


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits