PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   Link to ads (http://www.photopost.com/forum/classifieds-how-do-i/130932-link-ads.html)

Jordan March 14th, 2007 09:01 PM

Link to ads
 
Is there any way to display a link to a members ads in the postbit in vbulletin?

My folder structure for links to member files is:

Code:

Content visible to verified customers only.
Where 1 is the userid (i think). Does the folder structure ever change?

Chuck S March 15th, 2007 06:57 AM

You need to edit your postbit template and place a link there like that and replace the 1 with the userid variable in vb for that template. It should be located in that template for you to know which to use

Jordan March 15th, 2007 12:55 PM

So that url never changes? (ie /cat/501 or something like that)

Chuck S March 15th, 2007 04:06 PM

http://www.MYSITE.com/classifieds/sh...0/ppuser/USERS USERID

THAT IS THE MEMBERS GALLERY FOR THAT USER

Jordan March 15th, 2007 05:16 PM

If anyone else wants the code to do this, here it is:

Code:

Content visible to verified customers only.

oldengine March 17th, 2007 11:59 AM

This works fine except that with more users posting in the forum than in the classifieds, there needs to be a way of showing the link only if the user has active ads.

EDIT:

I had used this for a while, but removed it today because it is so repititious when only a few hundred users have ads out of thousands of forum posters. There needs to be a way to test whether the user actually has active ads.

daxter March 17th, 2007 04:40 PM

Seems like the same question as I asked here?


All times are GMT -5. The time now is 09:07 PM.

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