| # |
Post Title |
Result Info |
Date |
User |
Forum |
|
Latest topic on external site?
|
15 Relevance |
7 years ago |
pederw |
wpForo Integration |
| |
Hi,
I would like to have the latest topics on an external site as a widget. What do you recommend and is it even possible and how?
Thanks in advance |
|
RE: Is it necessary to use an external theme or can I just use the native functionality of wpforo themes for a simple forum?
|
15 Relevance |
7 years ago |
Robert |
General Discussions |
| |
There is no any external theme for wpForo. wpForo comes with built-in theme. it has all necessary functions and features to build a simple or pro forum. You can use one of wpForo forum layouts:
And color styles: |
|
External Shortcodes No longer working
|
15 Relevance |
8 years ago |
NSH |
How-to and Troubleshooting |
| |
Hi, Here's hopefully my final issue of the day.
I understand that wpforo doesn't natively output other plugins shortcodes and that a workaround is suggested as found here.
Prior to this latest update my external plugin shortcodes were working fine, however upon checking my site today they had stopped working.
The plugins I have been using are Smart Slider and Unite Gallery.
These plugins allow the Admin only to create a wpforo topic post and present images far better that the native wpforo output, either by way as a slider which can tell a story or as ... |
|
RE: Remove links from about me section
|
14 Relevance |
1 year ago |
hbk747 |
How-to and Troubleshooting |
| |
Thank you but lets assume I allow the profile to be edited after a while (lets say 4 posts), then the user can add dofollow links using about me, website, and signature sections after they have posted a few times. How can I remove the insert/edit link feature. For example I can add a link by clicking the insert/edit link option in this text editor and add a link like this
I am sure there is code that can just remove that linking feature from the about me and signature text editor.
I would like to remove the insert/edit link feature from the text editors of posts as well. So if someone wants to post a link, they can just type abc.com and it stays unlinked since there is no linking feature. Right now I have Min number of posts to be able to post links set to 100000 so that people cant post links BUT what happens is that the linking option on the editor is still there and people dont know they that cant post links. So when they post a link, it looks like this: Nice. <a href=" removed link ” target=”_blank” rel=”noopener”>Abc
This looks ugly and the user could get annoyed that they posted a link (since it could be non-spam) so I just want to take away the linking feature for good. |
|
RE: rel="nofollow" to share buttons and links
|
14 Relevance |
2 years ago |
Robert |
General Discussions |
| |
You can share using share buttons and share links, so the changelog only refers to share links not all links in the posts. |
|
RE: Links to open in new tab
|
14 Relevance |
6 years ago |
VereK |
How-to and Troubleshooting |
| |
Aside from the code above, if links are pasted as plain text (control+shift+v) it will auto add the target_blank functions.
Straight paste:
Plain text paste: |
|
RE: Is there a way to block links to competitor sites?
|
14 Relevance |
7 years ago |
Robert |
How-to and Troubleshooting |
| |
Hi @stocksforum,
It's hard to filter or add control to links. Currently there is a good solution in wpForo Span Control. It sets all new topics and posts unapproved if it finds some links in posts.It works for New registered users and you can control the level of new registered users in Dashboard > Forums > Tools admin page. For example you can set users is new till the 5th post.
If you need to control links for old members you should find some developer and ask to write some code for that. That code can use wpForo content filter hooks and filter links. The main content filter hook are these:
wpforo_content_before
wpforo_content
wpforo_content_after |
|
RE: Links to the forum from an external page
|
14 Relevance |
3 years ago |
VereK |
How-to and Troubleshooting |
| |
@realact
Maybe try the direct links instead.
domain.com/participant/activity/
Etc.
They should redirect to only the logged in user info |
|
RE: How to add the atribute Nofollow+noopener+noreferer to the external links?
|
14 Relevance |
4 years ago |
AlShoker |
How-to and Troubleshooting |
| |
@chris, Perhaps the problem with nofollow is due to a bug in the Visual Editor? Look at the screenshots, please.Depending on how the user places the link, a nofollow attribute is attached to the link or not.If you just insert a link into the comment input window, then it is obtained with nofollow, but without noopener. And if you insert a link through a button in the Visual Editor, then the link is obtained without nofollow, but with noopener. This can be seen in 2 screenshots.How can I fix the Visual Editor function so that all outgoing links are nofollow and noopener without fixing the /wpf-includes/functions.php file?
Attachment : WPForo_1.jpg |
|
RE: How to add the atribute Nofollow+noopener+noreferer to the external links?
|
14 Relevance |
4 years ago |
ManuO84 |
How-to and Troubleshooting |
| |
@alvina I am sorry but this is not true. As you can see in the code (see attached file). So how to set all internal links as "nofollow" ?
Attachment : Follow.png |
|
RE: External Links
|
14 Relevance |
4 years ago |
dimalifragis |
How-to and Troubleshooting |
| |
Not sure i understand what API is needed. Force all links to open to a new tab and that's it. Unless i didn't not understood your question right.
What plugin is this? |
|
External Links
|
14 Relevance |
4 years ago |
mpearson65 |
How-to and Troubleshooting |
| |
Hello, I want to be certain that users never add a link in a forum that does not open in another tab. It seems this is not possible with the settings available (unless I missed it)? Please let me know if that is the case. If so, then my options would be to replace the current wysiwyg editor with a different one or ask my developer to make the changes to the links on the backend.
Thanks for your help! |
|
RE: Some external links do not open in a new navigation tab
|
14 Relevance |
5 years ago |
Robert |
Bug Reports |
| |
And it comes with the target="_blank" attribute. So all is done by wpForo automatically if you just put a URL. But if you copy some link and past in the editor it doesn't do any replace. So I want to ask you , how do you create those links? Leave some direct link to that post. |
|
How to all external links with "rel-nofollow" by defaut inside the WPforo plugin
|
14 Relevance |
5 years ago |
Ferreidea |
How-to and Troubleshooting |
| |
Hi!
I remember few time ago in the settings of the wpforo plugin it was available the option to make all the links in the forum that are posted by users with the targ "rel-nofollow" automatically but now I cant find it!
Where is it the option?
Kind regards |
|
RE: Open all external links in a new navigation tab
|
14 Relevance |
6 years ago |
Anonymous20 |
How-to and Troubleshooting |
| |
Also @hector i see here:
that probably you have modified some code ? Or use some plugin for rel no follow etc etc ? Can that be the cause ? |