PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   User Profile - No edit Link (http://www.photopost.com/forum/classifieds-how-do-i/144275-user-profile-no-edit-link.html)

aotc October 19th, 2010 01:15 PM

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 October 19th, 2010 01:16 PM

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.

Chuck S October 19th, 2010 01:54 PM

There should be an edit link when viewing your own profile

aotc October 19th, 2010 02:01 PM

Where would it be located? I've looked everywhere. Its not in the menus on that page, or anywhere else that I can see.

Chuck S October 19th, 2010 02:14 PM

Look at your profile template

Code:

Content visible to verified customers only.

aotc October 19th, 2010 03:58 PM

NM this post... still trying to figure this out... php challenged.

aotc October 19th, 2010 04:43 PM

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.

aotc October 19th, 2010 05:05 PM

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 October 19th, 2010 05:09 PM

My version of your snippet of code looks like this

Code:

Content visible to verified customers only.

Chuck S October 19th, 2010 05:49 PM

Have you tried using the latest code it appears your using an older version.

aotc October 19th, 2010 06:02 PM

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?

Chuck S October 19th, 2010 06:05 PM

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.

aotc October 19th, 2010 06:09 PM

Well, let me dump that in mine and see what happens :D

aotc October 19th, 2010 06:13 PM

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

Chuck S October 19th, 2010 06:23 PM

its a copy and paste issue here trying redownloading the code and upload the profile template

aotc October 19th, 2010 08:05 PM

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?

Chuck S October 19th, 2010 09:46 PM

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.

aotc October 19th, 2010 09:56 PM

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?

Chuck S October 19th, 2010 10:08 PM

Try it again as I have verified myself the build is correct or try doing what I said in post 17

aotc October 19th, 2010 10:14 PM

Trying it again, threw out my other download so there will be no confusing it with the last.


All times are GMT -5. The time now is 01:51 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