61
andrey3761
Re: 2.4.3 Installation problem

Quote:
enter 755 with Recursive in subfolders checked.


Not for all so works...
On my server has earned only with the permissions 777.



62
andrey3761
Re: Remove Search from the main Menu

File \modules\profile\xoops_version.php

// Menu
$modversion['hasMain'] = 1;
if (
$GLOBALS['xoopsUser']) {
    
$modversion['sub'][1]['name'] = _PROFILE_MI_EDITACCOUNT;
    
$modversion['sub'][1]['url'] = "edituser.php";
    
$modversion['sub'][2]['name'] = _PROFILE_MI_PAGE_SEARCH;
    
$modversion['sub'][2]['url'] = "search.php";
    
$modversion['sub'][3]['name'] = _PROFILE_MI_CHANGEPASS;
    
$modversion['sub'][3]['url'] = "changepass.php";
}


replace:

// Menu
$modversion['hasMain'] = 1;
if (
$GLOBALS['xoopsUser']) {
    
$modversion['sub'][1]['name'] = _PROFILE_MI_EDITACCOUNT;
    
$modversion['sub'][1]['url'] = "edituser.php";
    
$modversion['sub'][2]['name'] = _PROFILE_MI_CHANGEPASS;
    
$modversion['sub'][2]['url'] = "changepass.php";
}


Then to update the profile module.



63
andrey3761
Re: dhtmltextarea and preview

Thanks.



64
andrey3761
Re: Chinese character become "character code"

Help my!
https://xoops.org/modules/newbb/viewtopic.php?viewmode=flat&type=&topic_id=70478&forum=72



65
andrey3761
Re: Cloning Content Module

Quote:
For cloning a module, see this FAQ.


Sorryyou don't have the permission to access this area.



66
andrey3761
Re: XOOPS 2.4.3 and News 1.64

Thank Marco!



67
andrey3761
XOOPS 2.4.3 and News 1.64

Has installed the module news 1.64. If to include a debugging mode, but there are messages:

Quote:
Warning: XoopsEditorHandler::getList() should not be called statically. in file /class/xoopseditor/xoopseditor.php line 171


How to correct?



68
andrey3761
Re: dhtmltextarea and preview

@alfred
Has replaced, the error remained...

Has cleaned everything, the error remained:

formdhtmltextarea_preview.php
<?php
include_once dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR 'mainfile.php';

$xoopsLogger->activated false;
echo 
"<div>" trim($_GET['text']) . "</div>";
?>



69
andrey3761
Re: dhtmltextarea and preview

Can help?



70
andrey3761
Re: dhtmltextarea and preview

Letters are converted before sending in a file formdhtmltextarea_preview.php. Has made such contents - an error did not disappear.

<?php
include_once dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR 'mainfile.php';

$xoopsLogger->activated false;
$myts =& MyTextSanitizer::getInstance();
//$content = $myts->stripSlashesGPC(xoops_convert_encoding($_GET['text']));

$content $myts->stripSlashesGPC($_GET['text']);
echo 
"<div>" $content "</div>";
?>


The problem in java script means?




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 13 »



Login

Who's Online

245 user(s) are online (169 user(s) are browsing Support Forums)


Members: 0


Guests: 245


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