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  
 
   
[SEO URL] Full Album Pack (FAP) V 0.2.0a

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    phpBB SEO » SEO Forum  » Patches  » Smartor Album
::  
Author Message
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

[SEO URL] Full Album Pack (FAP) V 0.2.0aPosted: Fri May 04, 2007 8:13 am    Post subject: [SEO URL] Full Album Pack (FAP) V 0.2.0a

[SEO URL] Full Album Pack (FAP)
    Title : [SEO URL] Full Album Pack (FAP)

    Auteur : dcz / www.phpbb-seo.com

    Description : Patch to URL rewrite the Full Album Pack (FAP) mod

    Version : 0.2.0a

    Installation Level : Intermediate.

    Installation Time : 20min .

    EasyMOD : n/a

    mod Version : Full Album Pack (FAP) 1.4.1


Author's Notes :
    Patch to URL rewrite the Smartor Album mod.

    Smartor Album adds a groovy photo album to phpBB.
    The Full Album Pack (FAP) is just doing a lot more.

    This mods will perform a dynamic URL rewriting, injecting all titles in URLs (categories, pictures, user gallery).

    It will as well add nicely SEOed page titles on categories, pictures, and user gallery.

    With this mod, Smartor FAP URL will transformed this way :
    Quote:
    album.php => album.html

    album_cat.php?cat_id=xx => cat-title-acxx.html

    album_cat.php?cat_id=xx&start=xx => cat-title-acxx-yy.html

    album_cat.php?user_id=xx&cat_id=yy => cat-title-cpxx-yy.html

    album_cat.php?user_id=xx&cat_id=yy&start=zz => cat-title-cpxx-yy-zz.html

    album_showpage.php?pic_id=xx&full=true => pic-title-spxx-full.html

    album_showpage.php?pic_id=xx&start=xx => pic-title-spxx-yy.html

    album.php?user_id==xx => username-apxx.html

    album.php?user_id==xx&mode=list => username-apxx-list.html

    album.php?user_id==xx&mode=all => username-apxx-all.html

    album.php?user_id==xx&start=yy => username-apxx-yy.html

    album.php?user_id==xx&start=yy&mode=list => username-apxx-yy-list.html

    album.php?user_id==xx&start=yy&mode=all => username-apxx-yy-all.html

    album_personal_index.php => member-galleries.html

    album_personal_index.php?start=xx => member-galleriesyy.html

    album_allpics.php => all-pics.html

    album_allpics.php?start=xx => all-pics-yy.html

    album_pic.php?pic_id=xx => pic-title-picxx.jpg

    album_picm.php?pic_id=xx => pic-title-midxx.jpg

    album_thumbnail.php?pic_id=xx => pic-title-thumbxx.jpg


    This mod will URL rewrite the images links themselves, as well as thumbnails, injcting their titles.
    This will help out a lot for your images to show up in good position in Google Images.

    As well, it will fix some minot bugs :
    Quote:
    URL fixed by this mod :
    ___________________________________________________________
    • For the album_allpics.php listing : all-pics.html ( album_allpics.php )
      Links fixed ( Page Counting ):
        album_allpics.php?mode=list&type=comment
        album_allpics.php?mode=list&type=rating

    • For the album.php listing :
      Links fixed ( Page Counting ):
        album.php?user_id=xx&mode=list&type=comment
        album.php?user_id=xx&mode=list&type=rating

    • Work around to fix the not working album_allpics.php?user_id=xx listing, rewriting the link to :
        username-apxx-list.html ( album.php?user_id=xx&mode=list )

      In personal galleries view.


    We recommend you install some add ons, such as the zero duplicate add on and the Dynamic meta tags add on.

    You will need one of the phpBB SEO mod Rewrite up and running to install this mod.

    You will need the phpBB SEO Zero duplicate installed to install the Zero duplicate add on for this mod.

    You will need the phpBB SEO Dynamic Meta Tags mod to install the Dynamic meta tags add on for this mod.

    Installation :
      you must install the Smartor Album mod before you apply this patch.
      By Default, this mod will use album.html for Smartor Album's index.
      You can change this in phpbb_seo/phpbb_seo_class.php if you prefer.
      Look for :

      Code:
            $this->seo_static['smrtindex'] = 'album.html';


      And replace with :

      Code:
            $this->seo_static['smrtindex'] = 'what_you_like.html';


      or whatever you prefer.

      Remember you have to update "album\.html" in the .htaccess in case you changed the above to something else,
      would be to "what_you_like\.html" in the previous example .

      Same with member-galleries.html, look for :
      Code:
            $this->seo_static['smrtpindex'] = 'member-galleries';

      And for all-pics.html, look for :
      Code:
            $this->seo_static['smrtallpics'] = 'all-pics';

      Update it (without extension this time !!) and update the .htaccess the same way.

    Warning :
      With the phpBB SEO mod Rewrite 0.2.0 and 0.2.2, you will have to carefully follow instructions provided in the install file after :
      Quote:
      _________
      WARNING :
      _________


mod Rewrites supported :
    All the phpBB SEO mod Rewrite 0.2.x


Add ons :


Version :


Langues :


Download :

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14403

[SEO URL] Full Album Pack (FAP) V 0.2.0aPosted: Sun Jun 03, 2007 12:41 pm    Post subject: Re: [SEO URL] Full Album Pack (FAP) V 0.2.0a

Support for this mod is to be asked in the Smartor Album forum.

Please add [SEO fap] in your topic titles when asking for support with this mod.

Click on the Watch this thread link to be notified of updates for this mod.

0.2.0 => 0.2.0a update does only concern the install file itself, no code changes.
You will only need to upload the contrib/xs_seo_url_fap.cfg file in your forum admin/ folder, to activate the version checking, if applicable.

_________________
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
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    phpBB SEO » SEO Forum  » Patches  » Smartor Album
Page 1 of 1

Navigation Similar Topics

Jump to: