Search Results for 'code'
-
Search Results
-
how 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??
Topic: User settings missing
Hi 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.
Anyone 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
Hello,
I’m trying to modify aspect of bbPress installed in my wordpress. I’ve read diferents posts but I can’t find the solution.
I need to change aspect buttons in bbPress because of font color and layout are similar and you can’t distinguish them.
http://i.imgur.com/71FmGz2.jpg
Could anyone help me or give me a clue to resolve this issue?
I use Rush theme and wordpress 3.9.1
Thank you
i want to only display user role on keymaster and moderators users.
I dont want every participant to have the role shown , only the keymaster and moderators are important enough to me to show their role next to their avatar.
How would i do that??
im just using this code to display the users role
<div class=reply-author-role><?php bbp_reply_author_link( array( 'show_role' => true, 'type' => 'role' ) ); ?></div>