PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds How do I...?

Classifieds How do I...? Wondering how to do something in Classifieds?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old April 4th, 2010, 08:17 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Oct 2009
Posts: 67
Profile Link to vb

I want the profile links in pp to link to the vb profiles. How/where do change it to link over to the vb profiles?
jimsflies is offline   Reply With Quote
Old April 4th, 2010, 09:23 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
You really can not do this without modifying all the profile links to do this through code modification. There is no native ability to do this in the program.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 4th, 2010, 11:46 PM   #3 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2010
Posts: 29
is there a variable that refers to the username or the userid for a particular ad (as they are shared with vb, we can construct the link manually)?
tia.

ndahiya
ndahiya is offline   Reply With Quote
Old April 5th, 2010, 12:58 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Not really how you are thinking. Many files have a call to a profile link so the variables for user may be different.

You would need to edit most files and search for member.php
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 5th, 2010, 09:50 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Oct 2009
Posts: 67
The only difference I see is the directory path. if I replace /classifieds/member.php with /forum/member.php in the browser it takes me to the vb profile page. I'm not sure how to specify this in the code though. I've manually removed the profile link from everywhere except showproduct.php. So I think I only have one or two places to make the change.

I'm guessing it is in ib3.php?
Code:
Content visible to verified customers only.
Seems like globals[vbulletin] would take me to the forum, but instead it seems to point to the classifieds directory.
jimsflies is offline   Reply With Quote
Old April 5th, 2010, 09:54 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Not really

The profile links are throughout the files and look similar to this

Code:
Content visible to verified customers only.
The profile links your referring to is the forum profile link on a comment.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 5th, 2010, 09:54 AM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Not really

The profile links are throughout the files and look similar to this

Code:
Content visible to verified customers only.
The profile links your referring to is the forum profile link on a comment.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 5th, 2010, 11:32 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Oct 2009
Posts: 67
So I tried to put this in replace the above code you mentioned with:

Code:
Content visible to verified customers only.
But it ends up giving me a link that looks like this:
Code:
Content visible to verified customers only.
Any tip on how to get it to not have the extra url in front of the link?
jimsflies is offline   Reply With Quote
Old April 5th, 2010, 11:34 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
You cant you need to remove the whole construct url thing and use a hard coded url to your forum.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 5th, 2010, 11:37 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Oct 2009
Posts: 67
never mind. I got it! Thanks.
jimsflies is offline   Reply With Quote
Old April 5th, 2010, 12:11 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Yep as long as you use the proper variables and make hard links to your forum it should work but there are lots of profile links. we use a function but thats how we construct the regular or seo urls etc
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 6th, 2010, 10:20 PM   #12 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2010
Posts: 29
Quote:
Originally Posted by Chuck S View Post
Not really how you are thinking. Many files have a call to a profile link so the variables for user may be different.

You would need to edit most files and search for member.php
understood.

but is userid or username defined as a global variable within the classifieds app (that can be accessed from a template)?
ndahiya is offline   Reply With Quote
Old April 7th, 2010, 09:30 AM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
The users username and userid viewing the page sure just like in vb however if your looking to change profile links for links on ads on catlists etc each script has specific variables defined in that script for those links as noted in the example line I gave.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 11th, 2010, 09:43 AM   #14 (permalink)
Junior Member
Verified Customer
 
Join Date: Feb 2010
Posts: 29
Quote:
Originally Posted by Chuck S View Post
The users username and userid viewing the page sure just like in vb however if your looking to change profile links for links on ads on catlists etc each script has specific variables defined in that script for those links as noted in the example line I gave.
i am just looking to provide one link (on the profile page, maybe) that links to the forum profile, not redo every link.
ndahiya is offline   Reply With Quote
Old April 11th, 2010, 10:02 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
On the classifieds profile statistics page we provide a link to the users forum profile
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old April 25th, 2010, 12:17 AM   #16 (permalink)
Junior Member
Verified Customer
 
Join Date: Jul 2006
Posts: 22
This code will return the vbulletin profile.

Replace:

Code:
Content visible to verified customers only.
With:

Code:
Content visible to verified customers only.
chrisstinson is offline   Reply With Quote
Old April 25th, 2010, 09:49 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
yeah it should
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
edit profile link integrated with forum profile link mtha Photopost Pro How Do I...? 13 September 8th, 2007 05:12 PM
Link PhotoPost Profile To IPB Profile dieselpowered Photopost Pro How Do I...? 4 March 29th, 2007 12:14 PM
PP Profile display Forum Profile link pengrus Photopost Pro How Do I...? 7 February 14th, 2006 11:18 AM


All times are GMT -5. The time now is 04:41 AM.

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