phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
[Archive] mx Sitemaps 0.0.1
Goto page 1, 2, 3, 4, 5, 6, 7, 8  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » phpBB SEO MODS
::  
Author Message
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13099

[Archive] mx Sitemaps 0.0.1Posted: Tue May 02, 2006 12:47 am    Post subject: [Archive] mx Sitemaps 0.0.1

WARNING
    0.2.0 is out : To update please read this thread .

    What follows is kept for archive.

    0.0.2 support will continue for some time for 0.0.2 user, until they update.

    Do not use this version if you are first installing this mod.


---------------------------------------------------------------------------------------

mx Sitemaps

    Module name : mx Sitemaps

    Module author : dcz / www.phpBB-SEO.com

    MOD Description : This mod creates sitemaps for phpBB and mxBB Portal (if used).
    You will be able to add link in ACP, last active topics lists, mod Rewrite ...

    Module version : v0.1

    Installation Level: Easy for the Basics, Advanced if setting up mod_Rewrite.

    Installation Time : 5 Minutes for the Basis, a bit more if setting up mod_Rewrite.


Author's Notes :

    Search Engine Optimized (SEO) And User-Friendly Sitemap Solution for phpBB and mxBB Portal.

    It will create a Site Map Index, a paginated mxBB Portal Page's list (if installed), a Forum Map listing forums (Linked through their description) and One Paginated Map per forum (Linked in the Forum Map), listing Topics.

    Sitemap Mod Integration (S2B ~ http://www.s2b-project.de)
    Allow to add as many links as you want on the Site Map Index Page directly from ACP.
    This functionality makes the use of the db_install.php necessary because the sitemap index tables will be created individually for all installed languages.
    If you want to add a new language to your board, you have to add the language manually by executing this query (be careful about which table prefix you are using) :

    For phpBB :
    Code:
    ALTER TABLE phpbb_sitemap ADD sm_title_<new language> VARCHAR(100) NOT NULL DEFAULT '';

    For mxBB :
    Code:
    ALTER TABLE mx_sitemap ADD sm_title_<new language> VARCHAR(100) NOT NULL DEFAULT '';


    Where "<new language>" has to be replaced with the name of the language (e.g. German, English).

    Many powerful SEO feature such as the possibility to list last active topics on each type of Maps and Pagination Handling as well as User-friendly interface, allowing to output marked topics like in phpBB and new post since last visit.

    Everything is ACP configurable, allowing fine tuning of the hole system and to exactly decide what to output on each type of pages : Last Active Topics, Viewonline and Log in.

    All content is outputted following the phpBB AUTH settings, meaning everybody is going to see the links he should.

    All of this without changing a single phpBB line!

    The forum's sitemaps pagination will output no duplicates and will be fully applied if you install one of the phpBB SEO mod Rewrites.
    Also, Title injection for those only available with the phpBB SEO mod rewrites.
    This because of how pagination is handled in phpBB. Eventual custom fix may apply.

    If you specific Rewrited url standard is currently not supported by the phpBB SEO mod Rewrites, please post a request for it in the phpBB mod rewrite Forum and the Team will provide premodded files.




Supported Languages :
    English, French.


Demo :

Note This mxBB demo is a bit different on this site. The phpBB SEO multiforum set up was here added in the module. The standard version will of course only list one forum.

Download File :



Current Features :
    One Site Map Index :
    Arrow Site Map Index is configurable, you can create categories and add local or external links in ACP.
    Last Active Topic can also be set up to be shown here.

    Paginated mxBB Page listing :
    Arrow mxBB Pages Paginated List.
    Last Active Topic can also be set up to be shown here.

    Running mxBB gives you an extra option in ACP, the Standalone Mode.
    You can use this site map like any mxbb module or choose to run it outside of the portal. It's one or the other, going for Standalone will allow you to activate mod Rewrite for Sitemaps in ACP and will save some server ressources.

    You will also be able to add the who is online stats on maps, the login box will auto show up the same way it does on the forum index.

    To enable the Standalone Mode, you must 1) move the sitemaps.php file from modules/mx_sitemaps/
    to your portal's root and 2) Enable the option in ACP.

    One Forum Map :
    Arrow Listing all forums the current user has the right to view and read.
    The list provides links to each of the forum Maps as well as to each forum, using the forum description as the text link.
    Last Active Topic can also be set up to be shown here.

    One Map per Forum :
    Arrow Paginated Listing of each forum's topics. The pagination limit is configurable in ACP.
    Last Active Topic can also be set up to be shown here.


Planned features :
    Style :
    Idea Plan to add more style support and to finalize current subSilver templates.

    Other Mods support :
    Idea Plan to add KB support at first, will see if other mods would benefit such a listing.

    Other mod_Rewrite support :
    Idea Will add premoded files in the package for any unsupported URL standard upon request.


