681
Cesagonchu
Re: How to reorder the Menu menu

Don't worry, you're not alone, I have the same bug.

I'll put it on Sourceforge bug tracker :
https://sourceforge.net/tracker/?group_id=41586&atid=430840


In the meantime, try this :
https://xoops.org/modules/newbb/viewtopic.php?post_id=341311



682
Cesagonchu
Re: Avatars dont show in Admin?

Finally tested with Xoops 2.5.3. Avatar bug is fixed.

Thank you Trabis!



683
Cesagonchu
Re: Avatars dont show in Admin?

Ok, I download it here?



684
Cesagonchu
Re: Speedtest 1.01 - Beta

Good idea, thanks!



685
Cesagonchu
Re: Avatars dont show in Admin?

A user can choose an avatar, but then nothing happens. The user still has no avatar.

I've had this problem with Xoops 2.5.1.

Please read from here.



686
Cesagonchu
Re: Avatars dont show in Admin?

Same problem with Xoops 2.5.2 RC1.

Solution :

1 - in edituser.php

replace (on line 368 and 383)
false === strpos
by
0 === strpos

2 - in /modules/profile/

replace (on line 226 and 241)
false === strpos
by
0 === strpos

3 - Remember to delete the file .htacces in the folders :

/uploads/

and

/uploads/avatars/



687
Cesagonchu
Re: d3forum-0.86-pre and d3diary on XOOPS2.5.1a

Great news, thank you :)



688
Cesagonchu
Re: Is there any good Blog module for Xoops 2.5?




689
Cesagonchu
Re: eNewsletter and Xoops 2.5

I have another problems :

1 - When I clic on "Create newsletter", I have an error :

Message(s): Undefined indexnletter_id in /modules/enewsletter/admin/index.php ligne 47


line 47 :

nletterSetup($_GET['nletter_id']);



2 - When I clic on "Newsletters", I have errors:

Avertissement(s): Missing argument 1 for newsletters(), called in /modules/enewsletter/admin/index.php on line 53 and defined in /modules/enewsletter/admin/index.php line 288 Message(s): Undefined variablestart in /modules/enewsletter/admin/index.php line 295 Message(s): Undefined variablestart in /modules/enewsletter/admin/index.php line 342


line 53 :
newsletters();


line 288 :
function newsletters($start)


line 295 :
$result $xoopsDB->query($sql5$start);


line 342 :
$pagenav = new XoopsPageNav($list5$start'start''action=view_archives'1);



Thanks for your help.



690
Cesagonchu
Re: eNewsletter and Xoops 2.5

hehe thanks !

The soluce is to delete :

line 80
define("_ADM_EVENNEWS_NAME""Name");


line 98 (or 97 if you have deleted the line 80 before)
define("_ADM_EVENNEWS_TEMPLATE""Template");


line 115 (or 113 if you deleted line 80 and 98)
define("_ADM_EVENNEWS_AM_NEWSLETTERS""Newsletters");


in

/modules/enewsletter/language/english/admin.php

Thanks to kris_fr :)

It was so simply.





TopTop
« 1 ... 66 67 68 (69) 70 71 »



Login

Who's Online

299 user(s) are online (207 user(s) are browsing Support Forums)


Members: 0


Guests: 299


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