Forum Replies Created
-
In reply to: bbp-topic-form won’t show up properly on mobile
Hi Robin
Forums and topics are fine on all the phones and tablets, it is only the replies on all the phones that is not correct.
Clive
In reply to: sub topics not showingHi Robin,
I have just been testing on my development site as the sub forums are a major part. I will change the front page and update now. The website is wateratairports.com the countries sub forums should be on the front page under countries.
Clive
In reply to: bbp-topic-form won’t show up properly on mobileI have tried to sort this out as well without any luck, I have tried other themes as well, it is the same on bbpress 2.5.14 which I am still using because subforums has not been sorted yet.
In reply to: sub topics not showingHi,
I have just updated to 2.6.2 your just released version and it still does not work.
Regards
CliveIn reply to: Help with reply topics headerThank you, I thought it was not working but had a cache problem.
Thanks again
In reply to: Help with reply topics headerThanks again Robin, I know I should put these in my child theme, I just worry that a update will alter the original file and I do not notice it. That sorted out the formatting perfectly.
The change you gave me for the for the mobile replies
@media only screen and (max-width: 600px) {#bbpress-forums .bbp-reply-author {
display : none ;
}}
takes out all the author info including in the replies, I just want to remove the author title and release the space so my text can move over.Regards
CliveIn reply to: Help with reply topics headerThank you Robin,
I don’t think I made myself clear about the red wording, what you see now with me still using version 2.5.14. your rewrite of the loop-reply.php changed the line <?php _e( ‘Posts’, ‘bbpress’ ); ?> where I added my words and formatting to esc_html_e( ‘Posts’, ‘bbpress’ ); which is where I cannot get the formatting into.
I am still using 2.5.14 because the subforums are still not showing up, on my home page that is all the counties.
I will change the mobile bits later as I am on my way out for coffee !!
Clive
In reply to: Notify user when a reply goes into moderationI have seen that users (all guests) do not get any indication what happened to their post (all go to moderation). If it is blocked a message is shown, if it is OK all they get is the form going blank.
this was happening before the update to 2.6.0. I have not updated yet as on my development site I still cannot see sub forums.In reply to: lost forum topicsThat’s Great Thank you
In reply to: lost forum topicsI have just downloaded site and I am running it on desktopserver, I get the same problem when I update it.
I have tried taking out the functions.php and the style.css from my child theme but the sub forums are still missing on the home page.In reply to: replies not showing up in dashboardI tried to do it inside wordpress but with no luck, which is why I went to the post and metapost tables in the database, if you do not have access I am not sure what you can do.
Sorry
CliveIn reply to: replies not showing up in dashboardHave you checked the database tables for the problem I had in the post above yours, it worked for me
In reply to: DISable trackbacks and pingbacks [on this page]It would seem that pings and trackbacks are still open on posts, is there a way to close them.
In reply to: more than 50 topics on the front pageI put it in the functions.php file in my child theme
In reply to: replies not showing up in dashboardI have found the reason but not sure why it happened, I had 2 published post-type reply for the same post (same information in both contents) one had a post_parent = 0 and the other had a number, I deleted the record without a post_parent, I also deleted the records in the postmeta table with the same post ID. Is there anywhere else I should remove data ?
In reply to: replies not showing up in dashboardIt gets slightly stranger, I created a new reply last night and that shows up but is the only one, If I change the dates to May19 or any other month I see the replies for that month, if I change it to June 19 I don’t see any, not even the one I created last night.
In reply to: _oembed_ good or bad ?sorry, I don’t like to bump but any comments on this please
In reply to: _oembed_ good or bad ?When I said in the post above it has been deleted I meant the corresponding post has been deleted, the entry in postmeta is still there.
I am not convinced that much cleanup happens, I have also notices that if I just go into Appearance / menus it creates draft posts with a post_type nav_menu_item and the following in postmeta
_menu_item_type post_type
_menu_item_menu_item_parent O
_menu_item_object_id S
_menu_item_object page
_menu_item_target
_menu_item_classes a:1:{i:O;s:O:’”’;}
menu item xfn
menu item un
_menu_item_orphaned 1559640252when do these get deleted ?
In reply to: _oembed_ good or bad ?Hi,
It has been deleted, in the meta table the only entry next to it is another oem…
Clive
In reply to: _oembed_ good or bad ?Hi,
Sorry but just to continue this, I have been looking at the “odd” records with _oembed in the postmeta table, I am concerned that some of these are left over records from spam here is the contents of one.<blockquote> <a href="https://www.reddit.com/r/FortniteBattleRoyale/comments/ah71o5/how_to_get_fortnite_skin_free_free_fortnite/?ref_source=embed&ref=share">How To Get Fortnite Skin FREE - FREE Fortnite Berserker Skin</a> from <a href="https://www.reddit.com/r/FortniteBattleRoyale/">FortniteBattleRoyale</a> </blockquote> <script async src="https://embed.redditmedia.com/widgets/platform.js" charset="UTF-8"></script>
why is this being left behind when I delete the spam reply ?
In reply to: _oembed_ good or bad ?Hi Barry,
That’s great thank you.
Regards
Clive
In reply to: _oembed_ good or bad ?I have been deleting these, in the past 3 weeks over 900 records have been created in my metapost table. anyone know why ?
In reply to: Internal server errorYes I do, that is how I know there are lots of records with a post_name of “oembed_cache….” and a post_content “{{unknown}}”
In reply to: Internal server erroryes, the site seems to be working front end OK, but back end if I click in dashboard nothing is happening now if I click in themes I get the dashboard but when I click on replies or all replies I get a blank list but the next page shows the posts and if I click on drafts I get nothing only the titles. I cannot down load screen sots to show you what I mean.
In reply to: Internal server errorHi Robin,
My host has changed the PHP handler to “FPM application server by nginx” and not I am getting 404 errors when a visitor goes into a topic or reply. I have asked them to undo the change.
I get the internal error when I go into dashboard – then click on replies or all replies.
Clive