81
christian
Re: registration - emails and disclaimers
  • 2007/7/19 15:09

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Hi,

1)Preferences Main »» User Info Settings »» Registration disclaimer (on bottom)

2)Edit the file \language\english\mail_template\register.tpl



82
christian
Re: Can the DHTML editor create H1 heading tags?
  • 2007/7/19 11:39

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Yes you are right, it's a Herve Thouzard article that you can look here(sorry it's in french



83
christian
Re: RSS Question
  • 2007/7/19 11:34

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


backend.php generates already a format xml :

...
header ('Content-Type:[b]text/xml[/b]; charset=utf-8');
...



84
christian
Re: Is there a way to add notification options to a module?
  • 2007/7/19 11:25

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Look this documentation for developers.



85
christian
Re: Can anyone design a Zoullou.net style donation module?
  • 2007/7/19 11:22

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Hi,

Look this page

After you can create a php file with this code below and the code attached to paypal button

<?php
if (file_exists("mainfile.php")) {
    include(
"mainfile.php");
}
elseif(
file_exists("../mainfile.php")) {
    include(
"../mainfile.php");
}
else {
    include(
"../../mainfile.php");
}
include(
XOOPS_ROOT_PATH "/header.php");
$xoopsTpl->assign('xoops_showrblock'0); // 1 display right blocks
$xoopsTpl->assign('xoops_showlblock'0); // 1 display right blocks
///////
echo "Your code";
///////
include(XOOPS_ROOT_PATH "/footer.php");
?>



86
christian
Re: After installation: Xoops page but no link for admin panel.
  • 2007/7/18 15:28

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Look this this article and execute the Files integrity check.



87
christian
Re: How do I remove sublinks on the main menu?
  • 2007/7/18 14:14

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


The xoops_version.php file is in the mxdirectory folder ->[root]/modules/mxdirectory/xoops_version.php



88
christian
Re: Suggestions for good free ftp manager?
  • 2007/7/18 13:53

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


You can try with Filezilla (open source project)



89
christian
Re: How do I remove sublinks on the main menu?
  • 2007/7/18 13:50

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


it's easy

Edit the xoops_version.php file and search this :

// Menu
global $xoopsUser;
$modversion['hasMain'] = 1;
if (
$xoopsUser) {
$modversion['sub'][1]['name'] = _MI_XDIR_SMNAME1;
$modversion['sub'][1]['url'] = "submit.php";
}
$modversion['sub'][2]['name'] = _MI_XDIR_SMNAME2;
$modversion['sub'][2]['url'] = "topten.php?hit=1";
$modversion['sub'][3]['name'] = _MI_XDIR_SMNAME3;
$modversion['sub'][3]['url'] = "topten.php?rate=1";
$modversion['sub'][4]['name'] = _MI_XDIR_SMNAME4;
$modversion['sub'][4]['url'] = "savings.php";
if (
$xoopsUser) {
  
$modversion['sub'][5]['name'] = _MI_XDIR_SMNAME5;
  
$modversion['sub'][5]['url'] = "mylistings.php";
}


To hide a line it is enough to put the line concerned in comment by prefixing it with the // characters.


To know the correspondence of the links, the answer is in the file language modinfo.php
// Sub menu titles
define("_MI_XDIR_SMNAME1","Submit");
define("_MI_XDIR_SMNAME2","Popular");
define("_MI_XDIR_SMNAME3","Top Rated");
define("_MI_XDIR_SMNAME4","Special Offers");
define("_MI_XDIR_SMNAME5","My Listings");

After modifications, you must update the module.



90
christian
Re: paid member group!
  • 2007/7/18 12:55

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Have you looked if the module xasset can be appropriate for your need ?




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



Login

Who's Online

226 user(s) are online (146 user(s) are browsing Support Forums)


Members: 0


Guests: 226


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