Forum Replies Created
-
In reply to: Change the color of the link
This comes from your theme’s main style, in my case
a:link { color : #EEEEEE !important ; }
if you want to change this throughout your site, then drop this into your style.css (or amend the current setting)
If you just want it in bbpress
#bbpress-forums .bbp-author-name a:link { color : #EEEEEE !important ; }
should work
In reply to: Forum visibility and readabilityNo, nothing you can do, but I’ve just made an error in my plugin, and I think I have solved the problem above by chance !!
The plugin will let you do this, but you’ll have to wait for the plugin though as it is still in dev – expect a week !
I should be able to get content in as well with luck !
Sorry can’t be sooner, but a lot of code to write properly now I know it works !
and of course no guarantee that I won’t find some major flaw !
In reply to: Help with "facebook-style" page preview for my blog?No problem, not an area I’m any good at, but maybe someone else reading may have the knowledge !
Hope you get fixed !
Yes, it is in the long list I have, and I have failed you !
As per your other post, this is all in related area, and I’ll try and have a look at this also !
In reply to: Forum visibility and readabilityok, so that two posts I haven’t come back to you on !
I had a dig, and this one is not a two minute answer, and I may not be able to solve it for you.
However, I am working on a plugin for an entirely different use, but it is in the same code/function area, so as I am digging I try to see if I can work a fix for you.
BUT, I may not within time available to me
In reply to: Change the color of the linkdo you mean no. 8 in the attached?
In reply to: Help with "facebook-style" page preview for my blog?“I asked on another forum and had no luck.”
If this wasn’t
then post it there, you’ll more likely get someone who knows
In reply to: Hiding replies from anonymous visitorsIn the spirit of free community software – if/when you work a solution out, do post it here, so that others following along in a few months/years can see how it was done !
Thanks
In reply to: Forum wont display correctlyit means that someone has gained access to your site, and put some code into it.
You really need to go through all of these to fully clean up the site and make sure any “backdoors” have been closed:
https://wordpress.org/support/topic/268083#post-1065779
http://ottopress.com/2009/hacked-wordpress-backdoors/
Additional Resources:
http://sitecheck.sucuri.net/scanner/
http://www.unmaskparasites.com/
http://blog.sucuri.net/2012/03/wordpress-understanding-its-true-vulnerability.htmlor you can pay securi to fix it for you – see the link above !
In reply to: view topic prior to submitThere aren’t currently any plugins I know of that do this
In reply to: theme – front endYou’re welcome !
In reply to: Login widget on forums root ?do you have a root page as such?
Step 3 method 2
In reply to: Forum wont display correctlyyou seem to have malware on your site
In reply to: Impossible to edit repliesSuggest you contact the theme author to see if they can resolve.
Which theme are you using?
In reply to: Change the color of the linkput this code into your style.css in your theme
#bbpress-forums li.bbp-header { background: #dc9e5a !important ; }
You should select the color you want
In reply to: Help with "facebook-style" page preview for my blog?sorry, but is this within a forum, or just a blog?
In reply to: simple registrationIn reply to: I need to enlarge some font-sizesGreat, glad you’re fixed !
In reply to: Incomplete list of forumsThank you for the correction – I obviously wrote it too fast !
Great, glad that you are working!
In reply to: I need to enlarge some font-sizesWithout spending time going back through this thread, I presume you have tried all the bits of code above. The fact that they didn’t work for the OP whose site we couldn’t see doesn’t mean they won’t work for you.
If you have done all that, come back with a link and I’ll take a look.
ok, before looking at anything else, try running all the forum repairs
Dashboard>tools>forums>repair and run one at a time
In reply to: Impossible to edit repliesCheck other plugins
Check that no other plugins are affecting this.
Turn off all other plugins apart from bbpress, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.
Check themes
If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.
In reply to: Place image before forum title in forum pageSo do you want the image of the man eating to go before the Fuel Message Board title?
In reply to: Any youtube tutorial on bbPress?yes, lots to get into !
In reply to: theme – front endfor admin see
toolbar is a wordpress level function, not bbpress so it depends on what wordpress level you have your moderators set to.