Search Results for 'code'
-
Search Results
-
Hi everyone, I’ve seen several questions kind of like this one but not exactly, so forgive me if it’s been answered and I’ve missed it!
Wordpress 4.0, bbPress 2.5.4.
What I need is a forum that only a specific group of people (several hundred, increasing annually) can view and use. Because of the numbers involved it’s not practical to manually add them to an allowed list for the forum.
Solution idea 1:
A Forum page which shows you just a Login form, plus a Sign Up form. The Sign Up form has an additional field for a specific code, which we will distribute to our members via a Mailchimp list.Solution idea 2:
The Sign Up form automatically cross-references with the Mailchimp list, so that only people who are already on the list are able to sign up for the forum.Your help enormously appreciated!
Cariva
Topic: Cannot access abc/forums
Hi
I am having quite a strange problem with a test site leading to a re-direction to what appears to be the front page [In firefox, up the browser in page title section, you see “Posts – Site Name”], considering the content, if I try to go to the recommended & set abc/forums main page. Furthermore, if I try to VIEW any created, “published” forum, I get a page not found error.
This site is in a folder /abc. The site in the root folder has no problem with accessing site-in-rootfolder.com/forums. So i assume it is not a server-settings issue.
Other plugins, including 2 or so requiring “post name” permalink settings have no problem with the link settings, except one, “RecipePress reloaded”, whose author also recommends “post name” permalinks. With this, one should be able to access the main recipe page at mysite.com/abc/recipes. Instead, like in the bbforum case, although the url appears correctly, the content is clearly that of the blog front page!
Resetting the permalinks, like he recommends, changes nothing.
After explaining the problem to him, he said it was a bug in the plugin & the code he gave me to try out, partly corrected the problem, because mysite.com/abc/recipes this time correctly showed the main recipes page. The only problem is, it seems to affect other links leading to page not found errors until I either remove the code or disable the recipe plugin.
That code was just for testing, so I guess he is going to improve on it.Since the bbforum plugin (& this recipepress reloaded), unlike ALL other plugins which are all OK & their respective content can be found in its rightful place, I guess there is an issue also with bbforum.
I have tried to unistall & re-install bbforum/buddy press, deactivated the rest of the plugins, etc to no avail.
This is the .htaccess I have, or get whenever I reset the permalinks:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /abc/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /abc/index.php [L] </IfModule> # END WordPressFor buddypress, the links to members, groups, etc are all OK.
I hope with the description of the problem, the source of & solution to the issue can be identified & suggested.
I am using the latest version of WordPress & all modules.
Same problem when using twentythirteen theme.PS: in case a helper finds the conditions on site different from those described, it might be code from the author of recipress reloaded plugin, which has a similar issue is being tested or implemented.
Thank you in advance.
Hey guys,
Sry if the title is confusing. What i mean is that when i click on a specific forum it shows all of the topics in the entire forum, instead of just showing the topics of the clicked on forum.
here’s my site. ull see what i mean wen u click on a specific forum – http://loser2winner.com/forums/
is there any setting or code to fix this problem?
please help!
Hello, our company is on a google apps domain. While I prefer gmail, most of my co-workers prefer outlook.
I hadn’t noticed this while putting the site together, however, it appears that email notifications don’t seem to appear as links by default in outlook 2010 or 2013 the URLs just appear as plain text. I figured it was something I could probably fix so I started looking around. I stumbled on this in includes/common/functions.php
// Strip tags from text and setup mail data $topic_title = strip_tags( bbp_get_topic_title( $topic_id ) ); $reply_content = strip_tags( bbp_get_reply_content( $reply_id ) ); $reply_url = bbp_get_reply_url( $reply_id ); $blog_name = wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ); $do_not_reply = '<noreply@' . ltrim( get_home_url(), '^(http|https)://' ) . '>'; // For plugins to filter messages per reply/topic/user $message = sprintf( __( '%1$s wrote: %2$s Post Link: %3$s ----------- You are receiving this email because you subscribed to a forum topic. Login and visit the topic to unsubscribe from these emails.', 'bbpress' ), $reply_author_name, $reply_content, $reply_url );if I’m reading this correctly, it does indeed simply output the string of the URL. What would be the best way to go about making sure this is recognized in outlook as a link?
Thank you in advance for your help.
Topic: Subforum content not showing
I’m trying to add information to my subforum so it displays under the title.
But its not showing anything when I save it. Any ideas?See it here
https://www.primeknights.com/forums/
Tried to add
<span><?php the_content(); ?><span>Above
<?php do_action( 'bbp_theme_after_forum_sub_forums' ); ?>in single-loop-forum but, it still doesnt show the content and it positions quite wrong if i enter text manually in the developer console from chrome.
Thnx in advance
Topic: Custom Query Loop
I’m creating a custom topic query for a section of my website that hooks into the default loop template. In the template I use
<?php if ( bbp_has_topics(array( 'posts_per_page' => 7, 'max_num_pages' => 1, 'bbp_voice_count' => 'DESC', order => 'DESC' )) ) : ?>What I’m trying to achieve is a query the shows 7 topics that have the most participants over the last few days. I went with order as the time query but clearly making sure it only shows topics that have BOTH a large amount of users AND are currently active is what I’m trying to achieve.
Any hints or different args to use to achieve this?
sidenote: I doesn’t seem bbp_voice_count works?
hello, i have one doubt
I want to show on the forum index
topics by freshness and index forumson the same page, first: topics by freshness and after forums…
I do not have much experience with bbpress and little knowledge … I have 3 days to install and I am configuring