1
wanikoo
Re: Translations for XOOPS 2.0.16
  • 2006/11/27 23:36

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Korean Language Pack for XOOPS 2.0.16

##
a) for EUC-KR Version
http://www.wanisys.net/data/lang-2.0.16-lang-kr.EUC-KR.zip

b) for UTF-8 Version
http://www.wanisys.net/data/lang-2.0.16-lang-kr.UTF-8.zip


##
Translator: wanikoo

-------------
#XOOPS Korean Support Site #
http://www.xoops.ne.kr/html/index.php
#XOOPS Korean Project Page#
http://dev.xoops.org/modules/xfmod/project/?group_id=1189

-------------
From wanikoo



2
wanikoo
Re: XOOPS 2.0.x Basic Modules AJAX Hack Project
  • 2006/4/30 16:58

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Quote:

wtravel wrote:
I think for both XOOPS Cube and XOOPS this work can be of great use. Thanks for the contribution!

^^;;
You're welcome!
My pleasure!
Quote:

davildl2 wrote:
I was very impressed with relocatable blocks etc...
and as this is essentially 2.0.x based - it's something we can all use

^^;;
Glad to be of help!!
Quote:

JMorris wrote:
regardless of where it came from.

^^;;

btw,
This project is still in the stage of Experiment and..this package is just beta version!
so..
it is not recommended that you use these modules on your public server.
....Ummm....
but...
if you want to,
you must use GIJOE's Protector with these modules to prevent DOS attack!
...
anyway...
this project is for both XOOPS and XOOPS Cube!
Just play with it and enjoy it
^^;;




3
wanikoo
Re: XOOPS 2.0.x Basic Modules AJAX Hack Project
  • 2006/4/29 21:48

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Original project is
XOOPS 2.0.x JP(Cube) Basic Modules AJAX Hack Project
http://xoopscube.org/modules/xhnewbb/viewtopic.php?viewmode=flat&topic_id=86&forum=2
Ummm..
I changed/modified some codes for XOOPS 2.0.x!
anyway...
Just enjoy!

From wanikoo



4
wanikoo
XOOPS 2.0.x Basic Modules AJAX Hack Project
  • 2006/4/29 21:45

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


// ------------------------------------------------------------------------ //
// XOOPS 2.0.x Basic Modules AJAX Hack Project Stage5 //
// Just enjoy! Internet for everyone!! //
// wanikoo <http://www.wanisys.net/ > /
// ------------------------------------------------------------------------ //
// Based on XOOPS 2.0.x Basic Modules //
// ------------------------------------------------------------------------ //


## XOOPS 2.0.x Basic Modules AJAX Hack Project ##

-----------------------
PREFACE (sorry...just some chat ^^;; )
-----------------------
Yeah...another AJAX story!!! ^^;;
anyway....

Umm...
Have you ever thought that...
it's very inconvenient and inefficient that whole page(with many blocks)is refreshed/reloaded whenever we click any link in any module?
For example,
Let's assume we play with newbb module with many side blocks!
Ok..now...we click a topic! Whoops! Page refreshed with many side blocks(not related with this click-job) !
and...we click another topic! Whoops! refresh again with many side blocks!
and click! refresh! click! refresh! ............--;;
#OOPS# it!
Whenever we click a link, why does this whole page(with many side blocks) have to be refreshed/reloaded??!!
It's really inefficient!
Don't you think so?

IMHO,
We can solve this problem BY.....
1) redesigning the architecture of XOOPS (Cube).
( Umm...another fork of XOOPS..?!..^^;; )
2) making each module ajax-based( without page-refresh )
3) etc.

^^//
as for 1)redesigning the architecture of XOOPS (Cube),
it means we need
to abandon old phpnuke-style architecture(based on module with blocks).
and separate presentation part from logical-process part completely!
Umm...
If we want to do this, we'd better make another fork of XOOPS(Cube)!
(....^^;; tough story for lazy person like me....--;; )
OK! Next!

When it comes to 2) making each module ajax-based( without page-refresh ),
Umm....
maybe...we can do this easily....compared with 1)redesigning the architecture of XOOPS (Cube).
(...Umm....maybe...Umm...perhaps...Ummm....)
...
Anyway...
this project is all related with
2) making each module ajax-based( without page-refresh ).
and
this topic!
Related topic:XOOPS Cube Default Theme Drag&Drop&Resizing Version
http://xoopscube.org/modules/xhnewbb/viewtopic.php?topic_id=81&post_id=514#forumpost514


Yeah!!!
Let's make basic modules of XOOPS(Cube).... ajax-based(without page-refresh).
Project Start!!!!
(...btw as you know, I am very lazy person ...
so..I can't guarantee this project will keep going on without stop/quit! )
-----------------
-----------------

################################
Download:(stage5 release)
http://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1189&release_id=978&dl=2413
################################

-----------------
<change>
-----------------
--project stage5--(2006/4/29)
.All remaining modules AJAX-ized experimentally, too !!!! (except admin section and comment section )
( news mod, sections mod, xoopsfaq mod, xoopsmembers mod, xoopspartners mod, xoopspoll mod. )
.some bugs fixed!
(ex: You couldn't insert into or update DB with Firefox becasue of Referer problem!
Umm...It works well with IE...but not with Firefox!
Anyway..I modified prototype.js to fix it. )
.All changes/fix of XOOPS 2.0.14 RC are applied to this Ajax-ized modules.
.Now,you can see Ajax Processing Indicator(await.gif) during Ajax Process.
(For this function, you need to modify your theme.html!
------------
From:
<div id="content">
<{$xoops_contents}>
</div>

To:
<div id="ajax-process"></div>
<div id="content">
<{$xoops_contents}>
</div>
-------------
(^^I mean you have to add <div id="ajax-process"></div> to your theme.html)
.UI(User Interface) and functions of some modules improved to help users navigate each modules.
.etc.
--project stage4--(2006/4/15)
.newbb module AJAX-ized experimentally, too !!!! (except admin section)
( Umm..it was quite a tough job!!
Not perfect yet..but I will continue to improve it more and more! )
.To prevent IE from caching result-data(sent by XX_action.php), random string(&ajaxrandom=xxxxxx )is added to parameter.
( Umm...If you want to make IE cache it, use old update()( in old smarty_ajax.js )instead of new one. )
. some change in page header(of XX_action.php )
(^^.. I fogot to change it in the previous version. ^^..)
from:
header('Content-Type:text/html; charset='._CHARSET);
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
//header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
header('Cache-Control: private, no-cache');
header('Pragma: no-cache');
to:
header('Content-Type:text/html; charset='._CHARSET);
header('Expires: Mon, 26 Jul 1997 05:00:00 GMT');
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
header('Cache-Control: no-store, no-cache, must-revalidate');
header('Cache-Control: post-check=0, pre-check=0', false);
header('Pragma: no-cache');
.message_header() (in functions.php) redesigned
(^^;; the previous one had logical error! anyway...fixed! )
.some tiny bugs/typos fixed!
.etc
--project stage3--(2006/4/13)
.mylinks module AJAX-ized experimentally, too !!!! (except admin section and comment section )
(yeah...it was easy job because it's a kind of clone of mydownloads module! )
.some bugs(of mydownloads module) fixed!
(ex: sorting(in viewcat) didn't work properly because of my typo. anyway..fixed!! )

--project stage2--(2006/4/11)
.mydownloads module AJAX-ized experimentally, too !!!! (except admin section and comment section )
(yeah...it was tough job compared with contact module...as expected.
but..,as you know,mylinks module is very similar with mydownloads module fortunately and thankfully.
so..in effect,I've already made 4 modules ajax-based!! ^^// )
.some bugs of contact module fixed!
(...it failed to handle multi-bytes character such as Korean,Japanese properly. anyway..FIXED!! )

--project stage1--(2006/4/9)
Umm...
Experimentally,
I made contact and xoopsheadline ajax-based yesterday..(except admin section)
and confirmed it works well.
(why...contact and xoopsheadline?...because they are easy to play with ^^//)
------------------

-----------------------------------------------------------------
-WARNING-
This project is still in the stage of EXPERIMENT!
and this package is just Beta Version!
Don't use this in your production environment!
------------------------------------------------------------------
-----------------------------------------------------------------
-NOTICE-
----------
(1)
as for x2t theme and cube_default theme , they don't have id="content"
<div class="content">
<{$xoops_contents}>
</div>
so we have to replace class with id like this!!
<div id="content">
<{$xoops_contents}>
</div>
------------
If your theme has <div class="content">, You must replace it with <div id="content"> !!!!!

(2)
These Ajax-ized modules are just for XOOPS 2.0.x.( I modified modules of XOOPS 2.0.13.x)
(so..maybe some of them won't work properly on XOOPS 2.O.x JP because of the difference of One-Time Token System.
the package for XOOPS 2.0.x JP already exits because I already released it!)

##XOOPS 2.0.x JP(Cube) Basic Modules AJAX Hack Project##
http://xoopscube.org/modules/xhnewbb/viewtopic.php?viewmode=flat&topic_id=86&forum=2

(3)
If you want to test these ajax-ized modules with my DD&Resize&Window themes,
You must replace prototype.js of theme with prototype.js of module!!(because I changed some codes for this project.)
And delete prototype.js of each module!!!
Otherwise, it won't work properly on IE because it's already included in page-header of my themes.
( Just delete prototype.js of each module!!
ex: in case of ajax-ized mydownloads module, Just delete mydownloads/include/prototype.js and it will work well on IE !!)
## XOOPS Cube/XOOPS Default Theme Drag&Drop&Resize&Window Version ##
https://xoops.org/modules/newbb/viewtopic.php?topic_id=48487&forum=14

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

-------------------------------
How to install?!
---------------------------------
Simple!

First(of All),
we need to copy this three smarty plugins
block.ajax_formupdate.php
block.ajax_form.php
function.ajax_update.php
to smarty's plugin dir,html/class/smarty/plugins/

And..
Install each of them like normal modules!

That's all!
---------------------------
-------------------------------
How to upgrade?!
---------------------------------
more simple!
Overwrite and upgrade each module through Admin menu.
---------------------------

---------------------------
Basic Idea
-------------------------
Simple!
Using Ajax,
we refresh/rewrite only Content section(id="content")(I mean module section of theme) instead of whole page.
ex)
/themes/default/themes.html
<div id="content">
<{$xoops_contents}>
</div>

------------------------
------------------------------
Now, let's check how they work!
------------------------------
(in case of contact)
1) access ~/modules/contact/
2) fill the contact form!
3) Click Send button!
Ha..Ha
No refresh!!
How is it possible?
Simple!
With Ajax,
we refresh/rewrite only Content section(id="content")(I mean module section of theme) instead of whole page.
ex)
/themes/default/themes.html
<div id="content">
<{$xoops_contents}>
</div>

----------------
(in case of xoopsheadline)
1) access ~/modules/xoopsheadline/
2) select/click your favorite feed!
Ha..Ha
No Page-Refresh!!
click other feed!
No Page-Refresh!!
Just refresh of Content section( I mean <div id="content"><{$xoops_contents}></div> )

Don't you think it's interesting and more efficient than Page-refresh ?

--------------------
(in case of mydownloads, mylinks ,newbb and etc. )
..Just browse it!!! and you can understand how it works !!
--------------------

------------------------------
files and scripts used for this project!
------------------------------
prototype.js
/* Prototype JavaScript framework
* (c) 2005 Sam Stephenson <sam@conio.net>
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site:http://prototype.conio.net/
*
(modified for this project by wanikoo )
/*--------------------------------------------------------------------------*/
Smarty_ajax plugins
(modified for this project by wanikoo and based on AJAX-enabled Smarty plugins,author Dmytro Shteflyuk (GPL))
--------------------------------

-------------------------------------
Support Forum:
XOOPS 2.0.x JP(Cube) Basic Modules AJAX Hack Project
http://xoopscube.org/modules/xhnewbb/viewtopic.php?viewmode=flat&topic_id=86&forum=2
Related Project:
XOOPS Cube/XOOPS Default Theme Drag&Drop&Resize&Window Version
http://xoopscube.org/modules/xhnewbb/viewtopic.php?viewmode=flat&topic_id=81&forum=3
https://xoops.org/modules/newbb/viewtopic.php?topic_id=48487&forum=14

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

---------------------------------------
PS:
With Ajax, we can control output of any module more detailedly.
but...I think it just could make code very complicated and make us modify more files.
...
By refreshing/reloading the module content section of theme,
We can
easily make basic modules ajax-based
and
reuse/recycle most files of basic modules with little modification.


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

