Search result for: external links
Page 1 / 8
Next
# | Post Title | Result Info | Date | User | Forum |
RE: Some external links do not open in a new navigation tab | 129 Relevance | 2 years ago | CrisW | Bug Reports | |
Hi @hector, links usually open in a new tab (at least for my wpforo installation, and also here on this forum). Sample link: There is a box "Open link in a new box" unchecked (that you can check and uncheck). Like in the attached screenshot. If you look at the {;} source code, you will see this code for the above sample, like so: <p><a href="https://wpforo.com/community/general-forums-bug-reports/some-external-links-do-not-open-in-a-new-navigation-tab/" target="true"> If you check the "Open link in a new box", like in the sample link below (which should open in a new tab) the source code should look like this: <p><a href="https://wpforo.com/community/general-forums-bug-reports/some-external-links-do-not-open-in-a-new-navigation-tab/" target="true"> </p> If for some reason, some links does not open for you on your forum, just add a little snippet of code: target="blank" after the href part of the link. Just add "space" then target="blank" of the link that you want to open in a new tab. This should also open in a new tab: And this is the code: <p><a href="https://wpforo.com/community/general-forums-bug-reports/some-external-links-do-not-open-in-a-new-navigation-tab/" target="blank"> You might also have a plugin that is conflicting with the way the links on wpforo opens. Because in my own installation, the links always open in a new tab. Maybe you just need to see if the specific link that you want to open in a new tab, has the "Open link in a new box" checked. Good luck and God bless you! 🙂 Attachment : 20200509_OpenLinkInAnewTab.jpg | |||||
Share links Error | 48 Relevance | 4 years ago | Melafon | Simplified Layout - Bug Reports | |
Hello. Fix pls function share links. For example: 1. I’m add limits, user must have minimum 10 posts on forum for share external links. Request: if user share external link when his do not have 10 message him must see window notifications “post links available for a users which have 10 posts on forum”. After him must delete his external link. If him do not delete external link him can’t post his message. Because now users can public posts but him see “url delete” many users don’t understanding why... 2. Now wpforo also delete how like external links “.. ... | |||||
RE: All external links are going Dofollow in wpforo. | 45 Relevance | 9 months ago | Ashish | How-to and Troubleshooting | |
Hello Please check Before and after It was normally making all external links nofollow. But after recent updates, it is making all external link dofollow. Our site => kulfiy. com/community/ kulfiy. com/community/technology kulfiy. com/community/business You can check any New August, September Post. But All old posts are showing nofollow tags. Hope to have a positive response from you. Thank you Attachment : Wpforo-External-link-dofollow-issue.png | |||||
RE: How to add the atribute Nofollow+noopener+noreferer to the external links? | 38 Relevance | 9 months ago | ManuO84 | How-to and Troubleshooting | |
@chris Yes my bad : I would like to say external links. I am sorry but this is not true. As you can see in the source code (see attached file). I don't see any option about "no follow". You are talking about the "no opener" wich is not what I am talking about. ------------- The problem is : As a SEO guy, I don't want to give free backlinks trough my wpforo forum. Why don't you put an option to set all external links from the forum as no follow ? This is an important feature which is missing. Thank you for your reply. Attachment : Follo ... | |||||
Some external links do not open in a new navigation tab | 38 Relevance | 2 years ago | hector | Bug Reports | |
Hello community. I come from this topic: And I still have not solved it, some external links open in the same navigation tab Any definitive solution? A greeting. | |||||
No Follow All External Links? | 37 Relevance | 6 years ago | optim | How-to and Troubleshooting | |
Hello! How to do rel nofollow and < noindex > for all external links - for simply links and for photo links? Or some links. Many external links for se. | |||||
RE: How to add the atribute Nofollow+noopener+noreferer to the external links? | 32 Relevance | 9 months ago | Chris | How-to and Troubleshooting | |
@manuo84, Posted by: @manuo84 So how to set all internal links as "nofollow" ? This is what you wrote above. wpForo adds nofollow to all external links automatically. Also, you can choose nofollow or dofollow by the link button, which inserts a URL to the Word/Sentence. Before submitting the post, if you let the Open Link In New Tab Checkbox selected, wpForo system will choose "rel" attribute by the link type. | |||||
RE: How to add the atribute Nofollow+noopener+noreferer to the external links? | 29 Relevance | 9 months ago | dimalifragis | How-to and Troubleshooting | |
You can use a total control global plugin for this: 4 years old, still works great with 5.8.x If you want something newly updated, try some of those: | |||||
All external links are going Dofollow in wpforo. | 29 Relevance | 10 months ago | Ashish | How-to and Troubleshooting | |
Hi Support Team After recent updates, we are facing the issue that all new posts external links are don't have nofollow tags. Naked URL's are still showing "nofollow" tag. I didn't make any changes in setting. Can you please help to make nofollow all external links in all forum posts, replies etc. Hope to hear a positive response from you soon. Thank you | |||||
RE: How to all external links with "rel-nofollow" by defaut inside the WPforo plugin | 29 Relevance | 2 years ago | Sofy | Extended Layout How-to and Troubleshooting | |
Hi @ferreidea, wpForo adds nofollow to all external links automatically. Here is the topic you've asked, but this is already added in the plugin core. | |||||
RE: Hide external links from guests | 29 Relevance | 2 years ago | stevenminix | How-to and Troubleshooting | |
The function works as it should with add_filter( 'the_content', 'bd_hide_external_link' );which hides all external links for guests in wordpress blog posts and pages(but not wpforo external links)but when swapped with add_filter( 'wpforo_content', 'bd_hide_external_link' );The function ceases to work at all anywhere, | |||||
How to add the atribute Nofollow+noopener+noreferer to the external links? | 26 Relevance | 2 years ago | Ferreidea | How-to and Troubleshooting | |
Hi! Is possible to implement the attribute Nofollow+noopener+noreferer to the external links in wpforo to avoid any linkjuice to pass to external websites and this way avoid SEO's Spamming? Kind regards | |||||
Hide external links from guests | 26 Relevance | 2 years ago | stevenminix | How-to and Troubleshooting | |
I know that wpforo on it's face does not provide the ability to hide external links from guests even though this feature is a well known popular feature used in forums all over the internet. However FOR ME it is a game changing feature that I absolutely require. I just need a developer to give me the proper coding and where to place it in the plugins files. Here is the code I used to use but I have not been able to get it to work with wpforo function.php files. function bd_hide_external_link( $content ) {if ( is_user_logged_in() ) {return $content;}$cont ... | |||||
RE: Hide external links from guests | 25 Relevance | 1 year ago | Robert | How-to and Troubleshooting | |
Update! Here is a full solution to hide links for guests: | |||||
RE: How to add the atribute Nofollow+noopener+noreferer to the external links? | 23 Relevance | 9 months ago | ManuO84 | How-to and Troubleshooting | |
Hi, I know but I am not talking about internal links. Where is the option to make the links from my wpforo forum pointing to an external website as no follow ? |
Page 1 / 8
Next