81
banned
Re: WYSIWYG
  • 2005/3/12 2:18

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


All the wysiwyg's editor for XOOPS are here (.. well, i think).
Follow the instruction in the readme files

http://dev.xoops.org/modules/xfmod/project/?htmlarea



82
banned
Re: Multi-sites - help me test it properly?
  • 2005/3/5 18:40

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Quote:
2. No. Future versions of XOOPS will have a better way of doing this. I needed this now and used bd_csmc's work to accomplish it until we get it worked out for real.


You mean in v2.1/2.2? If yes, can you give a dateline for a beta release?
.. I'm little interested in this 'cause I have to set up an 'guild hosting' service in the next months..



83
banned
Re: Multi-sites - help me test it properly?
  • 2005/3/5 17:54

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Quote:
I have this hack - based on bd_csmc's work - working fine on a couple of sites, but want to both share it with you and also make it as easy to use as possible.


1. Are the bd_csmc's works gone away like the owner?
2. Will this hack eventually be supported on dev.xoops.org? I mean tricks and task for the future versions of XOOPS

This is a good one, keep up the good work!



84
banned
Re: Upload 200 avatars?
  • 2005/3/2 19:40

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


I know, but is not that hard work change $HTTP_POST_VARS to $_POST and the same for $_GET
Next version will have some others change, I think.

Quote:

php.net uses this

// Backward compatible array creation. After this point, the
// PHP 4.1.0+ arrays can be used to access variables coming
// from outside PHP. But it should be noted that these variables
// are not necessarily superglobals, so they need to be global-ed!
if (!isset($_SERVER))
{
$_GET = &$HTTP_GET_VARS;
$_POST = &$HTTP_POST_VARS;
$_ENV = &$HTTP_ENV_VARS;
$_SERVER = &$HTTP_SERVER_VARS;
$_COOKIE = &$HTTP_COOKIE_VARS;
$_REQUEST = array_merge($_GET, $_POST, $_COOKIE);
}

$PHP_SELF = $_SERVER['PHP_SELF'];

HTTP_GET_VARS is obsolete in php5



85
banned
Re: Upload 200 avatars?
  • 2005/3/2 19:08

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Quote:

catalin12345 wrote:
could you give a link from where to download those 200 avatars or more avatars?
for mass uplods avatars try these:
http://www.wf-projects.com/modules/wfdownloads/singlefile.php?cid=1&lid=45


Old version, system/admin/avatars/main.php has changed in 2.0.9.2



86
banned
Re: Upload 200 avatars?
  • 2005/3/2 18:44

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Uhm, try this:
http://www.thelair.it/varie/main.phps

Put it in XOOPS_ROOT_PATH/modules/system/admin/avatars/
Make a backup of the previous file.
Create dir /uploads/cache/ and CHMOD it 777.

Tested on a fresh 2.0.9.2 install.



87
banned
Re: Image Manger doesn
  • 2005/2/23 22:49

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


What version of XOOPS are you using?
Have you update to 2.0.9.2 from a previous version?
If yes, have you read about the uploader.php problem - easily fixed?
Have you tried to re-upload imagemanager.php?

Regards,



88
banned
Re: xRoster Module Work
  • 2005/2/13 19:36

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Hi,
Why you don't apply for a new project on the dev.xoops.org website? Sure you can find some help in that place.



89
banned
Re: Where is basic information about xoops tags
  • 2005/2/2 21:37

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Well, I've to say 'no'.
This is a smarty code there are many of these tags that would have to be in a faq, try a search in the XoopsFAQ for 'smarty'.
So, I don't remember where I've se the greater 'anatomy of the default theme' (probably wiki..), in that article you can find many usefull informations.
Also, open the default theme.html with an html editor, the code is commented so you can find something (just use a bit of logic).

P.S. <{$xoops_showcblock}> == 1 -> when any center block is displayed.

Regards,



90
banned
Re: Where is basic information about xoops tags
  • 2005/2/2 15:58

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Thanks, but it's a little confusing digesting raw data like that. Isn't there someting that gives an overview of XOOPS tags?
Quote:
banned wrote:
what tags?
[Xcodes] or <{$smartycodes}>?


I'm asking this 'cause is simply *impossible* to make an overview about <{$smartycodes}>. Every module has their own.

BTW, the best thing you can do for know something about these 'tags' is to ability the smarty debug console in system -> preferences -> general
Do it in a test site -> annoying pop-up on every page




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



Login

Who's Online

156 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 156


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