1
slaxx
Re: HTMLArea Module for All XOOPS
  • 2004/11/16 12:33

  • slaxx

  • Just popping in

  • Posts: 7

  • Since: 2004/7/19


Re ...

I am glad to C that this work was some usefuLL !

dear morris I cant solve the edition of old posts without hacking the news module .. becouse the get method of news content must be changed , if the editting of Old posts are required Write to me plzz I can change news and post the newer version 4 U ..

Ok ,, the hacked sections module that using the HTMLArea editor is ready for you in the url below:
_ Click Here _ to download,

Enjoy .. and post comments.



2
slaxx
HTMLArea Module for All XOOPS
  • 2004/11/14 16:13

  • slaxx

  • Just popping in

  • Posts: 7

  • Since: 2004/7/19


Hi GuyS

HTMLArea is a great platform independent wysiwyg editor for Online HTML TextArea fields ,, I Had developed a XOOPS module for using HTMLArea instead of XOOPS dhtmltextarea input fields , you can install module and enjoy IT .
Features and problems:
- All dhtmltextarea fields would be changed to a wysiwyg editor If module installs ..
- You can restore old XOOPS dhtmltextarea fields by deactivating or uninstallation of module
- 3 files must be copied to class/xoopsfrom directory and the formdhtmltextarea.php file must be overwriten ..
- Sections and News and ... are not using standard XOOPS dhtmltextarea Objects and I must do some extra works for changing them .. couse of some guys bad coding !!! furthermore it is GOOd that you can edit custom block wysiwyg !

Download link: htmlarea-xoops-mod.01.tar.gz



3
slaxx
Re: Full Multilingual Setup
  • 2004/8/7 7:56

  • slaxx

  • Just popping in

  • Posts: 7

  • Since: 2004/7/19


Thx for U'r responce .. Dear CHadO :)

http://www.jadoogaran.com/ 's people is my near friends ... I need some more than a regular Multingual XoopS , I solved our problem of language based XOOPS Theme and Image selection in my own way ! and there r some additional problems ---

I need the comments of XoopErs in the multilingual Arena ... your idea can help me , If I have a clean solution It is easy to implemenet ...

we need some discussion ... ;)

have fUn .. thxxxx



4
slaxx
Re: Full Multilingual Setup
  • 2004/8/5 4:18

  • slaxx

  • Just popping in

  • Posts: 7

  • Since: 2004/7/19




Re Hi ... and I am sOrry for mysElf !
I found XOOPS.Org a great Community -- But 2 days after My posT .... there is nO responce !? YeT
Y guys ? do U RealY have No Comment ?
have phUn



5
slaxx
Re: Full Multilingual Setup
  • 2004/8/2 13:07

  • slaxx

  • Just popping in

  • Posts: 7

  • Since: 2004/7/19


Oh .. sorry
That was my first post and it looks that i had forget something ... :

I must thanks XOOPS developers , XOOPS is GREAT

I am a newbie to XOOPS just 3 weeks ago I started ,surprised and interested in your work, community, ideas, ... ;)

have a gOOd time





6
slaxx
Full Multilingual Setup
  • 2004/8/2 12:23

  • slaxx

  • Just popping in

  • Posts: 7

  • Since: 2004/7/19


Dear guys
I wanna setup XOOPS for a bilingual/bidirectional site. On its way these supports is required (minimal):

- bilingual content
- bidirectional theme
- bilingual/bidirectional images
- dynamic localized date/time

Ok . i did some works and i need your comment

Marcan's ML hack was great after its install I added these lines to the header.php around line 80 :

if ($fd = @fopen(XOOPS_THEME_URL.'/'.$xoopsConfig['theme_set'].'-'.$xoopsConfig['language'].'/theme.html','ro')){
fclose($fd);
$xoopsConfig['theme_set'] = $xoopsConfig['theme_set'].'-'.$xoopsConfig['language'];
}

and then I created language based different themes for my goal e.g. themes/default-persian this works good , what is your oppinion ? plzzz

next I did some dirty works after adding below lines at the end of include/common.php :

if ($fd = @fopen(XOOPS_URL.'/images-'.$xoopsConfig['language'].'/image.gif','ro')){
fclose($fd);
define('XOOPS_URL_IMAGE', XOOPS_URL.'/images-'.$xoopsConfig['language']);
} else{
define('XOOPS_URL_IMAGE', XOOPS_URL.'/images');
}

I changed ALL XOOPS_URL."/images by XOOPS_URL_IMAGE." around the XOOPS ! this works not too bad , I need your clean soloutions ...

I am going to change date and calendar by language switching ,, Jalali calendar is persians only way to ...

thats enough ! .. helps required
Have FUN




TopTop



Login

Who's Online

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


Members: 0


Guests: 239


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