Support Forum

5.0 profile forms aren't loading

JS js
js
Member

I am getting this message when on the edit profile page: Profile form could not be found [/problem-with-post-edit-buttonome/content/47/8352247/problem-with-post-edit-buttontml/wp-content/plugins/simple-press/forum/profile/forms/sp-form-overview.php][/problem-with-post-edit-buttonome/content/47/8352247/problem-with-post-edit-buttontml/wp-content/plugins/simple-press/forum/profile/forms/sp-form-overview.php]

 

It occurs for every profile section, I have made sure the forms exist and are in order. Any suggestions would be great.

11 Answers

New Answer

MP Mr Papa
Mr Papa
Member

did you move or translate the profile tabs?  you can try reseting the profile tabs/menus on forum – toolbox – housekeeping and see if that helps…

did you check on your server and see if the file in question actually exists?  it should so if it does not, you might have a bad upload… if it does, you might check the permissions and owners on the directory chain…

JS js
js
Member

Thanks, it worked to reset the profile tabs. 5.0 is pretty amazing, very cool features across the board. Has a topic been created here on what themes others have found work very well with sp5.0 so far?

MP Mr Papa
Mr Papa
Member

other themes? do you mean wp themes? if so, no reason why any that follow wp api and standards shouldnt work…

or are you just asking something else?

JS js
js
Member

Yeah I meant wp themes, I was just asking because I have found quite a few wp themes that don’t follow wp standards mostly resulting in script conflicts. I do have another quick question though, how do I get members forum text rank to not show up since I am using badges? I know there was a setting in 4.4.5 I cant seem to find it in 5.0? 

MP Mr Papa
Mr Papa
Member

show up where? in the user info section by their posts? the default is for titles and badges to show up…

JS js
js
Member

Yeah by their posts, I have tried looking in the theme files but am unable to locate the line of code that needs to be altered. Tryiing to just get badges to show and no title.

MP Mr Papa
Mr Papa
Member

ah, sorry mis-understood… yes you can remove it…

in the sp theme you are using, just change the call to the ranks…  to the arguments, just add ‘showTitle=0’ without quotes…  so

                            sp_PostIndexUserRank(‘tagClass=spPostUserRank spCenter&showTitle=0’);

please note, we advise you create your own sp theme before editing ours or you may lose changes in an upgrade…

JS js
js
Member

 sp_PostIndexUserRank(‘tagClass=spPostUserRank spCenter&showTitle=0’);

 

I used this line to stop showing user rank text  next to their posts because I am using badges but I just did so to one of the supplied themes. I only made a few changes so I didnt make a new theme. After upgraded the theme and sp to the latest version I have tried reentering that same line but it doesnt seem to work and the PostIndexUserRank text is still appearing. am I missing something? The line I am editing is in sptopicview.php is that right? 

BR Brandon
Brandon
Member

Correct spTopicView.php

I would remove the whole line if you don’t want to show anything there.

JS js
js
Member

Deleting works and so does adding &showTitle=0, it just took about 30-45 seconds to update on the site, I may have been a little impatient the other night. Anyways, thanks for all your help, and again great job with 5.0, all of your hard work really shows!  

MP Mr Papa
Mr Papa
Member

np. glad we could help. with the 5.0 release, our server is bogging down at times with all the folks coming here and the downloads at the same time…