101
SMEDrieben
Re: SimpleNewsletter 2.32 Beta 1 released for testing
  • 2013/4/22 19:28

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


One option from 2.2 is missing in the new admin. In 2.2., there was an option to maintain tables and cache. So I added a new menu option in /admin/menu.php after ADMENU5:

$i++;
$adminmenu[$i]['title'] = _MI_SIMPLENEWSLETTER_ADMENU7;
$adminmenu[$i]['link'] = "admin/main.php?op=maintain";
$adminmenu[$i]["icon"]  = $pathIcon32 '/update.png';


I added a line to /language/yourlanguage/modinfo.php:

define("_MI_SIMPLENEWSLETTER_ADMENU7""Maintain tables and cache");


and changed the return of the admin page after the maintenance in main.php (line 898) to:

simplenewsletter_utils::redirect(_AM_SIMPLENEWSLETTER_SAVE_OK'index.php'2);


I think it works fine now.

SMEDrieben



102
SMEDrieben
Re: How to refer to jquery.js ?
  • 2013/3/18 11:49

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


One problem I didn't notice yesterday: system messages (light blue background) that appear at the top of the page after logging in or out, are now shown twice ! Two identical messages (thanks for logging in etc, together with a "close all" message).

How can I solve this ?

SMEDrieben



103
SMEDrieben
Re: How to refer to jquery.js ?
  • 2013/3/17 12:46

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Thanks ! It works fine now.

SMEDrieben



104
SMEDrieben
Re: How to refer to jquery.js ?
  • 2013/3/17 11:21

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Unfortunately, it does not work in my case. Perhaps, I make a mistake. Should I put the following:

<{php}>
/** add JQuery and JQuery UI */
global $xoTheme
$xoTheme->addScript("browse.php?Frameworks/jquery/jquery.js");
$this->assign('xoops_module_header'$xoTheme->renderMetas(nulltrue)); 
<{/
php}>


within the head section of theme.html of somewhere else ? Furthermore, my xoops_lib is outside the public domain. Does it have any influence ?

Thanks !

SMEDrieben




105
SMEDrieben
How to refer to jquery.js ?
  • 2013/3/17 10:10

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I installed a slideshow in my theme that works with jquery. The file jquery.js, located in xoops_lib/Frameworks/jquery/, is OK. How can I refer to this file ?

I added a line to the head section of theme.html:

<script type="text/javascript" src="XOOPS_PATH/Framworks/jquery/jquery.js"></script>


This doesn't work. I don't know how to get it working. Finally, I copied the jquery.js to the mytheme folder and changed the script line in theme.html:

<script type="text/javascript" src="<{$xoops_imageurl}>/jquery.js"></script>


This works fine ! However, the jquery.js present at two locations at my site. How can I refer to the file in the xoops_lib/Frameworks/jquery folder ? Can I use a smarty constant for referring to xoops_lib ?

Thanks,

SMEDrieben



106
SMEDrieben
Mails from Xoops generate error messages of receiving mail-servers
  • 2013/2/10 20:26

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


After sending mails with Xoops, receiving mail servers return error mesages. E.g.:

Remote host said550 Maximum line length exceeded (see RFC 5322 2.1.1).


I don't know what this means, but some people in forums write that it means that a "to" or "from"-address is rather long. I studied several Xoops-mail headers (mails to myself) and it appears to me that Xoops generates rather long "from" adresses, e.g.:

From: =?UTF-8?B?U3RpY2h0aW5nIE1lZGlzY2hlIEV0aGllaw==?=<mymail@mydomain.nl>


Could this be the problem ? How can it be solved ?

Thanks !

SMEDrieben



107
SMEDrieben
Re: Partial Basic Module Pack for XOOPS 2.5.5 (updated Final releases)
  • 2013/1/15 19:47

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Has anybody tested MyMenus 1.41. ? The admin works correctly, but the block of the module (mymenus_block) doesn't show up at any page.

