Results 1 to 14 of 14

VBSEO and photopost

This is a discussion on VBSEO and photopost within the General Discussion forums, part of the vBSEO SEO Plugin category; I have photopost integrated with by Vbulletin application. I have a very contented user of VBSEO but was wondering would ...

  1. #1
    Junior Member
    Real Name
    Alan Edwards
    Join Date
    Nov 2005
    Location
    UK
    Posts
    6
    Liked
    0 times

    Exclamation VBSEO and photopost

    I have photopost integrated with by Vbulletin application. I have a very contented user of VBSEO but was wondering would I be able to extend the facility to cover the rewrite of image gallery urls?

    Cheers,

    Alan

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    PhotoPost has a built in option to use "search engine friendly" URLs.

  3. #3
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    Quote Originally Posted by ConqSoft
    PhotoPost has a built in option to use "search engine friendly" URLs.
    lol I use it for 2 years and didn't even know that!

    Where do you set it on?

    thanks

  4. #4
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    It's been a while since I used it, but just look around in the admin settings. I think they label it "Search Engine Friendly URLs".

  5. #5
    Senior Member
    Real Name
    ---
    Join Date
    Oct 2005
    Location
    Belgium
    Posts
    822
    Liked
    1 times
    Quote Originally Posted by ConqSoft
    It's been a while since I used it, but just look around in the admin settings. I think they label it "Search Engine Friendly URLs".
    Yeah it was already turned on ...

    You have like "/gallery/showphoto.php/photo/2465/cat/556"

    so its not near as good as vbseo rewrited url's...

  6. #6
    ADM
    ADM is offline
    Senior Member ADM's Avatar
    Real Name
    Peter Papadopoulos
    Join Date
    Aug 2005
    Location
    Perth, Australia
    Posts
    254
    Liked
    0 times
    I think it should be possible.. can you give me a link to your photopost installation?

    I can go through it and write up some CRR's for you to use.

  7. #7
    ADM
    ADM is offline
    Senior Member ADM's Avatar
    Real Name
    Peter Papadopoulos
    Join Date
    Aug 2005
    Location
    Perth, Australia
    Posts
    254
    Liked
    0 times
    Ok found your forum url, but noticed you already have the SEF url's active, so it will be hard for me to make CRR's from that.

    I'll go through the photopost demo on their site and whip up some CRR's from there.
    Last edited by ADM; 11-24-2005 at 10:12 PM.

  8. #8
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    558 times
    Quote Originally Posted by ADoomedMarine
    I'll go through the photopost demo on their site and whip up some CRR's.
    That's neat! Thanks for the collaboration
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #9
    ADM
    ADM is offline
    Senior Member ADM's Avatar
    Real Name
    Peter Papadopoulos
    Join Date
    Aug 2005
    Location
    Perth, Australia
    Posts
    254
    Liked
    0 times
    Quote Originally Posted by Juan Muriente
    That's neat! Thanks for the collaboration
    Np.. I've gotta a class to head out for now, but I should get stuck into this when I get back.

    Edit: Please fix your message, I thought I was quoting you while I was in effect editing your message. Sorry :(
    Hehe not a prob, Happens to me all the time as well

  10. #10
    ADM
    ADM is offline
    Senior Member ADM's Avatar
    Real Name
    Peter Papadopoulos
    Join Date
    Aug 2005
    Location
    Perth, Australia
    Posts
    254
    Liked
    0 times
    Ok here's something I quickly did.. not too sure if it'll work since I don't have photopost.

    'gallery/index\.php\?cat=(\d+)$' => 'index-cat$1.html'
    'gallery/showgallery\.php\?cat=(\d+)$' => 'cat$1.html'
    'gallery/showgallery\.php\?cat=(\d+)&page=(\d+)' => 'cat$1-$2.html'
    'gallery/showphoto\.php\?photo=(\d+)$' => 'image$1.html'
    'gallery/showphoto\.php\?photo=(\d+)&cat=(\d+)' => 'image$1-$2.html'
    'gallery/showgallery\.php\?cat=(\d+)&ppuser=(\d+)' => 'cat$1-user$2.html'
    'gallery/showgallery\.php\?cat=all&si=(\w+)' => 'keyword$1.html'
    'gallery/member\.php\?uid=(\d+)' => 'member$1.html'
    'gallery/showmembers\.php\?cat=(\d+)' => 'member-cat$1.html'
    There's no doubt some missing but you should get an idea on how to do them now.

    Also if it doesn't work add this to you .htaccess file:

    RewriteCond %{REQUEST_FILENAME} gallery/
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ vbseo.php?vbseourl=$1&vbseorelpath=./&%{QUERY_STRING} [L]
    Of course change gallery/ in both the CRR's and the .htaccess code to whatever directory your photopost is in.

  11. #11
    Senior Member
    Real Name
    serphog
    Join Date
    Oct 2005
    Posts
    166
    Liked
    0 times
    Blog Entries
    1
    I'd be interested to hear more about using vBSEO with Photopost. I just installed and set up photopost. It would be great to use vBSEO with it -- seems like a lot of work?

    I have photopost installed in a different directory than my forum and it's using a separate mySQL db if that makes any difference.

    I'm not currently using the SEO friendly URL's of Photopost because it was wreaking a bit of havoc on my templates.

    Let me know how this works out.
    -Chris

  12. #12
    Member
    Join Date
    Oct 2005
    Posts
    51
    Liked
    0 times
    i found out that the... photopost template has a extra closing table ... thats probally why its wrecking your templats

  13. #13
    Member
    Real Name
    Gary Mullins
    Join Date
    Jan 2006
    Location
    Nashville, TN
    Posts
    67
    Liked
    0 times
    Quote Originally Posted by ADM
    Ok here's something I quickly did.. not too sure if it'll work since I don't have photopost.



    There's no doubt some missing but you should get an idea on how to do them now.

    Also if it doesn't work add this to you .htaccess file:



    Of course change gallery/ in both the CRR's and the .htaccess code to whatever directory your photopost is in.
    I am using photopost as well here: http://gallery.pcapex.com

    I added the rewrite rules but removed the gallery/ part and changed the .htaccess to / from /gallery. The pages load but nothing is being rewritten. Do i need to have the vbseo.php file in the gallery directory?

  14. #14
    Junior Member
    Join Date
    Oct 2005
    Posts
    20
    Liked
    0 times
    Quote Originally Posted by cmeinck
    I have photopost installed in a different directory than my forum and it's using a separate mySQL db if that makes any difference.
    Exact same situation here.

    I would love to see a VbSEO add-on for photopost

Similar Threads

  1. Problems with VBseo + Photopost
    By sonnenfreund in forum Troubleshooting
    Replies: 7
    Last Post: 04-03-2006, 04:58 PM
  2. Vbseo Compatibility With PhotoPost Products
    By poseoff in forum Pre-Sales Questions
    Replies: 3
    Last Post: 03-02-2006, 07:38 PM
  3. photopost
    By Zenith in forum General Discussion
    Replies: 4
    Last Post: 12-20-2005, 05:13 PM
  4. vbSEO for Photopost?
    By rex_b in forum General Discussion
    Replies: 3
    Last Post: 11-11-2005, 05:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •