1761
thgirblam
XOOPS Version for Godaddy Installation
  • 2019/11/30 2:41

  • thgirblam

  • Just popping in

  • Posts: 32

  • Since: 2004/8/14


I have been unsuccessful installing XOOPS 2.5.10 on one of my Godaddy sites. I suspect it is because of the PHP version.

Godaddy
PHP Version: 5
MySQL Version: 5.5.51-38.1-log
Operating System: LINUX

What version of XOOPS would be most compatible with my Godaddy setup?

Thanks,

Mark



1762
goffy
Re: Xoops Comment system
  • 2019/11/27 21:01

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


hi

by debugging the xoops core code step by step I found the solution:
it is necessary to adapt xoops_version.php
$modversion['hasComments']             = 1;
$modversion['comments']['pageName']    = 'images.php';
$modversion['comments']['itemName']    = 'img_id';
$modversion['comments']['extraParams'] = ['op''alb_id''start''limit''img_submitter'];


the interesting line is
$modversion['comments']['extraParams'] = ['op''alb_id''start''limit''img_submitter'];


here you have to repeat all parameters, which should be used for redirect after posting the comment.

Important: this parameters must be in the $_POST of the site, where the comments are called from.
example:
I call my site by:
http://localhost/wggallery/htdocs/modules/wggallery/images.php?op=show&redir=list&img_id=22&alb_id=1&start=0&limit=10&img_submitter=0

I post a comment. now comment system takes 'op', 'alb_id', 'start', 'limit', 'img_submitter' from the $_POST and create the redirect url based on these parameters
after succesful posting of the comment you will be redirected to site from "$modversion['comments']['pageName'] = 'images.php';" by using the param from "$modversion['comments']['extraParams']"



1763
Lupin
Re: Xoops Comment system
  • 2019/11/27 9:58

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


Confirmed , I have the same prob ... very strange : problem appears ONLY at firs cooment added ... then the redirect bring correctly at the image page ...

Pino



1764
alain01
Re: xswatch
  • 2019/11/27 9:37

  • alain01

  • Just can't stay away

  • Posts: 530

  • Since: 2003/6/20


Ok, good news !

Do you use smarty variables with the tag active, with the navmenu elements ?
Like $xoops_page, $xoops_startpage and $xoops_modulepage.

It's a very usefull !



1765
Lupin
Re: xswatch
  • 2019/11/27 9:24

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


OK ...

As I wrote , to read suggested docs , was a good thing.

I saw in both version of bootstrap the data lines for the customization of the "container-maincontainer" zone are identical ... so, probably, switching to the most recent bootstrap version would not have changed anything for me.

But this reading also made me reflect on the detail also the navmenu is contained in the same CSS class ... and what could be in the menu that could create that problem for me? One thing: the logo!

In fact the customization of the logo had led to larger sizes than those of the original Xoops logo ... in particular returning to the width of the logo within the previous measure, the problem has disappeared!
So it was my (unconscious) mistake to create this problem.

Now, the changes to the CSS that I had hypothesized are giving their result and the images are seen full screen even on mobile phones, without any problems!

Thank you everyone for the support.

Pino



1766
zyspec
Re: SQL error with Tag Module
  • 2019/11/25 15:32

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Glad I could help... sorry it took a couple of tries (and actually loading the module) to get it right.



1767
fabou78
Re: 503 Service Unavailable
  • 2019/11/25 10:57

  • fabou78

  • Friend of XOOPS

  • Posts: 43

  • Since: 2012/6/16


Thanks guys,

It is not a VPS so I will have to take it with my host provider



1768
mjoel
Re: SQL error with Tag Module
  • 2019/11/25 0:38

  • mjoel

  • Quite a regular

  • Posts: 325

  • Since: 2006/12/9


Quote:

zyspec wrote:
@mjoel,

Sent you a PM to have you try something out to see if it works for you... let me know what you find.


zyspec..thank you very much..your fix works...

finally my tag module is now working again



1769
zyspec
Re: SQL error with Tag Module
  • 2019/11/22 20:24

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


@mjoel,

Sent you a PM to have you try something out to see if it works for you... let me know what you find.



1770
goffy
wgTimelines 1.12 ready for testing
  • 2019/11/22 19:34

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi

the new version of wgTimelines is ready for testing.

Resized Image


wgTimelines module for XOOPS CMS enables you to create beautiful timelines for your XOOPS website.

New in version 1.12
- change to namespaces
- added feedback form
- added image editor (like in wgGallery)
- added test data (espcially for alain01 )

With new image editor you can crop image, create image grids,...

Download under https://github.com/ggoffy/wgtimelines

Please post bugs and suggestions for improvement under https://github.com/ggoffy/wgtimelines/issues




TopTop
« 1 ... 174 175 176 (177) 178 179 180 ... 29425 »



Login

Who's Online

796 user(s) are online (611 user(s) are browsing Support Forums)


Members: 0


Guests: 796


more...

Donat-O-Meter

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

Latest GitHub Commits