Search Results for 'code'
-
Search Results
-
Topic: help…bbpress button thanks
hello, good day!…I want to put a button
"thanks"for each post in the user profile and the Times Appears"Thanked"but I find this plugin or shortcode, or a way to do
example:

I found this plugin: https://wordpress.org/plugins/bbpress-like-button/
but does not show the data in the public profile …
although the plugin either to pay, no matter
It is now important for a forumhelp!
kind regardsTopic: bbpress button thanks
I want to put a button
"thanks"for each post in the user profile and the Times Appears"Thanked"but I find this plugin or shortcode, or a way to do
example:

I found this plugin: https://wordpress.org/plugins/bbpress-like-button/
but does not show the data in the public profile …
although the plugin either to pay, no matter
It is now important for a forum
help!
kind regardsHi there,
I’ve been successfully clinging on to bbPress 1.2 (last standalone) with my forum, so far without any problems.
Sadly that changed about a month ago when the forum suddenly started fetching “wrong” time stamps for user posts.
Now when I say wrong time stamps, what I really mean is differing time stamps, from what I could observe of about one hour.
Lets say I post something at 2pm, then one of my users comes on and he posts a reply shortly after. Now that reply doesn’t get a time stamp of, say, 2pm1min, but instead 3pm1min. The forum will now treat this post as if it were posted in the future, resulting in the output “posted -1 year ago” until forum time is past 3pm1min.
The second and more urgent consequence is that if I or anybody else with the “right” time stamp assigned to them will post another comment within that hour, that reply will be added in the wrong order prior to the first reply.As for solving this issue, I have tried to figure it out in the code (to no avail) and even did a rollback of the forum and database to March 2014 for test purposes, yet the issue persists.
This leads me to believe that it cannot be related to any bad code (especially since the software and Plugins haven’t been touched in months), but rather that there may have been a fundamental change in the way the date function in post.php works. I can’t even seem to figure out where bbPress would fetch it’s time data from.Banging my head against the wall at the moment, any help would be hugely appreciated.
Cheers
LarsTopic: Meta query in Views
Topic: Templates problems
Hi, I have some problems to create my custom layout.
In practice, the problem is that my theme has the feature to create templates through pages.
Now, when I create a new page and use [bbp-forum-index] shortcode, I see the page themplate like I want, but when I click on a topic, the layout change.
This, probably, because URL changes, in fact topics always follow root forum setted on forum settings. And, if i leave the check (that one that set root default root for all contents) I got a 404.
Instead, if I set forum root like page permalink the layout is the standard one.Maybe is my theme, but the code is really hard to understand, so I just need that all contents follow the page url and template.
my page code:
<?php get_header(); ?> <?php $layout_obj = new C5_theme_layout(); $layout_obj->build_layout('page'); ?> <?php get_footer(); ?>I hope that someone can help me, thanks and sorry for my english
Topic: Permalinks Without Postname
I’m trying to set up bbPress, but I’m not using the postname permalinks (for SEO reasons), which is causing problems. So I tried setting it up using Method 2 in the setup guide, which is basically just setting up a page with [bbp-forum-index] on it. That works, but now none of the non-index forum pages work. Just 404 pages.
What should the Forum Root Slug and Single Forum Slugs be? I’m thinking that may be the problem. I’ve been messing around with them but haven’t been able to fix them yet. Thanks for any help!