81
luciorota
Re: Old style blocks administrator tools
  • 2011/10/7 10:03

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Thanks to JCash
Added french traslation, here:

http://luciorota.altervista.org/xoops/modules/wfdownloads/viewcat.php?cid=2
Rota Lucio
lucio.rota@gmail.com;
mobile: +39 338 9966321



82
luciorota
Re: Old style blocks administrator tools
  • 2011/9/28 7:55

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


To avoid misunderstandings
Now i share with xoopsers why I create this patch.

I like xoops 2.5.x blocks manager but it has a problem... is not possible to choose blocks weight.

This, usually, is not a problem... but some times ago i created a xoops site (www.caritasbergamo.it) that needed more than 8 blocks areas... in that site now there are 16 blocks areas.

Here the trick I use.
The theme i've realized, puts blocks with a even weight in a area, and puts blocks with a odd weight in an other area... this way I can use 8 areas for blocks with odd weight and 8 areas for blocks with even weight.

Here is the Smarty code I use in my theme
<{if $block.weight is odd}>
...
<{/if}>

<{if 
$block.weight is even}>
...
<{/if}>


That's why I need to set blocks weight as I want, and that's why I realized this patch. Now I can upgrade my site to Xoops 2.5.x

That's all, folks!

PS: I hope that in future Xoops versions will be possibile to set all blocks areas I need, as in many others cms.

Rota Lucio
lucio.rota@gmail.com;
mobile: +39 338 9966321



83
luciorota
Old style blocks administrator tools
  • 2011/9/27 10:49

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Are you using Xoops 2.5.0+?
Do you need/prefeer the old blocks administrator tool?
This is the patch you need!

Download this
http://luciorota.altervista.org/xoops/modules/wfdownloads/visit.php?cid=2&lid=19
Rota Lucio
lucio.rota@gmail.com;
mobile: +39 338 9966321



84
luciorota
Re: If we were to start a 2.6 Branch what would you like to see.
  • 2011/9/2 20:36

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


more then 8 blocks areas

now we have 8 areas:
left, right,
top left, top center, top right,
bottom left, botom center, bottom right

it'll will be useful if administrator could create all the blocks area he needs... in others cms is possible

Rota Lucio
lucio.rota@gmail.com;
mobile: +39 338 9966321



85
luciorota
Re: Need help testing new module Ajaxfilemanager 0.1
  • 2011/5/29 22:05

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Release Candidate

- fixed bug when saving edited text files (if gpc_magic_quotes)
- added info to admin index page
- added Tinymce plugin
- removed ftp support (sorry, too many problems to solve)
- renamed directory 'extra' -> 'install'
- added language definition: admin.php/

Download here
http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/ajaxfilemanager/trunk/ajaxfilemanager/?view=tar
Rota Lucio
lucio.rota@gmail.com;
mobile: +39 338 9966321



86
luciorota
Re: Need help testing new module Ajaxfilemanager 0.1
  • 2011/5/28 20:54

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


yes... but you have to install custom tinymce settings... in xoops_data/configs directory... there will be an installation script in next days... just wait...
Rota Lucio
lucio.rota@gmail.com;
mobile: +39 338 9966321



87
luciorota
Re: Need help testing new module Ajaxfilemanager 0.1
  • 2011/4/18 19:41

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


new beta...
- 2.5.0 feel GUI
- more permissions
- zip/unzip files on server
- manage any file in your site
- insert google maps (kml files)
- edit images (i'm working to integrate a new editor)
- ...
- ftp upload support (still under dev, a lot of problems to solve)
- ...

here:
http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/ajaxfilemanager/trunk/ajaxfilemanager/?view=tar
Rota Lucio
lucio.rota@gmail.com;
mobile: +39 338 9966321



88
luciorota
Re: Happy Birthday Michael Beck (Mamba)
  • 2011/4/8 5:01

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Happy Birthday Micheal
and thanks again

Lucio
Rota Lucio
lucio.rota@gmail.com;
mobile: +39 338 9966321



89
luciorota
Re: Tutorial: Debugging XOOPS with FirePHP/Firebug
  • 2011/4/4 15:19

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


Great job... some problems if your site language is not english or german...

you can fix it in this way:

edit class\logger\firephp\logger.php line 78:

include_once dirname(__FILE__).'/FirePHPCore/'.$xoopsConfig['language'].'.php';


to

if (file_exists(dirname(__FILE__).'/FirePHPCore/'.$xoopsConfig['language'].'.php'))
                include_once 
dirname(__FILE__).'/FirePHPCore/'.$xoopsConfig['language'].'.php';
            else
                include_once 
dirname(__FILE__).'/FirePHPCore/english.php';


very useful hack, excellent with ajax modules
Why not included in official xoops releases?

Thanks



90
luciorota
Re: Need help testing new module Ajaxfilemanager 0.1
  • 2011/3/24 14:19

  • luciorota

  • Module Developer

  • Posts: 216

  • Since: 2007/4/20


upgrade: Ajax File Manager to 1.0
upgrade: jquery plugins to latest versions
added: some new options
fixed: some minor errors
to do: eregi() is depreciated in PHP 5.3, replace it with preg_match() [@mamba]
to do: help.html & description.htm are incomplete

TRY IT!

download here:
http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsModules/ajaxfilemanager/trunk/ajaxfilemanager/?view=tar
Rota Lucio
lucio.rota@gmail.com;
mobile: +39 338 9966321




TopTop
« 1 ... 6 7 8 (9) 10 11 12 ... 17 »



Login

Who's Online

237 user(s) are online (161 user(s) are browsing Support Forums)


Members: 0


Guests: 237


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