51
iHackCode
Re: Module file for ____ not found

when you turned on debugging did you turn on the php debugging option in that drop down menu.?



52
iHackCode
Re: Join the XOOPS Testing Quality team today!

Test team for me plz.



53
iHackCode
Re: problem in xNews 1.71

it looks like file/folder permissions

https://xoops.org/modules/newbb/viewtopic.php?post_id=344766#forumpost344766

let me know if that helps.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



54
iHackCode
Re: XOOPS Meeting with Redheadedrod in Cincinnati

That's Awesome. And it's been quite hot lately, summer has definitely started.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



55
iHackCode
Re: Another error with Publisher

maybe its a file/folder permission issue and thumbs cannot be created?
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



56
iHackCode
Re: Fmcontent new version : Test and report bugs

a bug relating with cloned module and tags.

https://xoops.org/modules/newbb/viewtopic.php?post_id=346782#forumpost346782
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



57
iHackCode
Re: problem with fmcontent clone

I just looked at the code and it is a bug. I will notify someone. i made a post here.https://xoops.org/modules/newbb/viewtopic.php?post_id=347391#forumpost347391


Thanks For Posting Your Findings.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



58
iHackCode
Re: Another error with Publisher

did you notice this error?

<h1>A TimThumb error has occured</h1>The following error(soccured:<br /><ul><li>Could not create the index.html file to fix this create an empty file named index.html file in the cache directory.</li><li>Could not create cache clean timestamp file.</li></ul><br /><br />Query String src=http://franksrecipes.net/uploads/img4d01f882a0b0b.jpeg&amp;h=180<br />TimThumb version : 2.8.7</pre>


i dont know what it means, i haven't be up to date with publisher.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



59
iHackCode
Re: problem in xNews 1.71

in that blocks file i think line 120 needs to be changed too

from:
if($options[4] != 0) { $height 'height="'.$imgheight.'"'; } // set height = 0 in block option for auto height

to:

if($options[4] != 0) { $imgheight 'height="'.$options[4].'"'; } // set height = 0 in block option for auto height
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



60
iHackCode
Re: problem in xNews 1.71

Quote:

sova wrote:
Thank you for your helping


Sad Face.

Try this..
in xnews/include/functions.php replace the function

/**
 * Verify that the current user is a member of the Admin group
 */
function nw_is_admin_group()
{
    global 
$xoopsUser$xoopsModule;
    if(
is_object($xoopsUser)) {
        if(
in_array('1',$xoopsUser->getGroups())) {
            return 
true;
        } else {
         
$mod_handler =& xoops_gethandler('module');
         
$xnewsModule $mod_handler->getByDirname(NW_MODULE_DIR_NAME);
            if(
$xoopsUser->isAdmin($xnewsModule->mid())) {
                return 
true;
            } else {
                return 
false;
            }
        }
    } else {
        return 
false;
    }
}

and in xnews/blocks/news_latestnews.php

change line 124
$enddiv 'alt="'.$thisstory->title.'" width="'.$imgwidth.'" '.$height.' /></a></div>';

so it looks like

$enddiv 'alt="'.$thisstory->title.'" width="'.$imgwidth.'" '.$imgheight.' /></a></div>';

i haven't tested this out..
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 93 »



Login

Who's Online

186 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 186


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