-
aljuk posted a new activity comment 13 years, 10 months ago
Commenting out everything prior to line 121 in pagination.php fixes the duplicate issue, and everything works great except the Messages, which don’t paginate.
-
aljuk posted an update in the group BuddyPress Better Pagination: 13 years, 10 months ago
@apeatling the Better Pagination plugin is generating duplicate links at the bottom of the page. Can you recommend a fix for this?
-
aljuk joined the group BuddyPress Better Pagination 13 years, 10 months ago
-
aljuk posted a new activity comment 13 years, 10 months ago
My bad. It was an issue with another plugin’s js. The Admin is displaying properly and all seems good.
-
hey @aljuk looks like i too am running into the same problem… not able to see where these checkboxes are at… could u tell me which plugin of your was clashing with the js.. probably same reason for me too…
-
@sidjags – really sorry mate, but I can’t remember. I didn’t use it in the end and have put in 1500 hours since then, it’s all a blur…
-
-
-
aljuk reviewed the plugin Secure Invites: 13 years, 10 months ago
“Just tick the right boxes in the admin settings screen for where you want the invitation form to appear in your theme.”
There are no tick boxes displaying anywhere in the Admin. There appears to be a flash of content on the settings page when it’s loading that then disappears.
-
My bad. It was an issue with another plugin’s js. The Admin is displaying properly and all seems good.
-
hey @aljuk looks like i too am running into the same problem… not able to see where these checkboxes are at… could u tell me which plugin of your was clashing with the js.. probably same reason for me too…
-
@sidjags – really sorry mate, but I can’t remember. I didn’t use it in the end and have put in 1500 hours since then, it’s all a blur…
-
-
-
-
aljuk reviewed the plugin BP Breadcrumbs: 13 years, 10 months ago
Followed the instructions to the letter, no breadcrumbs. No support forum either…
-
aljuk joined the group BP Breadcrumbs 13 years, 10 months ago
-
aljuk joined the group CubePoints Buddypress Integration 13 years, 10 months ago
-
aljuk started the forum topic Cubepoints integration? in the group BuddyPress Rate Forum Posts: 13 years, 10 months ago
Does BuddyPress Rate Forum posts integrate with Cube Points?
Any advice gratefully received!
-
aljuk started the forum topic Order by Rating? in the group BuddyPress Rate Forum Posts: 13 years, 10 months ago
It would be so useful if one could sort Topics by Rating, or the Group Forums Directory by Topic Rating, or similar. I’d be curious to know if anyone has done any work on this?
-
aljuk joined the group BuddyPress Rate Forum Posts 13 years, 10 months ago
-
aljuk started the forum topic How to make Group(s) sticky? in the group How-To and Troubleshooting: 13 years, 10 months ago
I need a couple of Groups to be sticky at the top of the Groups Directory.
I thought this would be pretty simple, but I’m lucking out.
Any ideas?
-
aljuk posted on the forum topic Importing/copying a buddypress mirror locally using MAMP in the group How-To and Troubleshooting: 13 years, 11 months ago
@victor_moura – glad to help. define(‘DB_NAME’, ‘whatevernameigivethedatabase’); define(‘DB_USER’, ‘root’); define(‘DB_PASSWORD’, ‘root’); define(‘DB_HOST’, ‘localhost’); root/root is the default username / password combo for MAMP. Obviously you should never have it set like this on a live public server because it’s instantly hackable, but on your…[Read more]
-
aljuk started the forum topic View Activity Comments on Forum Posts ajax clash in the group BuddyPress Forums Extras: 13 years, 11 months ago
Hi, thanks for your great plugins! I’m having an issue with the combination of Activity Comments on Forum Posts plugin, and the RS Buddypress Activity Refresh plugin. With Activity Comments enabled, when the Refresh plugin fires its first Ajax request, any Updates to the Group Activity stream (but outside of the Forum, eg. simple Updates […]
-
aljuk joined the group BuddyPress Forums Extras 13 years, 11 months ago
-
aljuk started the forum topic Categories list pagination weirdness in the group BuddyPress Links: 13 years, 11 months ago
I have around 30 categories. In the Admin section, the categories display fine except for the final pagination which is populated arbitrarily and not as it should be (ie. not the remaining categories in sequential order).
-
aljuk joined the group BuddyPress Links 13 years, 11 months ago
-
aljuk posted on the forum topic Feature suggest: ratings in Group Directory in the group BP Group Reviews: 13 years, 11 months ago
That’s great news, I really look forward to it.
-
aljuk posted on the forum topic Activity stream ”Load More” looping content in the group How-To and Troubleshooting: 13 years, 11 months ago
Solved it. It’s down to a browser cookie called bp-activity-oldestpage. Flush that, and all is well with the world. I’m not an experienced enough developer to know if this cookie has gotten set on me due to the work I’m doing on the site as an admin, or if this could happen to any random […]
-
aljuk posted on the forum topic Activity stream ”Load More” looping content in the group How-To and Troubleshooting: 13 years, 11 months ago
Boone, yes that is the test I’ve done. All plugins and widgets off (except BP obviously) and bp-default (untouched).
If a plugin conflict has caused this, is it possible that the behaviour remains with the plugin disabled (ie. an altered option in database)?
- Load More
@aljuk
Active 3 months ago
Commenting out everything prior to line 121 in pagination.php fixes the duplicate issue, and everything works great except the Messages, which don’t paginate.
on pagination.php, you’ll notice on lines 40, 59, 78, and 97, the code that calls the function for this baby to print out your breadcrumbs… notice that there are two thingys being called separated by a comma… well, i found a solution, dont know if it is the right one.. but this is what i tried… i removed the function AFTER the comma… so,…[Read more]