1
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



2
jank74
is there a PSD template for design?
  • 2010/8/20 21:51

  • jank74

  • Just popping in

  • Posts: 8

  • Since: 2008/7/15


sorry people, i am new in using xoops, and i am asking , does any one have a PSD template to follow it is outlines for making a new design for xoops?

i think , it will be a very great lesson, if we have a reference, or PSD template to understand how it works



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
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?



5
jank74
xoops 2.3 and default editor
  • 2008/7/21 11:47

  • jank74

  • Just popping in

  • Posts: 8

  • Since: 2008/7/15


i like that 2.3 but i have a question

i have before 2.17 and i changed the code

/class/xoopsform/formdhtmltextarea.php line 74

var $htmlEditor = array();

replace with

var $htmlEditor = array('XoopsFormTinyeditorTextArea', '/class/xoopseditor/tinyeditor/formtinyeditortextarea.php');

but this is not working for 2.3

any suggestion ?



6
jank74
Re: Xoops Dhtml Hack V 2.5 Released
  • 2008/7/20 13:48

  • jank74

  • Just popping in

  • Posts: 8

  • Since: 2008/7/15


why u do not use ur expert php developing info
and replace that editor with a nice WYSIWYG one?



7
jank74
Re: 2.3 and news 1.61
  • 2008/7/17 8:56

  • jank74

  • Just popping in

  • Posts: 8

  • Since: 2008/7/15


part 1

i am using XOOPS 2.3 and i had installed the add on package
but when i chose any editor in the news 1.61 it is not working " the text area disappeared"

the only way to have editor WYSIWYG is to install tinyeditor as a seperat module and select it from the preferance in news

but i want to have editor wich allow me to upload photos in my news

part 2

the code i wrote above for the versions 2.016 and 17,18
that code will change the simple editor with tinyeditor as a default editor

so why that code is not working on 2.3 ?



8
jank74
2.3 and news 1.61
  • 2008/7/16 12:37

  • jank74

  • Just popping in

  • Posts: 8

  • Since: 2008/7/15


i like 2.3 , and i like the articles module and the forums wich contain the WYSIWYG editors

my question is when i use news 1.61 the editors did not work , even changing that from the admin area, all choices give me a submit without text area

i tried to use the hack of tinyeditor to make it the default editor instead of the normal one

by editing formdhtmltextarea.php
and change the line
74

var $htmlEditor = array();


with this one

var $htmlEditor = array('XoopsFormTinyeditorTextArea''/class/xoopseditor/tinyeditor/formtinyeditortextarea.php');


even that did not help and not working

so any advice?

for the news module ?




TopTop



Login

Who's Online

181 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 181


more...

Donat-O-Meter

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

Latest GitHub Commits