Forum Replies Created
-
In reply to: Change forum color
ok this CSS changes every link color in bbPress to black
#bbpress-forums a { color: black; }
and this CSS is for if you want any links in the topic/reply content to be a different color like blue, just like blog posts usually have.
#bbpress-forums div.bbp-topic-content a, #bbpress-forums div.bbp-reply-content a { background: none repeat scroll 0 0 transparent; border: medium none; display: inline; font-weight: normal; margin: 0; padding: 0; color: blue; }
also use some of the CSS that i posted here since you have a dark background.
In reply to: Use topic as mailing listim kind of leanging that you might need some custom development for this
jobs.wordpress.net/
but im not sure if this kind of plugin is what you are after
wordpress.org/plugins/bbpress-digest/
highlight and search these links in google
In reply to: Reverse order of attachmentsas long as attachments means something like media like images and vides
bbPress does not support this unless you have another plugin from the WordPress repository.
contact the plugin author of the plugin you are using for support
or get some custom development done here
In reply to: Remove this code ? Look this link.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink { display: none; }
add this anywhere you can put custom css
theres a bunch of plugins that do this type of thing
badge OS like you said
mycred can show some badges
achievements for wordpress also does this
userpro has this kind of thing toodo a search and see what is the best fit for you
In reply to: Change font size fro forum posts/repliesfor forum topics/replies
try this code robin posted in the topic you linked to
#bbpress-forums .bbp-topic-content p, #bbpress-forums .bbp-reply-content p { font-size: 16px; }
this is for breadcrumbs
#bbpress-forums div.bbp-breadcrumb p { margin-bottom: 10px; font-size: 16px; }
In reply to: Integrate with Jetpack Markdowndoes this plugin help your situation??
In reply to: Similar to PHPBBsee if this helps
https://github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout
download the .zip file and upload the loop-forums.php file to your bbpress folder in your child theme.
you create a category by create selecting new forum in the WordPress backend and changing the type to category.
to put forums under each category make sure all the forums you want under a specific category has the parent as that category
the docs should help out alot for learing how to use a child theme for your bbPress installation
In reply to: WordPress creates pingbacks for topics. Maybe Bugin the trac they are trying to add this feature and at least an option to disable it.
-started 2010 -last reply 3 months ago
https://bbpress.trac.wordpress.org/ticket/1430if you do not want pingbacks and trackbacks remove any code that is for the comments section when you create a bbpress.php and see if that fixes it.
In reply to: Help with the final resulti thought i replied to this one..
pretty much the plugins stlye.css file will get you headed into styling bbPress the way you want it.
you copy the style.css file from the bbPress plugin folder and put it into a folder called css in your child theme then edit the new style.css file from there.
if its just small changes you can also put it into a custom css plugin of your choice.
more information on styling bbPress.
https://codex.bbpress.org/theme-compatibility/
this is not CSS its mostly PHP
from what it looks like just copy the templates the userpro plugin author gave you and place it a folder called bbpress in your child theme. the url to it should be wp-content/themes/avada-child/bbpress.
more info about bbpress theme compatibility
https://codex.bbpress.org/theme-compatibility/
info on creating a child theme
In reply to: Truncated usernamesfont-color: black;
or
color: black;
more on styling bbPress
thats not CSS at all …most of its PHP
it seems like you just put the PHP files that the userpro plugin author gave you and put it into a directory named bbpress in a child theme and it should work fine from there.
so the url to the directory should be wp-content/themes/avada-child/bbpress
if you havent created a child theme , here hows to
https://codex.wordpress.org/Child_Themes
more about bbPress theme compatibility
In reply to: Help with the final resultanything in the style.css file really.
more info on styling bbPress.
reading the rest of the docs wont be bad to read either 🙂
In reply to: Photo in Latest postsif you were trying to post more than 2 links in your reply , this site site wont allow it as a SPAM prevention measure because of the latest SPAM attack.
if you ever need to post more than 2 links just paste the url without the http://
i can just highlight and search it in google.
—
as for your site being in maintenance it is really hard to help.
i suggest you use the inspecter tools in your browser
select the author name both under the topic title and in the freshness section
see in the source code if there is even an image with some something like
img src
by the nameif there is
check and see if the small avatars are hidden with CSS and most likely change
display:none;
todipslay:inline;
if the image is not even in the source code by the author names.
contact the userpro plugin author and see if they will help you install the template right if that was the problem.
In reply to: Replacing Thread Title with Imagesthis seems like some custom development to achieve this.
highlight and search this link in google.
jobs.wordpress.net/
i think maybe noinexing images , and not putting images in your sitemap might fix it.
it will noindex images on your blog posts too though, which indexing images is pretty good for SEO.
at least if you want people visiting your website from an images section in a search engine.
im not sure enough about this since you might be using a certain plugin to even deliver attachments to your forums.
i recommend hiring a developer to fix this issue.
highlight and search this link in google
jobs.wordpress.net/
In reply to: Changing Editor buttonsit should still work no problem . since it bascially is using a filter that bbPress provides to activate the visual editor
but i mean if you do come across a problem with this very light plugin just uninstall it.
In reply to: Similar to PHPBBsee if this helps, copy the link and search google
github.com/robkk/bbPress-Hierarchical-Forum-and-Category-Layout
download the .zip file and upload the loop-forums.php file to your bbpress folder in your child theme.
you create a category by create selecting new forum in the WordPress backend and changing the type to category.
to put forums under each category make sure all the forums you want under a specific category has the parent as that category
the docs should help out alot for learing how to use a child theme for your bbPress installation
In reply to: Import from vBulletinhopefully @netweb checks this out
In reply to: Single forum shortcode pagination not workingcontact your theme developer if you still have time.
In reply to: Admin toolbar: disable bbpress sectionif you still have an issue contact BuddyPress support
In reply to: Should I use SSL ?read some of this , highlight site names and search google.
nutsandboltsmedia.com/does-your-website-really-need-ssl/
but basically if your website is doing some kind of credit card transaction , definitely
if your site forums are all private community an secure connection would help
if you have paid memberships an Secure connection would help
Do most of you purchase an SSL for your forums ?
im just going to show you some examples of forums that use a secure connection somewhere
heres a list or sites that bbpress.org likes.
bbpress.org/about/examples/
dalluva.com uses a secure connection on their register/login forms
support.advancedcustomfields.com/ doesnt use a secure connection even on their store on the rest of their site , they let users pay with paypal on the store
mojo-themes.com doesnt use a secure connection on sign up and forums but they use it for their store section
hub.jmonkeyengine.org/ doesnt use a secure connection
community.presscrew.com/ doesnt use a secure connection
swnk.org doesnt use a secure connection
tamrielfoundry.com/ doesnt use a secure connection
In reply to: After login to private forumsee if using a plugin like this helps
In reply to: Clicking on a forum doesn't do anything?see if its a plugin or theme issue
deactivate then reactivate your plugins one at a time to see if its a plugin issue.
switch to a default theme like twenty fourteen and see if that fixes anything