11
jlm69
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/5/7 21:12

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


Something I forgot to mention in the last post.
There is an error in admin/admin_header.php around line 70 look for this line:

include_once XOOPS_ROOT_PATH."/modules/xsitemap/class/plugin.php";


It should be this:

include_once XOOPS_ROOT_PATH."/modules/xsitemap/class/xsitemap_plugin.php";



John

12
jlm69
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/5/7 21:57

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


Found one more,

xsitemap/include/functions.php

line 184:

$xoopsDB =& Database::getInstance();

change to:

$xoopsDB =& XoopsDatabaseFactory::getDatabaseConnection();

John

13
Mamba
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/5/8 4:58

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


I've included your fixes in the SVN, and updated to 1.53 Beta 1

However, I didn't change that:

Quote:
It should be this:

include_once XOOPS_ROOT_PATH."/modules/xsitemap/class/xsitemap_plugin.php";



If I change it, the module doesn't work...

Can you test the code from SVN?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

14
jlm69
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/5/8 5:29

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


If I look in the folder xsitemap/class I see xsitemap_plugin.php
not plugin.php
and it is calling for plugin.php
It through an error on my test site.

John

15
Mamba
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/5/8 6:07

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Can you check the latest SVN?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

16
brutalicuss
Re: XSitemap v1.52 Beta 1 - Test

Im fascinated, really :)

Yesterday I saw the post with this module and honestly I had no great expectations about this... BUT now Im very happy and will start settings for my pages and my un-functional sitemaps :)

Successfully create settings for modules catads and weblinks, with no bugs, and now I have fully automated sitemap..really great!

Thank you very much for this nice module!

I did bulgarian translation, if you want put in translation directory
http://www.megafileupload.com/en/file/416711/bulgarian-zip.html

10x again :)

17
jlm69
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/5/8 11:29

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


@Mamba
Looking at the svn code the file is named plugin.php, in the file I have it is called xsitemap_plugin.php.

As long as the file is plugin.php there is no change needed.

John

18
chefry
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/5/8 11:47

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


John, I made the changes you suggested to Classifieds

I uninstalled xsitemap, changed the mysql and reinstalled it

when i click on a green or orange box in the classifieds list of the sitemap it now goes to the correct category

BUT

it still lists the subcats out of order. It's not paying attention to weighting or alpha sort

19
jlm69
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/5/8 21:59

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


@chefry,

I am not sure why xsitemap does not paying attention to weighting. Maybe the developer could help.
I only looked at xsitemap because you were complaining that classifieds was not working with it. I actually thought I would have to make a plugin for it. If I find time I will look into it, but I have a few things going on right now.

John

20
Cesagonchu
Re: XSitemap v1.52 Beta 1 - Test

Quote:

brutalicuss wrote:
I did bulgarian translation, if you want put in translation directory
http://www.megafileupload.com/en/file/416711/bulgarian-zip.html


Thank you brutalicuss, I will put it on Transifex

Login

Who's Online

177 user(s) are online (103 user(s) are browsing Support Forums)


Members: 0


Guests: 177


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