- Xoops 2.5.5
- Cache emptied
- permissions assigned correctly
- Menu and menu item (link) defined in the module
- same problem in Xoops default theme
- same probleme with XoopsTpl en XoTheme in settings of the module
- no errors in debug information

Any suggestions ? Thanks !

SMEDrieben



108
SMEDrieben
Re: Partial Basic Module Pack for XOOPS 2.5.5 (updated Final releases): Extgallery
  • 2013/1/1 19:48

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


Thee are a few minor problems in Extgallery:

- the Dutch language files are from a previous version. Quite a lot of variables are missing.

In xoops_version.php, there are strange underscores that disturb normal functioning of the module. E.g. lin 469

$modversion['config'][$i]['title']       = '_MI_EXTGAL_PERPAGEـRSS';


Before "RSS", a regular underscore must replace the hyphen. There are about 7 of those mistakes in xoops_version.php.

SMEDrieben



109
SMEDrieben
Re: Partial Basic Module Pack for XOOPS 2.5.5: RSS in wfdownloads: solved
  • 2012/12/30 15:57

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


I solved the RSS problem (RSS icon an link not shown).

index.php ends with:

if($xoopsModuleConfig['enablerss'] == 1)
{
    
//$rsslink=sprintf("<a href='%s' title='%s'><img src='%s' border=0 alt='%s' title='%s'></a>",WFDOWNLOADS_URL."rss.php", _MD_WFD_LEGENDTEXTRSS, XOOPS_URL."/".$xoopsModuleConfig['mainimagedir']."/icon/rss.gif",_MD_WFD_LEGENDTEXTRSS);    $xoopsTpl->assign('full_rssfeed_link', $rsslink);

    
$rsslink=sprintf("<a href='%s' title='%s'><img src='%s' border=0 alt='%s' title='%s'></a>",WFDOWNLOADS_URL."rss.php"_MD_WFD_LEGENDTEXTRSSXOOPS_URL."/".$xoopsModuleConfig['mainimagedir']."/icon/rss.gif",_MD_WFD_LEGENDTEXTRSS_MD_WFD_LEGENDTEXTRSS'' ); //changed by Zyspec

}


This code doesn't work, because the line:
$xoopsTpl->assign('full_rssfeed_link'$rsslink);


should be after the definition of $rsslink. The first part (that starts with //$rsslink) can be deleted. Then, the correct code is:

if($xoopsModuleConfig['enablerss'] == 1)
{
        
$rsslink=sprintf("<a href='%s' title='%s'><img src='%s' border='0' alt='%s' title='%s'></a>"WFDOWNLOADS_URL."rss.php"_MD_WFD_LEGENDTEXTRSSXOOPS_URL."/".$xoopsModuleConfig['mainimagedir']."/icon/rss.gif"_MD_WFD_LEGENDTEXTRSS_MD_WFD_LEGENDTEXTRSS); //changed by Zyspec
        
$xoopsTpl->assign('full_rssfeed_link'$rsslink);
    
}


I've added a space before WFDOWNLOADS_URL.

In viewcat.php there is a similar problem that can be solved in a similar way.

SMEDrieben



110
SMEDrieben
Re: Partial Basic Module Pack for XOOPS 2.5.5 (updated Final releases)
  • 2012/12/27 21:38

  • SMEDrieben

  • Not too shy to talk

  • Posts: 173

  • Since: 2009/6/17


xForms: Chaptcha not working !

xForms is a clone of Liaise. In Liaise 1.27, a Chaptcha can be used: it works fine ! In xForms, 1.21 the use of the Chaptcha can be selected in the general settings, but it doesn't work. All Chaptcha code of Liaise 1.27 is not included in the xForms package.

Can this feature be added tot xForms 1.21 ?

Thanks !

SMEDrieben

A few hours later: sorry, I cannot remove this comment. In fact the XoopsCaptcha works for anonymous users. That is OK.




TopTop
« 1 ... 8 9 10 (11) 12 13 14 ... 17 »



Login

Who's Online

253 user(s) are online (168 user(s) are browsing Support Forums)


Members: 0


Guests: 253


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