From wanikoo

the most educational site, wanisys.net



5
wanikoo
Re: XOOPS(Cube) Default Theme Hack-(Block Drag&Drop&Resize Theme Hack)
  • 2006/4/25 17:54

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


// ------------------------------------------------------------------------ //
// XOOPS Cube/XOOPS Default Theme Hack Ver4.0 //
// Just enjoy! Internet for everyone!! //
// wanikoo <http://www.wanisys.net/ > /
// ------------------------------------------------------------------------ //
// Based on XOOPS Cube/XOOPS Default Theme //
// ---JavaScript Author-- //
// - prototype.js ( Sam Stephensonhttp://prototype.conio.net/ ) //
// - rico.js ( Sabre Airline Solutionshttp://openrico.org/rico/ ) //
// - Scriptaculous ( Thomas Fuchshttp://script.aculo.us ) //
// - javawin ( bastien Gruhier,http://blogus.xilinus.com/pages/javawin ) //
// ------------------------------------------------------------------------ //


With this Theme,
You can D&D(Drag and Drop)/Resize each block of your XOOPS Cube/XOOPS Site!
It means visitor can reorder/resize blocks freely by D&Ding each of them.
^^;;
-Ver4.0-
Now you can browse/experience your XOOPS Cube/XOOPS Site on Windows-like Interface!
(Basic Windows: Left Block Window, Right Block Window, Center Block Window, Main Content Window )
+ TrashCan Window(Trashcan function to restore closed windows).
-Ver3.0-
Now you can slide up/down each block and each blocksecton of your XOOPS Cube/XOOPS Site.
and
With Handle,you can D&D(Drag and Drop) each block of your XOOPS Cube/XOOPS Site.

-Ver2.0-
Now you can minimize/restore each block of your XOOPS Cube/XOOPS Site like Windows.

-<notice>-
I changed some codes of javascript files(used in these themes)to fix some bugs and add new functions!
so...
when you use these themes, you have to use javascript files modified by me and included in this package.


####################

Download:(Ver4.0)
http://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1189&release_id=967&dl=2404

####################


