Forum Replies Created
-
In reply to: Comments on Topics?
Hope everyone had a fun labor day weekend.
In reply to: Comments on Topics?Well you are probably right, but that’s a band-aid, not a fix to something that should not be happening. There is no comment field on the pages/topics that these comments are being left on. I have disabled comments by non-logged in visitors, I have also ran a SQL query to disable pings and trackbacks on all existing pages & post, yet I am still getting comments on topics.
Installing yet another plugin is not how I want to fix this. I would rather disable the ability for bots to find and use any comment features on these topics period.
In reply to: Comments on Topics?They are not replies, they are showing up awaiting moderation in my comment section of the dashboard.
In reply to: Forum root lost styling?Just so you know, I disabled all other plugins to rule out the possibility of them being an issue.
Ok so I played around with lines 807 and made it match what line 1157 looked like.
This is line 1157:$author_link = bbp_get_reply_author_link( array( 'post_id' => $reply_id, 'type' => 'both', 'size' => 14 ) );
Then I moved line 1152$reply_id = bbp_get_reply_id( $widget_query->post->ID );
between lines 802 & 803 thinking this might work and it doesn’t make any difference which was confusing to me.. What am I doing wrong?Any suggestions? I imagine it would be a query change somewhere, shouldn’t be very difficult.
In reply to: Couple issues while styling BBPressI have learned a lot today. Thank you very much.
In reply to: Couple issues while styling BBPressOk I figured that one out. I forogt to add
!important
I was able to successfully use the Inspect Element to change those background as well. The only thing I couldn’t figure out is how to properly code changes to the textbox for bbp_topic_title. Not savvy enough to write my own without an example.
I have also made the edits to that part 3 document.
Do you know of any other widgets that can this? Surely I’m not the only one who wants this..
In reply to: [what?] > ForumsPerfect.
Thank you!