Search Results for 'code'
-
Search Results
-
I am experiencing 404 errors on forum and topic views. It appears to be at random and not all the time.
Got error 'PHP message: PHP Notice: Undefined offset: 0 in /wp-content/plugins/bbpress/includes/topics/capabilities.php on line 80\nPHP message: PHP Notice: Undefined offset: 0 in /wp-content/plugins/bbpress/includes/replies/capabilities.php on line 62I have re-saved permalinks, changed->saved then changed-back->saved and still have the 404 errors occasionally.
I googled this error and found:
https://wordpress.org/support/topic/capabilities-undefined-offset-error-with-bbpress/I tried updating the capabilities.php file as discussed but still having issues.
Does anyone have any experience with this problem and have a fix?
Hello,
I am using the bbPress forums currently, and whenever we create a topic it is this grayed out color… We did find a custom CSS code to use, and it DOES work for Closed topics, but all others it still stays grayed out. What can we do to fix this?
Also, whenever someone is typing a reply it still displays in this awful gray color. How would I change the default color of the text being used in our forum?
(For reference, here is the code we used for black Closed topics:)
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #000 !important;
}(And yes, we did try just switching closed with open in the coding lol.)
Thank you.
For the lead topic, I am using this to show a human readable date. Although the date for the
<time>tag is displayed correctly, the actual text part of the date (where it is humanized) is off by 1 year.This is the whole link code –
<a href="<?php bbp_topic_permalink(); ?>" class="bbp-topic-permalink"><span class="bbp-topic-post-date"><time datetime="<?php bbp_topic_post_date();?>" title = "<?php echo bbp_topic_post_date();?>"><?php bbp_topic_post_date(0, true); ?></time></span></a>The
<?php bbp_topic_post_date(0, true); ?>part is off by 1 year but only for a few posts. The reply dates suffer the same fate. They are also off by 1 year – again for only a few posts.I have tried it with plugins deactivated + twenty seventeen theme. Still the same. I have also tried doing all the forum repair tool items. Nothing changed.
I’ve created a Button for “Your Profile” so that users can access their Profile Page. I can’t figure out how to add a hyperlink or a shortcode for the button. Any & All help appreciated.
boywonder