-----------------------
<change>
---------------------
<Ver4.0>
.New themes(with new functions) added to this package.
(you can browse/experience your XOOPS Cube/XOOPS Site on Windows-like Interface!
(Basic Windows: Left Block Window, Right Block Window, Center Block Window, Main Content Window )
(All windows are draggable, resizbale, closable -common in win2 themes,win3 themes,win4 themes)
(each window has close button/slideup(minimize)button/slidedown(restore)button -common in win3 themes,win4 themes )
(+ Trashcan function to restore closed windows -common in win3 themes,win4 themes)
(each block in each window has minimize/restore button -only in win4 themes )
.bug of size3themes fixed.
( Slide up/down function of each block section didn't work properly on Firefox.)


-------------------------------------------------------------------------------
Ver4.0 New themes added to this package!
------------------------------------------------------------------------------
--------------------
cube_win2default theme ( for XOOPS Cube 2.1 )
---------------------
Name="Default Theme-Win2(Window) Version"
Depends=Legacy_RenderSystem
Url="http://xoopscube.org andhttp://www.wanisys.net/"
Version="4.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous, prototype and javawin
ScreenShot="screenshot.png"
Description="Default theme-Win2(Window) Version of XOOPS Cube 2.1"

--------------------
cube_win3default theme ( for XOOPS Cube 2.1 )
---------------------
Name="Default Theme-Win3(Window with Trashcan) Version"
Depends=Legacy_RenderSystem
Url="http://xoopscube.org andhttp://www.wanisys.net/"
Version="4.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous, prototype and javawin
ScreenShot="screenshot.png"
Description="Default theme-Win3(Window with Trashcan) Version of XOOPS Cube 2.1"

--------------------
cube_win4default theme ( for XOOPS Cube 2.1 )
---------------------
Name="Default Theme-Win4(Window with Trashcan and Block Resize) Version"
Depends=Legacy_RenderSystem
Url="http://xoopscube.org andhttp://www.wanisys.net/"
Version="4.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous, prototype and javawin
ScreenShot="screenshot.png"
Description="Default theme-Win4(Window with Trashcan and Block Resize) Version of XOOPS Cube 2.1"

--------------------
win2default theme ( for XOOPS 2.0.x JP )
---------------------
Name="Default Theme-Win2(Window) Version"
Depends=Legacy_RenderSystem
Url="http://xoopscube.org andhttp://www.wanisys.net/"
Version="4.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous, prototype and javawin
ScreenShot="screenshot.png"
Description="Default theme-Win2(Window) Version of XOOPS 2.0.x JP"

--------------------
win3default theme ( for XOOPS 2.0.x JP )
---------------------
Name="Default Theme-Win3(Window with Trashcan) Version"
Depends=Legacy_RenderSystem
Url="http://xoopscube.org andhttp://www.wanisys.net/"
Version="4.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous, prototype and javawin
ScreenShot="screenshot.png"
Description="Default theme-Win3(Window with Trashcan) Version of XOOPS 2.0.x JP"

--------------------
win4default theme ( for XOOPS 2.0.x JP )
---------------------
Name="Default Theme-Win4(Window with Trashcan and Block Resize) Version"
Depends=Legacy_RenderSystem
Url="http://xoopscube.org andhttp://www.wanisys.net/"
Version="4.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous, prototype and javawin
ScreenShot="screenshot.png"
Description="Default theme-Win4(Window with Trashcan and Block Resize) Version of XOOPS 2.0.x JP"

--------------------
win2xdefault theme ( for XOOPS 2.0.x JP )
---------------------
Name="Default Theme-Win2(Window) Version"
Depends=Legacy_RenderSystem
Url="https://xoops.org andhttp://www.wanisys.net/"
Version="4.00"
Author=XOOPS Project Team and Wanikoo and Authors of scriptaculous, prototype and javawin
ScreenShot="screenshot.png"
Description="Default theme-Win2(Window) Version of XOOPS 2.0.x"

--------------------
win3xdefault theme ( for XOOPS 2.0.x JP )
---------------------
Name="Default Theme-Win3(Window with Trashcan) Version"
Depends=Legacy_RenderSystem
Url="https://xoops.org andhttp://www.wanisys.net/"
Version="4.00"
Author=XOOPS Project Team and Wanikoo and Authors of scriptaculous, prototype and javawin
ScreenShot="screenshot.png"
Description="Default theme-Win3(Window with Trashcan) Version of XOOPS 2.0.x"

--------------------
win4xdefault theme ( for XOOPS 2.0.x JP )
---------------------
Name="Default Theme-Win4(Window with Trashcan and Block Resize) Version"
Depends=Legacy_RenderSystem
Url="https://xoops.org andhttp://www.wanisys.net/"
Version="4.00"
Author=XOOPS Project Team and Wanikoo and Authors of scriptaculous, prototype and javawin
ScreenShot="screenshot.png"
Description="Default theme-Win4(Window with Trashcan and Block Resize) Version of XOOPS 2.0.x"

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

-----------------------------------------
Credit of Javascripts used in these themes
-----------------------------------------
prototype.js
/* Prototype JavaScript framework, version 1.4.0
* (c) 2005 Sam Stephenson <sam@conio.net>
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site:http://prototype.conio.net/
*
/*--------------------------------------------------------------------------*/

Rico.js
/**
*
* Copyright 2005 Sabre Airline Solutions
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
**/

scriptaculous.js
// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us,http://mir.aculo.us)
// MIT-style license
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:

window.js
// Copyright (c) 2006 bastien Gruhier (http://xilinus.com,http://itseb.com)
// MIT-style license
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:

------------------
Browser Support:
------------------
This has been tested on IE 5.5, IE 6, Firefox 1.0x/Win, Camino/Mac, Firefox 1.5x/Mac.
( Currently, some themes are not supported on Safari )
-------------------
How to install
------------------
Just copy it to /themes dir.
and..
Make it workable through Preference configuration section of Admin menu
----------------

-------------------------------------------------------------------
How to apply new func(of Ver4.0) to other XOOPS Cube/XOOPS themes
--------------------------------------------------------------------
You can more easily apply new functions to other XOOPS(Cube) Themes!

1) add new css links after XOOPS css link (referring to theme.html of each theme.)
2) add new javascript codes after xoops_js
( please refer to theme.html of each theme ! You can easily find it. )
3) You have to environ block loop with this code!
<div id="xcubecontentsection" style="visibility:hidden;" > ~~ </div>
*WARNING
win3 theme and win4 theme has some codes(related with trashcan func) before block-loop.
<div id="trashcan"> ~~~ </div>
3) modify each block-loop refering to theme.html of each theme!

