Search found 5 matches
- Mon Jan 26, 2009 7:40 am
- Forum: Modules/Add-Ons
- Topic: FrontEndUser: probleme select user
- Replies: 2
- Views: 856
Re: FrontEndUser: probleme select user
Hi Could you please be more specific? What is your goal? JanB HI thanks for the reply I try to search for users by name, phone, mail,... for exp: I will look for the user that his name is janb and his phone is 123456 exp: SELECT * FROM `module_feusers_properties`WHERE `title` = 'name' AND 'data' L...
- Sat Jan 24, 2009 10:54 am
- Forum: Modules/Add-Ons
- Topic: FrontEndUser: probleme select user
- Replies: 2
- Views: 856
FrontEndUser: probleme select user
hi i have a problem with FrontEndUser module when I try to select a user of the list with 2 or more properties in my request (WHERE data like... AND data LIKE....) module_feusers_properties table: id userid title data 18 1 image 1_image.jpg 17 1 fonction do...
- Tue Jan 06, 2009 3:50 pm
- Forum: Developers Discussion
- Topic: tinyMCE and FrontEndusers
- Replies: 3
- Views: 1365
Re: tinyMCE and FrontEndusers
My solution {php}if (isset($_GET['cntnt01form']) && ($_GET['cntnt01form']=="changesettings") ){{/php} {literal} tinyMCE.init({ theme : "advanced", mode : "textareas", language : "fr", theme_advanced_toolbar_location : "top", theme_advanced_t...
- Tue Jan 06, 2009 2:56 pm
- Forum: Developers Discussion
- Topic: tinyMCE and FrontEndusers
- Replies: 3
- Views: 1365
Re: tinyMCE and FrontEndusers
thanks for the replaycalguy1000 wrote: FEU doesn't support using wysiwygs for user text area properties (yet).
It's coming soon.
are there any solution to use an editor for the textareas
- Tue Jan 06, 2009 2:45 pm
- Forum: Developers Discussion
- Topic: tinyMCE and FrontEndusers
- Replies: 3
- Views: 1365
tinyMCE and FrontEndusers
hello I installed the module FrontEndUsers and i want to use TinyMCE to change settings(textarea). I chose TinyMCE as the public WYSIWYG. I changed the parameters of the function CreateTextArea ( true , $ id, $ val, 'feu_. $ onerow-> name); (true to activate the wysiwy...