# |
Post Title |
Result Info |
Date |
User |
Forum |
|
RE: How to add the atribute Nofollow+noopener+noreferer to the external links?
|
21 Relevance |
5 years ago |
Alvina |
How-to and Troubleshooting |
|
Hi @ferreidea,
Sorry for the late response.
wpForo add nofollow to all external links automatically. |
|
RE: Some external links do not open in a new navigation tab
|
21 Relevance |
5 years ago |
Sofy |
Bug Reports |
|
@hector,
Please follow this discussion: |
|
RE: Some external links do not open in a new navigation tab
|
21 Relevance |
5 years ago |
Robert |
Bug Reports |
|
@hector
How to you put links in topics. If you put a URL it'll automatically replaced with the target="_blank" attribute. As you can see here I'm putting an external link in my post: |
|
RE: Hide external links from guests
|
21 Relevance |
5 years ago |
stevenminix |
How-to and Troubleshooting |
|
... function ($matches){// replace the domain name with your domainif ( strpos( $matches[2], 'facebook.com' ) !== false ){return $matches[0];}// for external urlreturn '<a href="#">Login Please to see the link</a>';
}, $content );
return $content;}add_filter( 'wpforo_content', 'bd_hide_external_link' );
That is all I have done. please tell me what else I need to do to make it work because it is not working yet. thanks |
|
RE: Open all external links in a new navigation tab
|
21 Relevance |
6 years ago |
Anonymous20 |
How-to and Troubleshooting |
|
Still all this is solved using a plugin for the whole Wordpress.
Now, if a webmaster doesn't want to use any plugin for that, is an other story. |
|
Open all external links in a new navigation tab
|
21 Relevance |
6 years ago |
hector |
How-to and Troubleshooting |
|
Hi community.
How do I make all external links that users place within topics and responses open in a new browser tab?
From antennamo I appreciate your response. |
|
RE: No Follow All External Links?
|
21 Relevance |
7 years ago |
Robert |
How-to and Troubleshooting |
|
Please wait for the next 1.5.2 version release. It comes within next 1-2 days. Then add this custom code to disable the rel = nofollow of all external links:
function remove_nofollow_rel_from_external_links( $do ){ return false;}add_filter( 'wpforo_external_link_nofollow', 'remove_nofollow_rel_from_external_links');
How to Easily Add Custom Code in WordPress (without Breaking Your Site) |
|
RE: No Follow All External Links?
|
21 Relevance |
7 years ago |
henningnet |
How-to and Troubleshooting |
|
Hi there,
great forum plugin! For special SEO reasons I would like to change all external links from Nofollow to Follow. Where can I do that?
Thanks!
henning |
|
RE: No Follow All External Links?
|
21 Relevance |
8 years ago |
Robert |
How-to and Troubleshooting |
|
This has been added about a year ago. wpForo adds nofollow to all external links automatically. |
|
RE: Wpforo pages slow to load
|
20 Relevance |
6 months ago |
Robert |
How-to and Troubleshooting |
|
... could be corupted in the database that crash SQL requests or make them very slow
Conflicts with other plugins. Some plugins could conflict with wpForo and make a lot of problems through WordPress hooks external content in wpForo pages. Some users may have avatars with external URLs that laods very slowly. Even the Gravatars can make the wpForo pages very slow. You may have many users using Gravatar or the default one is very slowly loading. external content in users signatures or in the post content (videos, images and embedded iframes).
WordPress Theme c ... |
|
RE: External dofollow urls issues
|
20 Relevance |
2 years ago |
dimalifragis |
Bug Reports |
|
@annushka No search engine can index data that is hidden from public eye.
And your suggestion for noindex in general is not correct. Personally i want dofollow links in my posts and topics.
For you, there is a Wordpress plugin that takes care of that globally. Old, but works great: |
|
Customize the color Post Links
|
20 Relevance |
2 years ago |
DiegoPino |
How-to and Troubleshooting |
|
hi wpForo community.
Need some help to Customize the color Post links.
In Official documentation:
COLOR #11 links' hover/active font color
can change the home page, Check the image, i liked the color green pastel:
But in post, the links display like a normal Color.
I would like to customize the color of the links in the post, to make them with a better combination of colors, so that when I read, it is easy for me to interpret the link.
Sorry I have not been able to see the code where I change the link in post and thank you very much for the support.
Thanks in Advance
Bye |
|
RE: How to monitor and restrict users not to add website links to the forum?
|
20 Relevance |
4 years ago |
Chris |
Bug Reports |
|
Hi @nawin,
wpForo adds nofollow to all external links automatically. So, if you Disable User Profile Page indexing as well, that will stop indexing all external link not matter where are they inserted.
Disable the User Profile Page indexing option from Dashboard > Forums > Settings > Features admin page. |
|
RE: Thread/Topic Cross-Linking ... is it possible
|
19 Relevance |
5 years ago |
firlandsfarm |
General Discussions |
|
OK ... Alvina, I think it looks great. I've been mulling over my objectives and my current thinking (combined with what I read re Blog Cross Posting add-on). I have attached a schematic of how I picture the categories and their relationship interactions.
Basically it can be described as follows ...
I will have one page blogs for each Service (Product), each Author (Provider), each Publisher and each Reviewer. Each Product could have many Publishers and could have many Promoters but should have just one Provider,
Each Product page to have links to the appropriate Provider, Publisher and Reviewer blog pages so that readers can easily refer to other Products they are involved with.
Each Provider page to have links to all products where they are the Provider.
Each Publisher page to have links to all products where they are the Publisher.
Each Reviewer page to have links to all products where they are the Promoter.
The blog pages will not have a Readers Comments section, they will be contained to the forum to reduce the amount of reader 'noise' distracting from my blog.
I therefore will want a forum thread for each Product, each Provider, each Publisher and each Reviewer.
The forum threads to have links back to the relevant blog pages ... Product-Product ... Provider-Provider and Products ... Publisher-Publisher and Products ... Reviewer-Reviewer and Products.
Also as for the blogs cross reference to each other I would like the forum threads to similarly cross reference to connected threads.
Whenever I open a new blog page I would want a new forum thread to be opened under the relevant Product and if they don't already exist then new threads for the Provider, Publisher and Reviewer categories in the forum.
Obviously all of that could be achieved manually but would take a lot of work inserting all the links each time and perhaps more so keeping track of the links! I'm wondering if any of that can either be performed automatically by the Blog Cross Posting add-on or assist in doing it manually.
Looking forward to hearing from you.
David
Attachment : ContactsDatabaseDesign.png |
|
RE: my previous request about remove_links
|
19 Relevance |
3 years ago |
Tutrix |
General Discussions |
|
@fawp
maybe you have searched for this topic > Hide external links from guests |