I believe you can do this job easily.
Notice:
You can customize each window by modifying css file.
(I mean you can assign different css file to each window. )
(ex: basic windows use default.css and trashcan window use theme1.css. )
(For more information, please analyze window.js and theme.html of each theme )
----------------------------------------------------------------------------------

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

From wanikoo

the most educational site, wanisys.net



6
wanikoo
Re: XOOPS(Cube) Default Theme Hack-(Block Drag&Drop&Resize Theme Hack)
  • 2006/4/20 17:55

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


// ------------------------------------------------------------------------ //
// XOOPS Cube/XOOPS Default Theme Hack Ver3.0 //
// Just enjoy! Internet for everyone!! //
// wanikoo <http://www.wanisys.net/ > /
// ------------------------------------------------------------------------ //
// Based on XOOPS Cube/XOOPS Default Theme //
// ---JavaScript Author-- //
// - prototype.js ( Sam Stephensonhttp://prototype.conio.net/ ) //
// - rico.js ( Sabre Airline Solutionshttp://openrico.org/rico/ ) //
// - Scriptaculous ( Thomas Fuchshttp://script.aculo.us ) //
// ------------------------------------------------------------------------ //


With this Theme,
You can D&D(Drag and Drop) each block of your XOOPS Cube/XOOPS Site!
It means visitor can reorder blocks freely by D&Ding each of them.
^^;;
-Ver3.0-
Now you can slide up/down each block and each blocksecton of your XOOPS Cube/XOOPS Site.
and
With Handle,you can D&D(Drag and Drop) each block of your XOOPS Cube/XOOPS Site.

-Ver2.0-
Now you can minimize/restore each block of your XOOPS Cube/XOOPS Site like Windows.

Download:(Ver3.0)
http://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1189&release_id=967&dl=2394

-----------------------
<change>
---------------------
<ver3.0>
.New themes(with new functions) added to this package.
( You can slide up/down each block or each blocksecton(ex:left blocksection) of your XOOPS Cube Site. )
( With Handle,you can D&D(Drag and Drop) each block of your XOOPS Cube/XOOPS Site. )

-------------------------------------------------------------------------------
Ver3.0 New themes added to this package!
------------------------------------------------------------------------------
--------------------
cube_dd2default theme ( for XOOPS Cube 2.1 )
---------------------
Name="Default Theme-DD2(Drag and Drop with Handle) Version"
Depends=Legacy_RenderSystem
Url="http://xoopscube.org andhttp://www.wanisys.net/"
Version="3.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous and prototype
ScreenShot="screenshot.png"
Description="Default theme-DD2(Drag and Drop with Handle)Version of XOOPS Cube 2.1"

--------------------
cube_dd3default theme ( for XOOPS Cube 2.1 )
---------------------
Name="Default Theme-DD3(Free Drag and Drop with Handle) Version"
Depends=Legacy_RenderSystem
Url="http://xoopscube.org andhttp://www.wanisys.net/"
Version="3.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous and prototype
ScreenShot="screenshot.png"
Description="Default theme-DD3(Free Drag and Drop with Handle)Version of XOOPS Cube 2.1"

--------------------
cube_size2default theme ( for XOOPS Cube 2.1 )
---------------------
Name="Default Theme-SIZE2(Slide Resize) Version"
Depends=Legacy_RenderSystem
Url="http://xoopscube.org andhttp://www.wanisys.net/"
Version="3.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous and prototype
ScreenShot="screenshot.png"
Description="Default theme-SIZE2(Slide Resize) Version of XOOPS Cube 2.1"

--------------------
cube_size3default theme ( for XOOPS Cube 2.1 )
---------------------
Name="Default Theme-SIZE3(Slide Resize Dx) Version"
Depends=Legacy_RenderSystem
Url="http://xoopscube.org andhttp://www.wanisys.net/"
Version="3.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous and prototype
ScreenShot="screenshot.png"
Description="Default theme-SIZE (Slide Resize Dx) Version of XOOPS Cube 2.1"

