21
ralf57
Re: TinyEditor 0.4 released - Calling for translators
  • 2005/3/13 10:01

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Quote:
will be your module able do create different text editor for different modules?

Do you mean different toolbars for different modules or anything else?

Quote:
I'm thinking about make an xCode plugin, you think is needed?

The newly added "xquotecode" plugin should do this



22
ralf57
TinyEditor 0.4 released - Calling for translators
  • 2005/3/12 16:04

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Dear xoopsers,
TinyEditor has just reached version 0.4
Despite of this low number tinyeditor is now quite
stable to be used in a productive environement.
This is the changelog for this version:
Quote:

### V. 0.4 12-03-2005 ###
- Updated to TinyMCE 1.43
- Added "Xquotecode" plugin which makes code and quote insertion really easy
- Added "mlcontent" plugin which allows you to add multi-language content when using
"THE EASIEST MULTILANGUAGE HACK" by GIJOE
- Reordered language files for better mantaining
- Improved loading performance

At this point we need your help with translations.
Please read the TRANSLATORS.txt file inside the package
before starting a new translation.
You can download this new release here
Have a nice xoopsing,ralf57.



23
ralf57
Xoops languages list
  • 2005/3/10 14:08

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Hi all,
i'm looking for an (hopefully) exaustive list
of all languages according to xoops' encoding.
I mean:english,french,german and so on...
I need it as much complete as possible since i have to use it
in TinyEditor module development.
Thanks in advance,ralf.



24
ralf57
Re: What is the difference between Xoops and Php nuke?
  • 2005/2/14 8:02

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Quote:
XOOPS.org will keep the XOOPS core distro free, for as long as that is possible (circumstances may change)


I hope this will never happen since it would mean the end of XOOPS



25
ralf57
Re: Building dropdowns...
  • 2005/2/11 12:34

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Thank you mith,
it works perfectly.
BTW,i'm collecting many tips from you in these forums;
perhaps one day i'll release a quick reference for modules developers.



26
ralf57
Building dropdowns...
  • 2005/2/11 8:11

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Hi all,
i have this code:
$storyarray NewsStory :: getAllPublished($xoopsModuleConfig['storycountadmin'], 0false0);

echo 
"<select name="articles" style="width:300px">";
    echo 
"<option value="" selected>Select story</option>";
    foreach( 
$storyarray as $eachstory ) {    
    echo 
"<option value="" . XOOPS_URL . "/modules/news/article.php?storyid=". $eachstory -> storyid() ." ">" $eachstory -> title() . "</option>";
        }
    echo 
"</select>";


which generates a dropdown with the last 10 published news.
The code works fine but i'm wondering how can write it in
a more elegant way using the xoops's built-in form elements.
Thanks in advance,ralf.



27
ralf57
Re: "group_multi" formtype usage ?
  • 2005/2/8 9:56

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


It works fine but in some pages i get this error:
Fatal errorCall to a member function on a non-object

I think this is why i'm using the code you provided in pages that aren't in a module
Shall i put the some additional code before?
Ex:
$gperm_handler =& xoops_gethandler('groupperm');

Thanks again,ralf



28
ralf57
Re: "group_multi" formtype usage ?
  • 2005/2/8 8:41

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Thank you Mith,
i'll try and let you know even if i guess it works perfectly.



29
ralf57
"group_multi" formtype usage ?
  • 2005/2/8 8:26

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Hi all,
i've set a config option using a "group_multi" formtype.
Now i need to use its values in a module by cheching if a user
belongs to the group(s) this option is set for (ex. writeprivilege)
Which is the correct statement for this?
Thanks in advance,ralf.



30
ralf57
Re: Printing XOOPS_URL,XOOPS_ROOT_PATH,etc... in language defines?
  • 2005/1/31 20:28

  • ralf57

  • Quite a regular

  • Posts: 231

  • Since: 2003/2/3 1


Thank you Mith,
this works fine!




TopTop
« 1 2 (3) 4 5 6 ... 13 »



Login

Who's Online

155 user(s) are online (70 user(s) are browsing Support Forums)


Members: 0


Guests: 155


more...

Donat-O-Meter

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

Latest GitHub Commits