1
timgno
XSitemap v1.52 Beta 1 - Test
  • 2011/9/14 21:25

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Module XSitemap with GUI X2.5 needed testing and Comments

Download - Video

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


3
xoobaru
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/1/31 0:08

  • xoobaru

  • Just can't stay away

  • Posts: 494

  • Since: 2010/12/2


Did anyone ever get the register/login buttons not to show when logged in and viewing this module? It would be nice if the prefs gave a radio button option to disappear these as they are redundant. I just noticed also that it gives me a button to go to the sitemap when I am already in the sitemap.

4
timgno
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/1/31 14:36

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Quote:
xoobaru wrote:
....
It would be nice if the prefs gave a radio button option to disappear these as they are redundant.
....


I'm already working on the new version 2.01 will be available for xoops 2.6.0, I'll include this option, too.

5
xoobaru
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/1/31 21:17

  • xoobaru

  • Just can't stay away

  • Posts: 494

  • Since: 2010/12/2


Cool! Thanks, cant wait.

I am still tempted to go in and see if I can't hack them out of this version. I do not need them in either mode and it shouldn't be too much of a show stopper.

Experience is proportional to equipment ruined...

6
xoobaru
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/2/1 20:56

  • xoobaru

  • Just can't stay away

  • Posts: 494

  • Since: 2010/12/2


For those who want to remove the "Register", "Login", or "Sitemap" nav menu in the sitemap,

Open /xsitemap/templates/xsitemap_index.html

and delete lines 4 through 8 containing the following code:

<ul id="utilityNav">         <li><a href="<{$xoops_url}>/register.php"><{$smarty.const._MA_XSITEMAP_REGISTER}></a></li>         <li><a href="<{$xoops_url}>/user.php"><{$smarty.const._MA_XSITEMAP_LOGIN}></a></li>         <li><a href="<{$xoops_url}>/modules/xsitemap"><{$smarty.const._MA_XSITEMAP_SITEMAP}></a></li>       </ul>


After this, only the sitemap elements will display that are configured to display. You should also delete and regenerate your smarty compiled templates for xsitemap and then purge your browser cache, otherwise you may continue to see them.

7
chefry
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/5/7 14:05

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


you also need to add some linebreaks <br>

Otherwise the sitemap graphics covers most of the module name

8
chefry
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/5/7 14:15

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


found a problem

when it indexes classifieds Version : 2.53 Final it does not handle subcategories correctly

If there is no sort order (in Classified they automatically show in apha order), they show in the order the category was entered into Classifieds

If there is a sort order (ie 10,20,30, etc) the site map shows them in backwards order (30, 20, 10) instead of 10,20,30


9
chefry
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/5/7 15:41

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


Another problem I found on the user side

Clicking on the green or orange boxes in the sitemap takes you to the main page of the module, not the area/item you clicked on

10
jlm69
Re: XSitemap v1.52 Beta 1 - Test
  • 2013/5/7 20:52

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


I thought I was going to need to write a plugin for this module, but couldn't find any plugins for it. Finally after a while I see that the info is in the sql file.

The info for the Jobs and Classifieds modules is wrong.

What is there is this:
sql/mysql.sql lines 29 and 30


('Classifieds', '2.0RC', 'classifieds_categories', 'cid', 'pid', 'title', 'title', 'index.php?pa=Adsview&cid=', 1, 1250805600, 1),
('Jobs', '4.0', 'jobs_categories', 'cid', 'pid', 'title', 'title', 'index.php?pa=jobsview&cid=', 1, 1250805600, 1),

It should be this:

('Classifieds', '2.53', 'classifieds_categories', 'cid', 'pid', 'title', 'title', 'catview.php?cid=', 1, 1250805600, 1),
('Jobs', '4.4', 'jobs_categories', 'cid', 'pid', 'title', 'title', 'jobscat.php?cid=', 1, 1250805600, 1),


It is best to change it in the mysql file before the module is installed, or make the changes then uninstall the module and then reinstall module, or you can edit them in the admin > plugin section of the module.

@chefry

You need to change "category sort order" in the preferences for Classifieds from alphabetical to personalized order. Plus the changes above.

The only thing I see bad is xsitemap only goes 2 levels deep for the subcats.


Thanks,

John


Login

Who's Online

201 user(s) are online (135 user(s) are browsing Support Forums)


Members: 0


Guests: 201


more...

Donat-O-Meter

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

Latest GitHub Commits