------------------
dd2default theme ( for XOOPS 2.0.x JP)
-------------------
Name="Default Theme-DD2(Drag and Drop with handle)Version"
Url="http://xoopscube.org andhttp://www.wanisys.net"
Version="3.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous and prototype
ScreenShot="screenshot.png"
Description="Default theme-DD2(Drag and Drop with handle)Version of XOOPS 2.0 JP"
------------------
dd3default theme ( for XOOPS 2.0.x JP)
-------------------
Name="Default Theme-DD3(Free Drag and Drop with handle)Version"
Url="http://xoopscube.org andhttp://www.wanisys.net"
Version="3.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous and prototype
ScreenShot="screenshot.png"
Description="Default theme-DD3(Free Drag and Drop with handle)Version of XOOPS 2.0 JP"
------------------
size2default theme ( for XOOPS 2.0.x JP)
-------------------
Name="Default Theme-SIZE2(Slide Resize) Version"
Url="http://xoopscube.org andhttp://www.wanisys.net"
Version="3.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous and prototype
ScreenShot="screenshot.png"
Description="Default theme-SIZE2(Slide Resize) Version of XOOPS 2.0 JP"
------------------
size3default theme ( for XOOPS 2.0.x JP)
-------------------
Name="Default Theme-SIZE3(Slide Resize Dx) Version"
Url="http://xoopscube.org andhttp://www.wanisys.net"
Version="3.00"
Author=XOOPS Cube Project Team and Wanikoo and Authors of scriptaculous and prototype
ScreenShot="screenshot.png"
Description="Default theme-SIZE3(Slide Resize Dx) Version of XOOPS 2.0 JP"

-------------------------------------------------------------------------------
------------------
dd2xdefault theme ( for XOOPS 2.0.x)
-------------------
Name="Default Theme-DD2(Drag and Drop with handle)Version"
Url="https://xoops.org andhttp://www.wanisys.net"
Version="3.00"
Author=XOOPS Project Team and Wanikoo and Authors of scriptaculous and prototype
ScreenShot="screenshot.png"
Description="Default theme-DD2(Drag and Drop with handle)Version of XOOPS 2.0.x"
------------------
dd3xdefault theme ( for XOOPS 2.0.x)
-------------------
Name="Default Theme-DD3(Free Drag and Drop with handle)Version"
Url="https://xoops.org andhttp://www.wanisys.net"
Version="3.00"
Author=XOOPS Project Team and Wanikoo and Authors of scriptaculous and prototype
ScreenShot="screenshot.png"
Description="Default theme-DD3(Free Drag and Drop with handle)Version of XOOPS 2.0.x"
------------------
size2xdefault theme ( for XOOPS 2.0.x)
-------------------
Name="Default Theme-SIZE2(Slide Resize) Version"
Url="https://xoops.org andhttp://www.wanisys.net"
Version="3.00"
Author=XOOPS Project Team and Wanikoo and Authors of scriptaculous and prototype
ScreenShot="screenshot.png"
Description="Default theme-SIZE2(Slide Resize) Version of XOOPS 2.0.x"
------------------
size3xdefault theme ( for XOOPS 2.0.x)
-------------------
Name="Default Theme-SIZE3(Slide Resize Dx) Version"
Url="https://xoops.org andhttp://www.wanisys.net"
Version="3.00"
Author=XOOPS Project Team and Wanikoo and Authors of scriptaculous and prototype
ScreenShot="screenshot.png"
Description="Default theme-SIZE3(Slide Resize Dx) Version of XOOPS 2.0.x"
--------------------------------------------------------------------------------


-----------------------------------------
Credit of Javascripts used in these themes
-----------------------------------------
prototype.js
/* Prototype JavaScript framework, version 1.4.0
* (c) 2005 Sam Stephenson <sam@conio.net>
*
* Prototype is freely distributable under the terms of an MIT-style license.
* For details, see the Prototype web site:http://prototype.conio.net/
*
/*--------------------------------------------------------------------------*/

Rico.js
/**
*
* Copyright 2005 Sabre Airline Solutions
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
*http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the
* License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific language governing permissions
* and limitations under the License.
**/

