- This topic has 21 replies, 5 contibutors, and was last updated 10 years ago by .
-
Question
Answers
- The question ‘bbPress displays date twice on Activity page’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › bbPress displays date twice on Activity page
Hi
When I post in a group and go to the Activity page the date is displayed twice and pushes the text out of alignment, This has only happened recently.
See screenshot
opps, my bad, I found I it … I won’t go into it, its too embarrassing …. thanks …. Im joing to sneak away now …
Alright. I’ll close this out 😉
@frankwarwick I suggest you try disabling plugins to see if one is causing your issue.
@TJChester, I did disable all the plugins and the issue went when I disabled the BuddyBoss Wall plugin
So I am guess is it has something to do the BuddyBoss Wall plugin
@frankwarwick since your site is paid can you send me test user credentials via PM?
@tjchester @frankwarwick Same thing is happening on the BuddyBoss site if you look at the site wide activity feed.
Correction, Frank’s updates to this topic sometimes show twice in the activity feed.
@frankwarwick I’m having trouble finding the page with this issue on your site, can you PM it to me?
Hi @tjchester, I went into your account and posted on a forum. The Forum displays fine but on your wall it repeats the date twice.
Looking via my account on the ‘All-Activity’ page, it looks fine with only 1 date but my post is displayed with 2 dates
This makes me think its related to the individual when displayed on the wall/s
@frankwarwick here is a quick fix, add this to custom.css:
div.activity-header>a>span.time-since{display:none;}
PS you have a coding error in your custom.css so nothing in your CSS is loading. This could be an issue.
Hi @tjchester
Thanks for looking at this, I found the CCS error but it has nothing to do with the repeat date on the forum displays on the users wall.
I am going to try a role back of the BB Wall to an earlier version to see if that has any effect and go over other sections where I may have changed some code.
I will update as I see (or fix) results
Hi @tjchester
I removed BB Wall v1.0.9 and went back to v 1.0.0
The issue is does not exist with v 1.0.0
I then removed v 1.0.0 and installed v 1.0.5
The issue is does not exist with v 1.0.5
I then removed v 1.0.5 and installed v 1.0.6
The issue is does not exist with v 1.0.6
I then removed v 1.0.6 and installed v 1.0.7
The issue is back, the same in v 1.0.8 and v 1.0.9
My conclusion is that its something that has been changed in version 1.0.7 and carried through
@frankwarwick thanks for that troubleshooting, I will forward the information to the devs. In the mean time did my quick fix temporarily fix the issue?
Just for your info I am unable to reproduce these results.
Hi @tjchester
I tried your quick fix but as it removes the date I chose to use v1.0.6 instead.
Maybe it is conflicting with another plugin to cause this issue, … but which one is hard to say.