Search Results for 'code'
-
Search Results
-
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