Search Results for 'test'
-
Search Results
-
I have a small problem. I want to show the most popular topcis on my home page, but now I am running for a while and this feature is kinda killing my SEO performance. This is because there is one topic fairly popular on my forum and has been for over a few months now and because this is represented on the home page Google has picked up on it and this topic is showing up in most of my test search results.
Now I still want to have this feature, but make it a bit more fair for the other topcis and show the most popular topcis that has stated in the previous few days (lets say 30). Is there a shortcode/feature or function that could achieve this?
Hello bbPress Users,
Recently I’ve been wanting to create a bbPress forum on my WordPress website. I was able to successfully install the plugin through WordPress, create a new forum, set Settings, etc …
However, I simply cannot login to the new forum I’ve created (The forum looks awful right now, but I’ll worry about that until AFTER its functional): http://epochgames.co.uk/forums/forum/test/
Try yourself to register (which I’ve had no problem with: I receive the registration email, and have seen my account appear in WordPress Dashboard settings related to Users), but then try logging in … when I try logging in, I’m taken back to the same page, with the same login box, and unable to post. And yes, there is a thread there, but I was only able to post it after checking “Allowing guests to post” in Settings, which I’ve since disabled.
I even downloaded Peter’s Login Redirect plugin, and tested my forum account to redirect to a different page on the domain after login … and it does redirect, but I’m still not logged in! Really weird, right?
Also I’ve noticed that when trying to login to WordPress via the wp-login.php page redirects me to the main page, instead of the Dashboard. Thankfully, I am logged into it and can access the Dashboard, just need to use the Dashboard URL. When I disable the bbPress plugin, the WordPress login properly redirects to the DashBoard.
Any ideas what could be wrong? I am definitely a WordPress Newbie, so it could be something simple, but I’ve not found a topic in this problem with this same problem, I’ve skimmed through the FAQ and found nothing about this … any help would be great.
Site: http://www.levelupsolutionscenter.com
Theme: ZippyCourses by Social Trigger
Wordpress: Latest release
bbforums: 2.5.8 (Latest)I have installed the plugin for bbforums. No issues setting it up. I have created a post that I want to remain at the top of the forum. It is titled, Getting Started. I made it ‘sticky’ believing that this would allow it to be there at the top regardless of what others put in the forum.
When I go in to test as a user who has purchased a course, the user can get to the forum but cannot see the sticky post content. Just the listing in the forum. I set access to participant and open, with automatic membership.
I read your documentation and created a forum registration page and put in your shortcode.
Do users need to register with the forum first to see the content of a post?
If they do and I have the registration page, I can put it in the menu. Is that what I need to do to get registration to people? Is there anything special I need to know to make registration go through and access be granted? Special in setting up the access page?Question really is: how does a user of the educational material get to see the forum questions/posts?
Thank you!
How can I prevent “nofollow” from being added to my internal links on bbPress posts? (I have the latest version of bbPress and WordPress)
The “nofollow” attribute is being added to my internal links on my website (DCJTech.info). However, this issue only occurs on bbPress posts, but not WordPress pages. Here is an example of the problem (bbPress post) โ http://dcjtech.info/topic/general-unixoid-topics/
I have tried commenting out the below lines from ./includes/core/filters.php, but without success. I also cleared the cache (server and browser) and waited a minute before checking the page’s source code.
add_filter( 'bbp_get_reply_content', 'bbp_rel_nofollow', 50 ); add_filter( 'bbp_get_topic_content', 'bbp_rel_nofollow', 50 );
I used ‘grep -r -e “follow” ./plugins‘ to find all code that may be inserting “nofollow”, and I also searched my theme and mu-plugins. In addition, I searched my SQL database (via phpMyAdmin) for “follow”. I did not find any plugin, setting, etc. that could be causing this problem. There were no “nofollow” attributes in the posts either. I also searched my plugins for “bbp_rel_nofollow”.
I disabled “External Links” and commented out the previously mentioned bbPress code (and cleared the cache), but the “nofollow” attribute was still on my internal links.
I thoroughly checked the WordPress codex website, forums (like https://bbpress.org/forums/topic/turning-no-follow-links-to-do-follow/ ), etc., but I cannot find a solution or cause.