Members: 16,996
Threads: 38,845
Posts: 159,389
Online: 16

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Development > Component 'How Do I' Questions

Reply
 
LinkBack Thread Tools Display Modes
Old 15.08.2004, 06:43   #21 (permalink)
Baby Mamber
 
Join Date: May 2004
Posts: 17
martintibird is on a distinguished road
Default Re: New/different sitemap component

I've found that google does indeed "see" the SEF URL (via d51SEF) and non-SEF URL (via jm_sitemap) for one page, and stores info about two pages - which have identical content.

I'm a bit concerned google might penalise me for apparently tending to have duplicates for my pages (as some sort of attempt to spam search engines?); indeed, after quick check of a very few pages, seems some have fallen in google.

I'd installed the sitemap partly as seemed a great way to likely enhance google navigating my site; but now I'm concerned it won't help google rankings, but might even do a bit of accidental harm, just unpublished it. [not deleted; it's otherwise great] I'd be interested in comments.
martintibird is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 24.10.2004, 01:13   #22 (permalink)
Ave
Mamber
 
Ave's Avatar
 
Join Date: Apr 2004
Location: Rio de Janeiro, Brazil
Posts: 53
Ave is on a distinguished road
Default Re: New/different sitemap component

How can I get Eyesberg's hack?

Ave is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 17.11.2004, 13:09   #23 (permalink)
Baby Mamber
 
Join Date: Oct 2004
Posts: 12
gertoh is on a distinguished road
Default Re: New/different sitemap component

Hi i downloaded the attachment but unable to install it.
It says ERROR: Could not find a Mambo XML setup file in the package.
could you pls help mi? tks alot.
gertoh
gertoh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 19.11.2004, 12:13   #24 (permalink)
Baby Mamber
 
Join Date: Nov 2004
Posts: 6
ateul is on a distinguished road
Default Re: New/different sitemap component

Hmm.. for those who didn`t know how to install here is the tip (I tryed too ..and same problem with XML file):

Edit jmsitemap.xml and remove the "-" caracter from file:

" - <files>" is should be only " <files>"

There are 3 "-" to be removed. You can do how you like.. unzip files .. and zip them back after modification.

Good luck to everyone.
ateul is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 21.11.2004, 12:24   #25 (permalink)
Professional Mamber
 
eyezberg's Avatar
 
Join Date: Apr 2004
Location: Gap / France
Posts: 860
eyezberg is an unknown quantity at this point
Default Re: New/different sitemap component

Had lost track of this thread..
Anyone still interested in the modded file?

Also, I found a nice show/hide script, planning on adding this,
test here:
http://axelgap.free.fr => the first orange bar with the + sign..

Let me know
__________________
joe / ex Mambo ex Doc Team
Eyezberg.com
eyezberg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 22.11.2004, 15:15   #26 (permalink)
Junior Mamber
 
Join Date: Apr 2004
Posts: 28
aquebahamas is on a distinguished road
Default Re: New/different sitemap component

I 2 am intrested in the modifed script with the show an hide.
It seems to mee that if this had a complete admin interface better control we could have better control, allowing for on and off buttons of sect/cat's etc.
aquebahamas is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 22.11.2004, 17:12   #27 (permalink)
Professional Mamber
 
eyezberg's Avatar
 
Join Date: Apr 2004
Location: Gap / France
Posts: 860
eyezberg is an unknown quantity at this point
Default Re: New/different sitemap component

Please, let me make things clear:
I am not adding much code to this, my PHP-knwoledge is far from sufficient.
All I'm doing is modifying the display generated by jmayer's component.

The show/hide feature I'm planning at the moment will only be frontend,
the component will still spit out everything,
only change -if I get this to work- is that user will be able to collapse/expand individual sections and/or categories.

Sounds ok?
I would be interested in a (better) backend also though...
__________________
joe / ex Mambo ex Doc Team
Eyezberg.com
eyezberg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 15.01.2005, 01:48   #28 (permalink)
Baby Mamber
 
Join Date: Jan 2005
Posts: 4
Duality.Enigma is on a distinguished road
Default Re: New/different sitemap component

I have made some adjustments to this script as well.. mainly adding parameters that allow you to control what displays on the map, (sections, categories, items, unplublished items, and registered only items)

Still very beta, but I'll up the php here..

Things I would like to do:

Exchange Tables for CSS..
Make positioning more flexable.. (Right now controled by the sql statments)
Add options to not include categories by name..
Build a front end to edit these parameters in a more friendly way..

Just replace the jmsitemap.html.php in the jm sitemap component directory with the attached..

These lines at the top control content:

$show_components = 1; //List Components
$show_section = 1; //Show Section
$show_category = 1; //Show Category
$show_registered = 1; //Show Registered User Sections.
$show_items = 1; //Show Items
$show_unpublished = 0; //Show Unpublished Items
Duality.Enigma is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.01.2005, 04:01   #29 (permalink)
Baby Mamber
 
Join Date: May 2004
Posts: 17
martintibird is on a distinguished road
Default Any controls for URLs output by sitemap?

Great to see of some modifications made to sitemap.

Any chance of changes to URLs it outputs? As mentioned, I don't want to apparently produce duplicate pages (same page, different URLs), lest search engines like Google judge me a spammer.
Ideally, for me, should somehow work with d51SEF, tho might be too much to ask!
- solution I've adopted so far isn't elegant, but seems to work: mymenu, with URLs to Items pasted in. (That's gonna be painful, as and when have a lot more pages!)
martintibird is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 16.01.2005, 15:08   #30 (permalink)
Junior Mamber
 
anandus's Avatar
 
Join Date: Aug 2004
Posts: 34
anandus is on a distinguished road
Default Re: New/different sitemap component

So this is the same component as this one: http://forum.mamboserver.com/showthread.php?t=10199

People have been modifying the same component the, maybe someone can have a look there as wel, to find some nice code to add?

Cheers :P

Oh, still wish it could be done with SEF though..
__________________
Biologypages
anandus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Users Component Under Development MamboJoe Component Development 50 21.04.2006 17:45
Dispalying Items in Sitemap Component. jmayer Component 'How Do I' Questions 1 06.06.2005 20:36
Sitemap Component -> How do i show MyMenu links peterpan Component 'How Do I' Questions 7 18.04.2005 17:51
Problem with packaging own component lawrence Component Development 1 16.06.2004 18:15
Error when installing Sitemap Component avrel Component 'How Do I' Questions 0 14.04.2004 23:53


All times are GMT +2. The time now is 20:51.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.