AI Assistant
Turn off RSS links ...
 
Notifications
Clear all

[Closed] Turn off RSS links on wpForo

3 Posts
2 Users
0 Reactions
4,749 Views
(@joelpeterson)
Active Member
Joined: 10 years ago
Posts: 5
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#609]

Hey guys SUPER impressed with wpFORO!

I've got a paid membership site that I am running and I need to turn off your RSS links that are on the top of each post.... is there any way to do that in your beta version?

Thanks



   
 Tom
(@tomson)
Famed Member Admin
Joined: 11 years ago
Posts: 4245
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

Thank you joelpeterson,

I'm sorry but there is no such an option in Beta-6. We'll add it in next version. But if you need it asap you can do that manually:

Open /wpforo/wpf-includes/class-feed.php file
Find this line:

function rss2_forum( $forum = array(), $topics = array() ){

Change to this

function rss2_forum( $forum = array(), $topics = array() ){
return false;

Then in the same file find this line:

function rss2_topic( $forum = array(), $topic = array(), $posts = array() ){

Change to this:

function rss2_topic( $forum = array(), $topic = array(), $posts = array() ){
return false;

 

Then use this CSS code to hide RSS buttons:

#wpforo-wrap .wpf-action-link span.wpf-feed{display:none}
#wpforo-wrap .wpforo-post-head .wpf-right a{display:none}


   
(@joelpeterson)
Active Member
Joined: 10 years ago
Posts: 5
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

Wow!  Thank you guys! 🙂



   
Share:
Scroll to top