PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Bug Reports (http://www.photopost.com/forum/classifieds-bug-reports/)
-   -   Link to users gallery (http://www.photopost.com/forum/classifieds-bug-reports/147006-link-users-gallery.html)

Bryan Ex November 26th, 2011 05:32 PM

Link to users gallery
 
Not sure if this is a bug or by design but I'm thinking bug. If I link to a users list of ads (cat500) like this
Code:

Content visible to verified customers only.
... it works great with standard or spider URLs enabled but produces an empty category list if switched to SEO in global settings. Reason I'm asking is because SEO does work in the gallery when linking to cat500, just not in the classifieds.

Chuck S November 26th, 2011 07:53 PM

what version are you using? There was an older bug awhile back that has since been fixed.

The SEO link is like this

Chuck S's Ads - PhotoPost Classifieds

I clicked see all users items link when viewing an ad.

Bryan Ex November 26th, 2011 08:16 PM

I'm using an early November release of version 4.21 but have been running mostly straight urls while customizing everything. Switched both gallery and ads to SEO and that's when I noticed the links from a post bit mod for classifieds displayed an empty category (photo gallery works fine using the same link format}. In the classifieds if I click on Show all users ads the link is formatted like this
Code:

Content visible to verified customers only.
but I\'m used to seeing photopost member listings look like this
Code:

Content visible to verified customers only.

The actual link variable I\'m trying to use in my templates is
Code:

Content visible to verified customers only.
If this is a previous issue that has been posted here I\'m sure I can dig it up or I\'ll just run classifieds on spider urls until I get it figured.

Chuck S November 27th, 2011 08:41 AM

Bryan if you asking how to modify and add a link then you can look at the coding and see how we pass this in showproduct.php its the

Code:

Content visible to verified customers only.
That will make the show all users link either the normal or spider urls you are meantioning ore the seo url I posted.


All times are GMT -5. The time now is 06:35 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97