31
Mazar
Re: Notice: File Path Error: var/configs/xoopsconfig.php does not exist.
  • 2009/12/7 7:43

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


ok found i and solved it



32
Mazar
Notice: File Path Error: var/configs/xoopsconfig.php does not exist.
  • 2009/12/7 6:32

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


what error is this. when i try to post a comment i get this error
Notice: File Path Error: var/configs/xoopsconfig.php does not exist. in file /include/common.php line 116



33
Mazar
Re: Editor's malfunctioning in Content module
  • 2009/11/25 19:06

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


having the same problem with fck, mce editors in content module with XOOPS 2.4.1

if i put image or link which shows with quotes in frontend. messed up



34
Mazar
Use tinymce in xoops 2.4 blocks
  • 2009/11/24 10:56

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


open modules/system/admin/blocksadmin/blockform.php

$textarea = new XoopsFormDhtmlTextArea(_AM_CONTENT'bcontent'$block['content'], 1570);


find the above line and replace with
below
if ( is_readable(XOOPS_ROOT_PATH "/class/xoopseditor/tinymce/formtinymce.php")) {
    include_once(
XOOPS_ROOT_PATH "/class/xoopseditor/tinymce/formtinymce.php");
     include_once(
XOOPS_ROOT_PATH "/class/xoopseditor/tinymce/language/english.php");
    
$textarea = new XoopsFormTinymce(array('caption'=>_AM_CONTENT'name'=>'bcontent''value'=>$block['content'], 'cols'=>'15','rows'=>'20''xEditor'=>'1'));
    }else{
    
$textarea = new XoopsFormDhtmlTextArea(_AM_CONTENT'bcontent'$block['content'], 1570);
    }


you will have a tinymce as editor in XOOPS blocks



35
Mazar
Re: Content Module and XOOPS 2.4.1
  • 2009/11/16 22:07

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


HI if you want content module to work with normal XOOPS dhtml editor then replace this line in module->content->admin->add_content.php

line 309
echo '<tbody id="content" style="display:none;>';

to

echo '<tbody id="content" >';

it should work with normal xoopsdhtml editor

i am looking throught the fckeditor hopefully get a fix for it

and then you can edit it on frontpage through fckeditor it will work

it is working for me in XOOPS 2.4.1



36
Mazar
Re: Content Module and XOOPS 2.4.1
  • 2009/11/16 22:03

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


HI if you want content module to work with normal XOOPS dhtml editor then replace this line in module->content->admin->add_content.php

line 309
echo '<tbody id="content" style="display:none;>';

to

echo '<tbody id="content" >';

it should work with normal xoopsdhtml editor

i am looking throught the fckeditor hopefully get a fix for it



37
Mazar
Hi guys how can i use xoops xml parser?
  • 2009/11/13 18:46

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I have trying for so long to make magpierss in xoops. but no luck. how can i use XOOPS xmlrss2parser. using magpierss class i am not getting any error but it not outputting any data either.




38
Mazar
Re: Blocks anywhere hack by trabis works within custom html blocks?
  • 2009/11/6 11:00

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


If anyone can put it in this function to get it work.

function getContent($format 'S'$c_type 'T')
    {
        switch (
$format) {
            case 
'S':
                if (
$c_type == 'H') {
                    return 
str_replace('{X_SITEURL}'XOOPS_URL '/'$this->getVar('content''N'));
                } else if (
$c_type == 'P') {
                    
ob_start();
                    echo eval(
$this->getVar('content''N'));
                    
$content ob_get_contents();
                    
ob_end_clean();
                    return 
str_replace('{X_SITEURL}'XOOPS_URL '/'$content);
                } else if (
$c_type == 'S') {
                    
$myts =& MyTextSanitizer::getInstance();
                    
$content str_replace('{X_SITEURL}'XOOPS_URL '/'$this->getVar('content''N'));
                    return 
$myts->displayTarea($content01);
                } else {
                    
$myts =& MyTextSanitizer::getInstance();
                    
$content str_replace('{X_SITEURL}'XOOPS_URL '/'$this->getVar('content''N'));
                    return 
$myts->displayTarea($content00);
                }
                break;
            case 
'E':
                return 
$this->getVar('content''E');
                break;
            default:
                return 
$this->getVar('content''N');
                break;
        }
    }



39
Mazar
Re: Blocks anywhere hack by trabis works within custom html blocks?
  • 2009/11/5 8:56

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


It may would work if we find where we can define it.
Let me know if you make it work



40
Mazar
Re: Multixoops - With version 2.3.3 - RC
  • 2009/10/27 11:08

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I have tried all the above changes. still no luck getting it work. it seems to taking the data from subdomain preferences. if i change sudomain preferneces to whatever the main domain also takes the preferences from subdomain it is confusing. maybe something wrong with module queries.




TopTop
« 1 2 3 (4) 5 6 7 ... 14 »



Login

Who's Online

142 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 142


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits