Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
How to hide 'Your Feedkey' in user profile
Avatar
Phil Raymond
Member
sp_UserOfflineSmall Offline
Sep 24, 2012 - 8:55 pm

I've tried to turn off anything to do with RSS and Feedkeys, but I must be missing something because it still shows up in the user profile. Any thoughts other than editing the template?

Thanks, Phil

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Sep 25, 2012 - 3:09 am

I think I would call that a nuisance at best and an error on our part at worse. I will certainly open a ticket to discuss removing it under these circumstances.

Pending that I would suggest you open up the spFunctions.php file in your SP theme and add the following code:

add_filter('sph_ProfileUserFeedkey', 'hide_feedkey');
function hide_feedkey() {
    return '';
}

That will remove it from the profile display

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17362
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625