131
jcweb
Re: HTML editor does not work.
  • 2010/1/10 23:46

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Any sample code for us? post in code tag here! Only for check, you choose that the content is html, yes? Which editor do you use?



132
jcweb
Re: plugin or new module?
  • 2008/4/1 21:04

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Hi Koeneke

I want to add a kind of "I'm going/I'm not going" thing to the calendar module...

Did you mean like "I´m coming to an event or not?

Why you did post on the developer website here? My meaning there you find the source of knowledge to the piCal module. Or did you try there and no one answer? Did you search the piCal folder and there the plugin directory? In this case (piCal) a plugin is a more or less a interface to antoher module, example the minikalender can show an entry of this module like a new article from the news module.

andy



133
jcweb
Re: How do I install Protector 1,15?
  • 2008/4/1 20:51

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


John thank you, i forget to drop in the trust path, in the time you correct me (thanks) i copy & paste!

andy



134
jcweb
Re: How do I install Protector 1,15?
  • 2008/4/1 20:44

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


See this link, theres a manual!

The second thing, look at your mainfile.php, the first looks like this, user must be your accountname on server:

// XOOPS Physical Path
    // Physical path to your main XOOPS directory WITHOUT trailing slash
    // Example: define('XOOPS_ROOT_PATH', '/srv/www/htdocs/user/wwwroot');
    
define('XOOPS_ROOT_PATH''/srv/www/htdocs/user/wwwroot');
    
define('XOOPS_TRUST_PATH''/srv/www/htdocs/user/wwwroot/trust');


Now the second entry:

if (!isset($xoopsOption["nocommon"]) && XOOPS_ROOT_PATH != "") {
        include 
XOOPS_ROOT_PATH."/include/common.php";
    }
}
?>


After you have fit the mainfile.php looks like this

include XOOPS_TRUST_PATH.'/modules/protector/include/precheck.inc.php' ;
    if (!isset(
$xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '') {
        include 
XOOPS_ROOT_PATH."/include/common.php";
    }
    include 
XOOPS_TRUST_PATH.'/modules/protector/include/postcheck.inc.php' ;
}
?>


Thats all! Try it on a non productive installation!

andy



135
jcweb
Re: Internal Server Errors
  • 2008/4/1 11:26

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


basil, what showing the last column in filezilla owner? Your server user account name? You can try this and if that not works, something must be wrong with your rights! But be carefull and delete the file if you need it!

andy



136
jcweb
Re: Internal Server Errors
  • 2008/3/30 21:13

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


It can be you are not the owner of this file, did you upload the files self or is there a click installation from the provider? The provider should check the owner of the file, so you can modfify or chmod the files and directories. Can you see who is the owner of this file, example the apache?

Andy



137
jcweb
Re: Xoops German Language pack for XOOPS 2.0.17?
  • 2007/9/26 3:23

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


German XOOPS Support

I think they have the language files not separate, so you must download the full pack and ectract the language files.

Download here

Andy



138
jcweb
Re: i cant open new topic
  • 2007/9/23 10:36

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


You must tell us which XOOPS version is installed and which cbb version. Anyway, did you copy the Framework to your root directory? There´s a litte different between XOOPS 2.0x and 2.2x.

Andy



139
jcweb
Re: I need to know more about this...
  • 2007/9/23 10:27

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


This is not a module, this is an resource, a flash player, not more, see link Dewplayer reloaded

Andy



140
jcweb
Re: WF Downloads - Need to change field...
  • 2007/9/23 10:23

  • jcweb

  • Quite a regular

  • Posts: 253

  • Since: 2005/4/25


Open language files admin.php and modify

define("_AM_WFD_FILE_PUBLISHER", "File Publisher: ");

to

define("_AM_WFD_FILE_PUBLISHER", "Author: ");

or whatever you want. Drop the file on your server and overwrite the existing file.

Andy




TopTop
« 1 ... 11 12 13 (14) 15 16 17 18 »



Login

Who's Online

177 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 177


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