Search Results for 'code'
-
AuthorSearch Results
-
August 5, 2014 at 4:40 am #150255
In reply to: Finding .css style file
tonydes
Participant@robkk haha I know, the images are absurdly huge! I tried the code but unfortunately it didn’t work đ Honestly I ‘d prefer if none of those avatars were there except for the one in the post. However, I’ll take smaller avatars any day rather than those big pictures!
August 5, 2014 at 4:24 am #150253In reply to: Finding .css style file
Robkk
Moderator@tonydes you dont know how much im laughing, its like your forum is bombarded with a gallery of your self portrait. xD
do you want the started by and freshness authors still if they were just a smaller size??
and also the notice author image if it was a smaller size??
but first try this if you dont want any of those avatars, see if this code works.
.avatar-14 { display: none !important; }August 5, 2014 at 4:15 am #150251In reply to: Text Color and Font
Robkk
ModeratorIs there some code generator and if not the plugin, I guess I can add it in âStyle.cssâ
I just need when people posting in forums they have options to change color and size of font. I am unable to find something
you want a code generator , so that users have an option to change font color and font size, I do not know how to do this, so i cant help much here.
as for CSS I am not very familiar with that.
everything in the documentation says all about using css ,and how to, using firebug.
give me something specific to change the font size and color ,and ILL help you there.
August 5, 2014 at 3:59 am #150250In reply to: Finding .css style file
tonydes
ParticipantSo the css editor works, and this code got rid of all my avatars, but I’d like to keep the one in the post itself;
.bbp-author-avatar {
display: none;
}Here’s a link to the over sized pictures: http://goo.gl/wmTgBo
Thanks for taking a look at it! Much appreciated!
August 5, 2014 at 3:59 am #150249In reply to: Deleting all avatars except one in post
Robkk
Moderatordont reply on the other topic you made
pretty much just copying the same thing from this
give me a link to your site
so i can see if its a special code in your template making the avatars huge
if its a .avatar css rule making all the avatars on your site big
or if i could find something else.Iâm pretty sure my theme does not use a conventional style sheet so I may have to edit this in the root folder?
thats not a good idea , it will be lost next upgrade.
August 5, 2014 at 3:52 am #150247In reply to: Finding .css style file
Robkk
Moderatorgive me a link to your site
so i can see if its a special code in your template making the avatars huge
if its a .avatar css rule making all the avatars on your site big
or if i could find something else.Iâm pretty sure my theme does not use a conventional style sheet so I may have to edit this in the root folder?
thats not a good idea , it will be lost next upgrade.
August 5, 2014 at 3:49 am #150245In reply to: Menu link to Profile
Robin W
Moderatorok try this, which should tidy most usernames
<meta http-equiv="refresh" content="0;URL=http://mysite.com/forums/users/ <?php global $current_user; get_currentuserinfo(); $string = $current_user->user_login ; //Lower case everything $string = strtolower($string); //Make alphanumeric (removes all other characters) $string = preg_replace("/[^a-z0-9_\s-]/", "", $string); //Clean up multiple dashes or whitespaces $string = preg_replace("/[\s-]+/", " ", $string); //Convert whitespaces and underscore to dash $string = preg_replace("/[\s_]/", "-", $string); return $string; echo $string . ""; ?>/edit/">August 5, 2014 at 12:31 am #150231In reply to: Finding .css style file
tonydes
Participant@Robkk Thanks for the response, but I moved the file to both locations, and edited the css but nothing worked. I used this code to resize the images:
#bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar {
width: 20px !important;
height: 20px !important;
}I’m pretty sure my theme does not use a conventional style sheet so I may have to edit this in the root folder?
August 4, 2014 at 11:24 pm #150214In reply to: Uninstalling BBPress
Stephen Edgar
KeymasterNone of those plugins standout as something that would cause the issue, though I expect most likely it is one of them…
You state:
When the bbPress plugin is deactivated, I can not. Instead what I see is a page that displays:
And then:
I disabled then deleted bbPress and still saw the error reported above. I then re-installed and re-enabled bbPress and the error went away.
If you can’t access
/wp-adminwith bbPress disabled, how exactly are you re-activating bbPress?August 4, 2014 at 10:33 pm #150213In reply to: Uninstalling BBPress
KevinBCarney
ParticipantSorry. I forgot to include that.
Quite a few.
Active:
Akismet
AtContent
Captcha
CommentLuv Premium
Contact Form 7
Duplicate Post
Flamingo
Google Plus Authorship
Google XML Sitemaps v3 for qTranslate
Greg’s High Performance SEO
MaxButtons
Mingle Forum
nrelate Related Content
Open external links in a new window
OptimizeMember
Smart Google Analytics Code
Wordfence Security
WordPress HTTPS
WP-OptimizeInactive:
404 Redirected: Conflicts with MingleForum, not yet deleted
bbPress
Debug Bar: Installed by my hosting provider
Developer: Installed by my hosting provider
Hello Dolly
Long Depreciated Notices: Installed by my hosting provider
P3 (Plugin Performance Profiler)
Post Duplicator
Social Sharing Toolkit
Use Google Libraries: Installed by my hosting provider
WordPress SEOAugust 4, 2014 at 10:23 pm #150212In reply to: Text Color and Font
desiamerican26
ParticipantHi robkk,
Thanks for your fast reply. I am not too good with CSS format.
I just added “Adding CSS” plugin and was trying to see some code to work with it, but unable to do it.
Is there some code generator and if not the plugin, I guess I can add it in “Style.css”
I just need when people posting in forums they have options to change color and size of font. I am unable to find something like and as for CSS I am not very familiar with that.
Thanks
NikAugust 4, 2014 at 9:50 pm #150210In reply to: Uninstalling BBPress
KevinBCarney
ParticipantStephen… Thank you for your reply.
Here is my current issue.
When the bbPress plugin is activated, I can access my website via zippe.biz/wp-admin.
When the bbPress plugin is deactivated, I can not. Instead what I see is a page that displays:
Error 500
The server encountered a syntax error, and could not complete your request.
Website owner? check your code, and your debug log, you may find a ‘parse’ error in there.
Visitor? Try and reload it in a few minutes.I disabled then deleted bbPress and still saw the error reported above. I then re-installed and re-enabled bbPress and the error went away. I then disabled bbPress and the error returned.
I have no idea what to do next. My hosting provider is working on this as well as we’re not sure where to focus our attention.
Any help you can provide will be greatly appreciated.
August 4, 2014 at 9:33 pm #150209In reply to: Uninstalling BBPress
Stephen Edgar
Keymaster@kevinbcarney The
Deleting Conversion Table⌠Failedis nothing to worry about, this is just cleaning up and removing the extra database table if you had previously imported forums.
@jordanpinski wrote“My issue with the plugin is the âeditâ feature on posts doesnât work”
Could you clarify what you mean by this, editing WordPress Posts or bbPress topics/replies?
Rob is also correct above (presuming you do want to delete all bbPress data)
- Run “Reset Forums”
- Deactivate bbPress
- Uninstall bbPress plugin
I’ve just tested this and I have no issues accessing the dashboard after performing the above steps.
Caveat: You are correct that the
bbp_keymasterrole is still assigned to the user inwp_usermeta, though this should not block access for you to WordPress’ dashboard, there is a tweak to the uninstall/deactivation for bbPress 2.6 listed here in #2580. I also came upon another issue that I’m updating a patch for now, but again, none of this should be stopping yopu from accessing the dashboard after deactivation and/or uninstall.As Rob wrote, what other plugins are you using that may conflict with this? It could be any plugin role or capability related and/or other plugins that extend bbPress functionality.
August 4, 2014 at 8:01 pm #150205In reply to: Text Color and Font
Robkk
ModeratorAugust 4, 2014 at 5:48 pm #150197Topic: bbPress lists not displaying correctly?
in forum Troubleshootinglizbeck
ParticipantHi all,
I just installed bbpress using the shortcode to display the forums on my frontpage, but I don’t think the lists are displaying as intended. In the part2 instructions it says the default look is:

But, by default my forum is displaying as a list: http://pubs.hamlin.org/tech/
I’d be happy to use the default view if I could make it work. Does anyone have an idea of what’s going on here? I’m using the twentyeleven theme.
Thank you in advance for your help!
– LizAugust 4, 2014 at 4:48 pm #150193In reply to: Menu link to Profile
Mathijs Lemmers
ParticipantIt’s been a long time but I have a problem with the last provided code. It should would perfect, were it not that my username contains a space. And the code doesn’t change a space to a dash.
Could the code above be modified to achieve this?
Thanks so much in advance!
August 4, 2014 at 3:17 pm #150184In reply to: Reply To Area-Hard to see where to type
Robkk
Moderator#bbpress-forums fieldset.bbp-form textarea { margin: 0 0 8px; border: 1px solid #222; }try this css code
August 4, 2014 at 2:42 pm #150177In reply to: Full Width Forum Help
aussiestar14
Participanthey,
unfortunetly the plugin didn’t do the trick…so here is the actual bbpress.php:
<?php
/**
* Template Name: Full Width
*
* Full width page template with no sidebar.
*
* @package Oxygen
* @subpackage Template
*/get_header(); // Loads the header.php template. ?>
<?php do_atomic( ‘before_content’ ); // oxygen_before_content ?>
<div class=âbbpress-wrapâ>
<div id=âbbpress-contentâ>
<?php do_atomic( ‘open_content’ ); // oxygen_open_content ?>
<div class=”hfeed”>
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php do_atomic( ‘before_entry’ ); // oxygen_before_entry ?>
<div id=”post-<?php the_ID(); ?>” class=”<?php hybrid_entry_class(); ?>”>
<?php do_atomic( ‘open_entry’ ); // oxygen_open_entry ?>
<?php echo apply_atomic_shortcode( ‘entry_title’, ‘[entry-title permalink=”0″]’ ); ?>
<div class=”entry-content”>
<?php the_content( __( ‘Continue reading <span class=”meta-nav”>→</span>’, ‘oxygen’ ) ); ?>
<?php wp_link_pages( array( ‘before’ => ‘<p class=”page-links”>’ . __( ‘Pages:’, ‘oxygen’ ), ‘after’ => ‘</p>’ ) ); ?>
</div><!– .entry-content –>
<?php echo apply_atomic_shortcode( ‘entry_meta’, ‘<div class=”entry-meta”>[entry-edit-link]</div>’ ); ?>
<?php do_atomic( ‘close_entry’ ); // oxygen_close_entry ?>
</div><!– .hentry –>
<?php do_atomic( ‘after_entry’ ); // oxygen_after_entry ?>
<?php do_atomic( ‘after_singular’ ); // oxygen_after_singular ?>
<?php endwhile; ?>
<?php endif; ?>
</div><!– .hfeed –>
<?php do_atomic( ‘close_content’ ); // oxygen_close_content ?>
</div><!– #content –>
<?php do_atomic( ‘after_content’ ); // oxygen_after_content ?>
</div><!â .content-wrap â>
<?php do_atomic( âclose_mainâ ); // oxygen_close_main ?>
</div><!â #main â>
<?php do_atomic( âafter_mainâ ); // oxygen_after_main ?>
<?php get_sidebar( âsubsidiaryâ ); // Loads the sidebar-subsidiary.php template. ?>
<?php do_atomic( âbefore_footerâ ); // oxygen_before_footer ?>
<div id=âfooterâ>
<?php do_atomic( âopen_footerâ ); // oxygen_open_footer ?>
<div id=âfooter-contentâ class=âfooter-contentâ>
<?php echo apply_atomic_shortcode( âfooter_contentâ, hybrid_get_setting( âfooter_insertâ ) ); ?>
</div>
<?php get_template_part( âmenuâ, âsubsidiaryâ ); // Loads the menu-subsidiary.php template. ?>
<?php do_atomic( âfooterâ ); // oxygen_footer ?>
<?php do_atomic( âclose_footerâ ); // oxygen_close_footer ?>
</div><!â #footer â>
<?php do_atomic( âafter_footerâ ); // oxygen_after_footer ?>
</div><!â .wrap â>
</div><!â #container â>
<?php do_atomic( âclose_bodyâ ); // oxygen_close_body ?>
<?php wp_footer(); // wp_footer ?>
</body>
</html>August 4, 2014 at 2:24 pm #150176Robin W
ModeratorOne I’ve been playing with
August 4, 2014 at 10:56 am #150173Robkk
Moderatorhow to show 5 recent topics on homepage like bbpress.org??
is it just the recent topics widget, or and edited version of the bbpress index shortcode??
August 4, 2014 at 10:47 am #150172Topic: User settings missing
in forum Installationttmt
ParticipantHi all
I’m using the default bbPress to which I have added custom css – nothing crazy just some colour changes etc.
Everything seems to working fine apart for the user settings page.
The avatar shows with the navigation underneath.
The information about post started shows and I can edit the user details.
‘Your Posts Started’ doesn’t show any posts.
If I checked the page source it shows the code but it’s offset to the right of the window and just shows it as empty boxes.
August 4, 2014 at 10:44 am #150171In reply to: Search box on topics page
Robkk
Moderatorcopy content-single-forum.php into your child theme then add
<?php if ( bbp_allow_search() ) : ?> <div class="bbp-search-form"> <?php bbp_get_template_part( 'form', 'search' ); ?> </div> <?php endif; ?>above
<?php bbp_breadcrumb(); ?>August 4, 2014 at 4:03 am #150160Topic: Google Docs Viewer – button for the editor
in forum Pluginspalmdoc
ParticipantAnyone using the Google Doc Embedder?
https://wordpress.org/plugins/google-document-embedder/I use it to embed PDFs in forum posts and it works fine.
It’s just that I and users often forget the format of the shortcode so I wonder if it is possible to have a button in the editor to aid one in creating the shortcode?
[gview file='URL']
Is it difficult to do so?Thanks
August 4, 2014 at 3:27 am #150158In reply to: Full Width Forum Help
Vikram Singh Rana
ParticipantHey I had the same problem and wanted my forum to have a full width looks. I visited your threat and used the code about but it didn’t worked for me. I have tweaked it and it is working for me now. I had the same problem of topics disappearing.
Please use this code, it should work perfectly fine.
<?php /** * bbPress - Forum Archive * * @package bbPress * @subpackage Theme */ get_header(); ?> <?php do_action( 'bbp_before_main_content' ); ?> <?php do_action( 'bbp_template_notices' ); ?> <div id="bbpress-forums"> <?php bbp_breadcrumb(); ?> <?php bbp_forum_subscription_link(); ?> <?php do_action( 'bbp_template_before_single_forum' ); ?> <?php if ( post_password_required() ) : ?> <?php bbp_get_template_part( 'form', 'protected' ); ?> <?php else : ?> <?php bbp_single_forum_description(); ?> <?php if ( bbp_has_forums() ) : ?> <?php bbp_get_template_part( 'loop', 'forums' ); ?> <?php endif; ?> <?php if ( !bbp_is_forum_category() && bbp_has_topics() ) : ?> <?php bbp_get_template_part( 'pagination', 'topics' ); ?> <?php bbp_get_template_part( 'loop', 'topics' ); ?> <?php bbp_get_template_part( 'pagination', 'topics' ); ?> <?php bbp_get_template_part( 'form', 'topic' ); ?> <?php elseif ( !bbp_is_forum_category() ) : ?> <?php bbp_get_template_part( 'feedback', 'no-topics' ); ?> <?php bbp_get_template_part( 'form', 'topic' ); ?> <?php endif; ?> <?php endif; ?> <?php do_action( 'bbp_template_after_single_forum' ); ?> </div> </div><!-- #forum-front --> <?php do_action( 'bbp_after_main_content' ); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>August 3, 2014 at 11:48 pm #150153In reply to: Random Topic Link
Stephen Edgar
KeymasterHa! Yes, I was messing about with that yesterday thinking it would solve the issue here but it does not đ If you add the bbPress views widget to a sidebar you will see all those views in the gist you linked above, you can also add the shortcode
[bbp-single-view id="single-random-topic"]to a page it it will display the ‘topic’ list template with a single random topic.So it can do all that ^^^, but it will not work as a ‘button’ so you can’t have a button with ‘Click this for a random topic’ đ
Something like this should work though:
https://gist.github.com/ntwb/ca87b9b75a42215b2889
function ntwb_bbpress_random_single_topic() { if ( bbp_has_topics( array( 'orderby' => 'rand', 'posts_per_page' => 1 ) ) ) { while ( bbp_topics() ) : bbp_the_topic(); ?> <a class="bbp-topic-permalink" href="<?php bbp_topic_permalink(); ?>"><?php bbp_topic_title(); ?></a> <?php endwhile; } } // Hook into action add_action('bbp_template_before_lead_topic','ntwb_bbpress_random_single_topic'); // Add it as a shortcode [ntwb-bbpress-random-single-topic] add_shortcode('ntwb-bbpress-random-single-topic', 'ntwb_bbpress_random_single_topic');I’m hooking it into just before the ‘lead topic’ (
bbp_template_before_lead_topic) in the example above but you could hook that anywhere you would like.I also add it as a shortcode
[ntwb-bbpress-random-single-topic]for use that way.Make any changes you want to the HTML, I am just doing it as a HTML
aanchor link with the permalinkbbp_topic_permalink()and the link title as the topic titlebbp_topic_title(). Change all that HTML code to a button, remove<?php bbp_topic_title(); ?>and replace withRandom Topicor whatever takes your fancy. -
AuthorSearch Results