# |
Post Title |
Result Info |
Date |
User |
Forum |
|
RE: Hide external links from guests
|
30 Relevance |
5 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, |
|
Usergroups and attachment limits
|
29 Relevance |
1 year ago |
hbk747 |
How-to and Troubleshooting |
|
... 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 ... |
|
Rich Links with AddOn
|
28 Relevance |
7 years ago |
thedrawingboard |
How-to and Troubleshooting |
|
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. |
|
How to add the atribute Nofollow+noopener+noreferer to the external links?
|
28 Relevance |
5 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
|
28 Relevance |
5 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 ... |
|
Links to the forum from an external page
|
26 Relevance |
3 years ago |
RealAct |
How-to and Troubleshooting |
|
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 ... |
|
RE: Hide external links from guests
|
26 Relevance |
5 years ago |
Robert |
How-to and Troubleshooting |
|
Update!
Here is a full solution to hide links for guests: |
|
RE: rel="nofollow" to share buttons and links
|
25 Relevance |
2 years ago |
Robert |
General Discussions |
|
@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. |
|
RE: How to add the atribute Nofollow+noopener+noreferer to the external links?
|
24 Relevance |
4 years 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 ? |
|
RE: Some external links do not open in a new navigation tab
|
24 Relevance |
5 years ago |
hector |
Bug Reports |
|
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 ... |
|
Emails without embedded links resolved
|
22 Relevance |
3 years ago |
dieter_e |
Bug Reports |
|
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)
Attachment : 2022-11-13-Email-User-Registration-embedded-links-not-resolved.png |
|
RE: How to make links underlined automatically?
|
22 Relevance |
5 years ago |
spider |
How-to and Troubleshooting |
|
@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? |
|
RE: How to add the atribute Nofollow+noopener+noreferer to the external links?
|
21 Relevance |
4 years ago |
Chris |
How-to and Troubleshooting |
|
@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. |
|
RE: External Links
|
21 Relevance |
4 years ago |
dimalifragis |
How-to and Troubleshooting |
|
You can't replace the html editor (Tinymce) with something else. |