scriptaculous.js
// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us,http://mir.aculo.us)
// MIT-style license
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:

------------------
Browser Support:
------------------
This has been tested on IE 5.5, IE 6, Firefox 1.0x/Win, Camino/Mac, Firefox 1.5x/Mac.
( Currently, not supported on Safari )
-------------------
How to install
------------------
Just copy it to /themes dir.
and..
Make it workable through Preference configuration section of Admin menu
----------------

----------------------------------------------------------------------------------
How to apply new func(of Ver3.0) to other XOOPS Cube/XOOPS themes
---------------------------------------------------------------------------------
You can easily apply these functions( (Free)D&D with handle and Slide Resize of Block orBlockSection ) to other XOOPS(Cube) Themes!
1) add this after css link
<script type="text/javascript" src="<{$xoops_imageurl}>javascripts/prototype.js"></script>
<script type="text/javascript" src="<{$xoops_imageurl}>javascripts/scriptaculous.js"></script>
2) add some javascript code after xoops_js
please refer to theme.html of each theme ! You can easily find it.
3) modify each block-loop refering to theme.html of each theme!
I believe you can do this job easily.

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

From wanikoo

the most educational site, wanisys.net



7
wanikoo
Re: Korean language pack for XOOPS 2.2.4x Available!
  • 2006/4/7 11:58

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


New Address of XOOPS Korean Support Site!!

XOOPS Korean Support Site
finally
obtains KR(Korea) domain!!
Now..
You guys can easily access it with the brand-new KR Domain!!

# New Address of XOOPS Korean Support Site #
-- XOOPS Korean Main Site!(EUC-KR Version)
http://www.xoops.ne.kr/html/
-- XOOPS Korean Demo Site!(UTF-8 Version)
http://www.xoops.ne.kr/html2/

cf) btw,
-- XOOPS Cube Korean Support Site!
http://www.xoops.ne.kr/xoopscube/
http://www.xoopscube.ne.kr/

--------------------
PS:
Don't worry!
You can still access it with Old address!
(but Deprecated !! )
- Old Address of XOOPS Korean Support Site -
-- XOOPS Korean Main Site! (EUC-KR Version)
http://www.wanisys.net/xoops/index.php
http://www.wanisys.net/xoops/korean/index.php
http://kjw0815.codns.com/wanisys/korean/xoops/html/
-- XOOPS Korean Demo Site! (UTF-8 Version)
http://www.wanisys.net/xoops/koreanutf/index.php
http://kjw0815.codns.com/wanisys/koreanutf/xoops/html/

From wanikoo



8
wanikoo
Re: Korean language pack for XOOPS 2.2.4x Available!
  • 2006/4/7 11:57

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Quote:

rowdie wrote:
Thank you for these translations, and for making them available in utf-8 as well as EUC-KR.

You're welcome!!!



9
wanikoo
Re: XOOPS(Cube) Default Theme Hack-(Block Drag&Drop&Resize Theme Hack)
  • 2006/4/3 18:51

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Some typo fixed in themes for XOOPS Cube 2.1.
If you have never seen this message before and use XOOPS Cube 2.1alpha, please download it again.
No change in themes for XOOPS 2.0.x and XOOPS 2.0 JP.

You can download it here:
http://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1189&release_id=967&dl=2348

Quote:

defwind77 wrote:
this sounds interesting, but as there's no demo site I'll have to leave it for now...

Hi,defwind77
Umm...
I've installed these themes in my XOOPS Korean Support Site!

XOOPS Korean Support Site:
http://kjw0815.codns.com/wanisys/korean/xoops/html/



10
wanikoo
Re: XOOPS(Cube) Default Theme Hack-(Block Drag&Drop&Resize Theme Hack)
  • 2006/4/3 13:06

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Quote:

I wrote:
modify each block-loop like this!

Umm...
Be careful about
href="(tammairanslip)

lol
this forum system filters javascript-related words.
anyway..
it should be
href="j a v a s c r i p t:

..anyway..
please,refer to file source!




TopTop
(1) 2 3 4 ... 12 »



Login

Who's Online

315 user(s) are online (178 user(s) are browsing Support Forums)


Members: 0


Guests: 315


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