Contrib :
    Pre modded files for several mod rewrite included.
    If apply, just ovewrite the standard files with the right contrib files.
    Supported url standars : Webmedic's rewrite mod, able2know rewrite mod, GoogleBB Links ...


Support :
    English Support On this Thread. If you need some specific adaptation, please start a new thread in this Forum.
    Support Francophone

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche


Last edited by dcz on Wed Jan 24, 2007 12:36 pm; edited 1 time in total
Back to top
Visit poster's website
hedgehog



Joined: 29 Apr 2006
Posts: 15

[Archive] mx Sitemaps 0.0.1Posted: Wed May 03, 2006 4:42 am    Post subject: Re: [Archive] mx Sitemaps 0.0.1

Hi dcz, one minor thing I found
Code:


copy   root/includes/includes/Sitemaps_Common_Admin.php


to?
Code:
copy   root/includes/Sitemaps_Common_Admin.php


includes maybe INCLUDED to many times Wink
Back to top
Visit poster's website
hedgehog



Joined: 29 Apr 2006
Posts: 15

[Archive] mx Sitemaps 0.0.1Posted: Wed May 03, 2006 5:12 am    Post subject: Re: [Archive] mx Sitemaps 0.0.1

Hi DCZ,

When I install this mod I get this as my confirmation????


Code:
Module Installation Information
Installation mx Google Sitemaps : Default Param.

Building required dB tables

[Added/Updated] line: 1 , DROP TABLE IF EXISTS phpbb_ggsitemap_config

and the list cont


I made sure that the db_install.php was the not the google Sitemap mod. I will contact my server, I think they started some wierd cache thing....

Can I do db_install by hand?
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13099

[Archive] mx Sitemaps 0.0.1Posted: Wed May 03, 2006 8:48 am    Post subject: Re: [Archive] mx Sitemaps 0.0.1

Well,

I love it when things begin to start Wink

So For the Google message and table, I really think you are not using the right db_install.php

There is no "Google" [NC] in this mod's lang files nor in the intall files.

Then, for the path thing, sorry, double paste Wink

Zip updated for the path Wink

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13099

[Archive] mx Sitemaps 0.0.1Posted: Wed May 03, 2006 1:04 pm    Post subject: Re: [Archive] mx Sitemaps 0.0.1

There was some issues with the paths in the admin files of this release, so I updated the package.

Please, re DL the package and ovewrite admin_mx_sitemaps.php, admin_mx_sitemapIndex.php (module's admin folder) Sitemaps_Common_Admin.php, and Sitemaps_Functions.php (module's include folder).

Got tricked by Firefox which was accepting paths which IE would not.

Everything should be all right now Wink

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
hedgehog



Joined: 29 Apr 2006
Posts: 15

[Archive] mx Sitemaps 0.0.1Posted: Wed May 03, 2006 2:49 pm    Post subject: Re: [Archive] mx Sitemaps 0.0.1

"So For the Google message and table, I really think you are not using the right db_install.php "

I know, the stupid server still has the other one in its cache or something like that. Talking to the hosting service...

Good job on the mod!
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13099

[Archive] mx Sitemaps 0.0.1Posted: Wed May 03, 2006 3:03 pm    Post subject: Re: [Archive] mx Sitemaps 0.0.1

Thanks a lot Wink

Tell me if you use mod rewrite for sitemaps, I still need to post some code in order to have the pagination working rewrited and without duplicates.

Will basically be on or two line of the soon come phpBB SEO mor rewrites, I am currently finishing.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
hedgehog



Joined: 29 Apr 2006
Posts: 15

[Archive] mx Sitemaps 0.0.1Posted: Wed May 03, 2006 8:56 pm    Post subject: Re: [Archive] mx Sitemaps 0.0.1

Hi,

yes it works, took about 3min to install with the rewrite Wink

http://www.pathway2curis.com/sitemaps.php

One thing I noticed is that I use a mod so I can put BBCode in the topics or forums, and notice that function is lost... No biggie
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13099

[Archive] mx Sitemaps 0.0.1Posted: Wed May 03, 2006 9:20 pm    Post subject: Re: [Archive] mx Sitemaps 0.0.1

Nice Wink

I'll provide code to enable the rewrited pagination a bit later, so don't turn the mod rewrite on already.

I'll do it later today or tomorrow, and then you'll be able to use on of the sitemap auto link add on too.

And how do you like it ?

Also, sorry, I just noticed a small typo in the webmedic Sitemaps_Functions.php contrib file, so please re DL the pack and overwrite this file.


Could you tell me more about the bbcode thing, I did not get it.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
hedgehog



Joined: 29 Apr 2006
Posts: 15

[Archive] mx Sitemaps 0.0.1Posted: Wed May 03, 2006 9:31 pm    Post subject: Re: [Archive] mx Sitemaps 0.0.1

LOL I already turned it on! Well it works, when you get a better one i can change it...

on the forum map, there is bbcode that appears only in the site map.
pathway2curis.com/forum-map.html

for example
:members:

Should code for a picture which shows up on the index.php but shows up as :members: which is the code not the picture.

So I guess the html works in the site forum map but not bbcode?

Not hard to change, as my forum is new Wink

It is not your mod that is causing it more like a small conflict with bbcode...
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13099

[Archive] mx Sitemaps 0.0.1Posted: Wed May 03, 2006 9:49 pm    Post subject: Re: [Archive] mx Sitemaps 0.0.1

For bb code a simple fix would be to use the forum name instead of their description, but you loose an occasion to add all those words linked to the forum, tell me what you decide, I'll give you the code.

And for mod rewrite I'll post the fix later tonight, it will only afect pagination so you can still use it on to test the rewriterules (located in the contrib folder), the only thing that will not work is pagination of the forum maps.

And I see the rewriterules aren't properly set up Wink

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
hedgehog



Joined: 29 Apr 2006
Posts: 15

[Archive] mx Sitemaps 0.0.1Posted: Wed May 03, 2006 10:04 pm    Post subject: Re: [Archive] mx Sitemaps 0.0.1

Quote:
And I see the rewriterules aren't properly set up

alright you got me

Code:

RewriteRule ^sitemaps([0-9]+)\.html$ sitemaps.php?c=$1 [QSA,L]
RewriteRule ^sitemaps\.html$ sitemaps.php [QSA,L]
RewriteRule ^forum-m\ap\.html$ sitemaps.php?fim [QSA,L]
RewriteRule ^forum-m\ap-([0-9]+)-([0-9]+)\.html$ sitemaps.php?fmp=$1&start=$2 [QSA,L]
RewriteRule ^forum-m\ap-([0-9]+)\.html$ sitemaps.php?fmp=$1 [QSA,L]


this works
Code:
RewriteRule ^sitemaps([0-9]+)\.html$ sitemaps.php?c=$1 [QSA,L]
RewriteRule ^sitemaps\.html$ sitemaps.php [QSA,L]
RewriteRule ^forum-m\ap\.html$ sitemaps.php?fim [QSA,L]


this doesn't (i think) non of the forum-map#.html work

Code:

RewriteRule ^forum-m\ap-([0-9]+)-([0-9]+)\.html$ sitemaps.php?fmp=$1&start=$2 [QSA,L]
RewriteRule ^forum-m\ap-([0-9]+)\.html$ sitemaps.php?fmp=$1


Quote:
"And for mod rewrite I'll post the fix later tonight, it will only afect pagination so you can still use it on to test the rewriterules (located in the contrib folder), the only thing that will not work is pagination of the forum maps. "


Not sure what pagination means does this have to do with the forum-map#.html? or do you mean just make pages?


Fixed thanks

Code:
RewriteRule ^forum-m\ap([0-9]+)-([0-9]+)\.html$ sitemaps.php?fmp=$1&start=$2 [QSA,L]
RewriteRule ^forum-m\ap([0-9]+)\.html$ sitemaps.php?fmp=$1 [QSA,L]


Last edited by hedgehog on Wed May 03, 2006 10:11 pm; edited 1 time in total
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 13099

[Archive] mx Sitemaps 0.0.1Posted: Wed May 03, 2006 10:09 pm    Post subject: Re: [Archive] mx Sitemaps 0.0.1

Yep, I replyed you in the other post, the rewriterules weren't ok.

The pagination will show up in forum with more than one page, in the sitemap side.

So It's no big deal for now, I'll be done with putting the fix together before you'll need it Wink Just need to write down installs and such, but the code is ready Wink


++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
hedgehog



Joined: 29 Apr 2006
Posts: 15

[Archive] mx Sitemaps 0.0.1Posted: Thu May 04, 2006 5:33 am    Post subject: Re: [Archive] mx Sitemaps 0.0.1

dcz wrote:
For bb code a simple fix would be to use the forum name instead of their description, but you loose an occasion to add all those words linked to the forum, tell me what you decide, I'll give you the code.


I'll fix it in a few days, with html or something... Thanks again

_________________
Stem Cells, Hedgehog Pathway, and Cancer Research forum
Back to top
Visit poster's website
hedgehog



Joined: 29 Apr 2006
Posts: 15

[Archive] mx Sitemaps 0.0.1Posted: Mon May 08, 2006 9:49 pm    Post subject: Re: [Archive] mx Sitemaps 0.0.1

Hi DCZ,

I was wondering if there is anyway to select specific forums for the "Last 10 Active Topics" ?

I have RSS feeds into the my site, but they really don't need to show up as the 10 last active topics. Also, after I added a few pics to the Sitemap Index, it broke the level of "Last 10 Active Topics" and "Sitemap Index"

Is this because the size of the image?

Thank you Smile

_________________
Stem Cells, Hedgehog Pathway, and Cancer Research forum
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » phpBB SEO MODS
Page 1 of 8 Goto page 1, 2, 3, 4, 5, 6, 7, 8  Next

Navigation Similar Topics

Jump to: