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 October 19th, 2010, 01:15 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
User Profile - No edit Link

While in Classifieds, I go to my Member's profile. The whole section is blank.

I don't see the option to edit my profile.

In classifieds > registration options, I do have #2 - prompt for additional information selected as YES.

Where is this elusive edit button?

Also, I'd love the ADS link on the left side of my profile to show ALL of my ads
(ie showcat.php?cat=500&ppuser=Usernumber) instead of my most recent ads, my most popular ads and random adds.

Is this easily accomplished through template modification?

Thank you!!
aotc is offline   Reply With Quote
Old October 19th, 2010, 01:16 PM   #2 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
Oh it may help to state that the board is integrated with my vbulletin forum, so users register there, not on PPC... but I'd rather have nothing (or a list of all ads) over an empty profile if the edit is not possible due to the integration.
aotc is offline   Reply With Quote
Old October 19th, 2010, 01:54 PM   #3 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,689
There should be an edit link when viewing your own 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 October 19th, 2010, 02:01 PM   #4 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
Where would it be located? I've looked everywhere. Its not in the menus on that page, or anywhere else that I can see.
aotc is offline   Reply With Quote
Old October 19th, 2010, 02:14 PM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,689
Look at your profile template

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; October 19th, 2010 at 02:35 PM.
Chuck S is offline   Reply With Quote
Old October 19th, 2010, 03:58 PM   #6 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
NM this post... still trying to figure this out... php challenged.

Last edited by aotc; October 19th, 2010 at 04:38 PM.
aotc is offline   Reply With Quote
Old October 19th, 2010, 04:43 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
Ok looking at that code, I was able to concoct a path in the URL to edit my profile

Code:
Content visible to verified customers only.
I entered that into my url and it worked. So the function is there... but there is NO link to it on the profile page. And I can't expect 1000 users to be able to concoct their own URLS. There has to be an edit link showing on that page.

I see some IFs in the statement before the link to edit is printed on screen. What variables to these IFs correspond to? I must have something set that changes that IF to no so it won't show up.

EDIT actually the IF clause ends right before the echo... sooo...it should show up. But its not there.

Last edited by aotc; October 19th, 2010 at 05:27 PM.
aotc is offline   Reply With Quote
Old October 19th, 2010, 05:05 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
We are talking about the template labeled

profile.tmpl?

If so, that code is not in my template. In fact, the word *blockrow* is not anywhere in the code. I just ran it through a text editor and searched.
aotc is offline   Reply With Quote
Old October 19th, 2010, 05:09 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
My version of your snippet of code looks like this

Code:
Content visible to verified customers only.
aotc is offline   Reply With Quote
Old October 19th, 2010, 05:49 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,689
Have you tried using the latest code it appears your using an older version.
__________________
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 October 19th, 2010, 06:02 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
Dang I just downloaded it fresh and brand new on Saturday! Ya'll come out with new versions quickly haha...

This is the version I have
Powered by: PhotoPost Classifieds 4.1 vB3 Enhanced

That's what was provided in the download link on my members page area. Where do I download the newer code?
aotc is offline   Reply With Quote
Old October 19th, 2010, 06:05 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,689
This is the contents of the profile template in our download from what I see yours looks older for some reason

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; October 19th, 2010 at 06:22 PM.
Chuck S is offline   Reply With Quote
Old October 19th, 2010, 06:09 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
Well, let me dump that in mine and see what happens
aotc is offline   Reply With Quote
Old October 19th, 2010, 06:13 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
Argh not good

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/attack/public_html/shop/templates/vb3enhanced/profile.tmpl on line 26
aotc is offline   Reply With Quote
Old October 19th, 2010, 06:23 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,689
its a copy and paste issue here trying redownloading the code and upload the profile template
__________________
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 October 19th, 2010, 08:05 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
Redownloaded, uploaded the entire templates folder into the directory, overwriting the old folder.

Its still the same code...

I took the download from the download link provided to me in the member's area, under DOWNLOAD LINK.

Perhaps that link does not have the most updated template folder?

Is there any way I can download/FTP the latest template folder from another source?
aotc is offline   Reply With Quote
Old October 19th, 2010, 09:46 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,689
I have checked the download its the same code as I have posted.

see your old template has this

Code:
Content visible to verified customers only.
it should simply be this

Code:
Content visible to verified customers only.
__________________
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 October 19th, 2010, 09:56 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
On my download link, when I hover over it, it says download=yes&version=7. I don't know if my download link is pointed at the wrong version or what, but I simply don't have that template. I have the old one. I purchased this product last Friday, and downloaded it Saturday, so there are no old/former downloaded versions corrupting my upload/install... because I never had this software before Saturday.

This leads me to believe that all of my templates in my folder may be old versions.

Is there a way I can download/ftp your newer template folder?
aotc is offline   Reply With Quote
Old October 19th, 2010, 10:08 PM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,689
Try it again as I have verified myself the build is correct or try doing what I said in post 17
__________________
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 October 19th, 2010, 10:14 PM   #20 (permalink)
Member
Verified Customer
 
Join Date: Oct 2010
Posts: 68
Trying it again, threw out my other download so there will be no confusing it with the last.
aotc 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
PP 5.62 - purpose of "profile" link within User Profile snoopy5 Photopost Pro How Do I...? 9 January 8th, 2007 07:45 AM
Link User Name to Gallery Profile bugman Photopost Pro How Do I...? 6 March 4th, 2006 12:26 PM
[VB 3.5.0] Link to user gallery in profile? blizzedout Photopost Pro Installation & Upgrades 13 October 27th, 2005 06:26 PM


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

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