AI Search
Classic Search
Notifications
Clear all
Search result for: external links
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,
... user should only be able to upload 1mb files.
I also have two other related questions (I did not want to make a separate topic and bother you guys). Wpforo allows nofollow links which is great but should my websites links also be nofollow in the forum? or is dofollow better? I run a magazine and now I am starting a forum so there is a subforum for discussing our magazine articles. This means people will and our management will share our articles' links on the forum. So is it good for those internal links to be dofollow or should it be nofollow. I just d ...
I've added the Advanced Attachments and Embeds add-ons to our forum, hoping that the links posted there turn into rich links - links that show the photo associated with the link, as well as the title of the product/blog post.
Unfortunately, it seems most links we post in the forum don't show up with the photo, title, or descriptions. This only seems to work with a very small number of links.
Is there any chance these add-ons will be updated at some point to make URLs rich links, similar to the kinds of links you post on Facebook in the comments area?
Here is an example of one of the links we are hoping to see the photo and product title of:
Right now, if we post that exact link, it just shows up as a link - no photo, no product title, no description.
I realize we can add photos using the Attach File button, but we were hoping to have rich links for these kinds of URLs instead.
Thanks in advance for your reply.
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
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 ...
Hello guys, I'm trying to create an external page outside the actual forum with direct links to areas such as the Index page, Latest Posts, Unread Posts, and Member directory.
All of the above links work fine, however I want to create three additional personal links to the following: Forum Subscriptions, Forum Account and member Forum Profile.
These last three don't seem to work, I have tried linking to the following with and without the domain part:
Any ideas on what to do to make this work? I hope there's a way to do it because I already h ...
Update!
Here is a full solution to hide links for guests:
@dimalifragis,
this is not a new feature. wpForo has always set nofollow to all external links. The changelog in 2.2.7 is not related to this. We've only added nofollow to share buttons/links. But the nofollow rel in posts was added from earlier version of 1.x.x. And it's ok to have nofollow to all external links.
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 ?
When a user posts external links in the topics or replies, it is generally not noticed if the attribute target = "true" or target = "blank"
These attributes should be placed on all links, regardless of whether or not they are logged in.
I still can't solve my problem ...
When I get emails form wpForo (new installed, email texts updated with embedded links) in some emails all embedded links (or even some links only) are empty, with no content at all. See picturesIn some emails some links were resolved, others not (moderation of new posting)
< span style="color: #666;"> Attachment : 2022-11-13-Email-User-Registration-embedded-links-not-resolved.png
@robert Thanks but this changes all the links. Now I realized that I didn't ask correctly.
I want to change the style of external links. Only external ones. Can we do that?
@alshoker,
No matter you are using Visual Editor Or Text Edit, if you don't want to make changes on functions.php file, you can wait for wpForo 2.0 version, i n the new version all external links are with noopener and nofollow.
You can't replace the html editor (Tinymce) with something else.