-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
to what? 🙂 If you can identify the issue that is preventing the pagination from kicking in that will be great, if you need the page views/screens correctly displaying data simply effect the change to the DB prefix I described in earlier posts in this thread. The ultimate result desired is a correct global WP […]
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
@xberserker @thekmen The reason there has been much of this confusion is in some senses that the chaps who wrote cubepoints needlessyy? coded themselves into a corner, when coding in various disciplines we try to ‘Anticipate’ you try to account for possible eventualities and keep code can adjust itself to the right conditions. The huge flaw I […]
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
@thekmen this is simply trying to track down the issues with 1.7 I’m not running 1.7 live! and my references to WP 3.0 are simply to establish what WP has changed or not, with both plugins and WP in general regardless of type this DB prefix issue should simply not be an issue there should be […]
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
The records per page are set on installation as 20, in a future version we will be moving this to an admin option.
Ok I have some 34 odd records displayed? should not they be paginating automagically then?
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
@thekmen Yes and Yes 🙂 I had it working for 1.6 point release? .3? but that was more simply sorting out the parent cubepoint.php file which was really where the original issues were. 1.7 wouldn’t fetch results to display for the two screens in user accounts/profiles, this was the issue with message “no points to display” […]
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
@pcwriter at present the cubepoint family can’t work over user blogs – the original cubepoints parent plugin was only written for single WP xberserker then extended the plugin so that it was BP aware and would work with general components like group updates, profile updates etc. I should think it isn’t vastly difficult to get it […]
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
guys I’m confused 1.6 was a different beast altogether wasn’t it or did I miss a revision? Originally the plugin wasn’t built with the skeleton component or if it was it was a far more simple implementation without the class constructor files, screens etc. The Skel comp must work with WPMU as the whole nature […]
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
try this:
http://pastebin.com/tdmEEsE6 -
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
@opencircle.co.za Hmm it’s awkward to find your @mention name Anton
The error you are getting with the displayed top lists was covered earlier in another thread and is an issue with the parent cubepoints plugin.
The fix is now stickied in the group please read and follow instructions on the pastebin…[Read more]
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
@ Anton @Gpo1 I can’t say for sure what will be the ultimate resolution or when the core plugin files will be updated, but for now the best I can offer is the admendment to make to get the profile points page and site wide points page working. it does mean editing a core file I’m […]
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
@thekmen It’s fixed?? that’s what the four posts above establish, admittedly they do ramble a bit but I have attempted to also establish for you both a safe path forward with db prefixing that works whatever flavour of WP one is running which is why I set up a local install of WP 3.0 to check […]
-
hnla posted on the forum topic Issues with adding a new profile field group! in the group How-To and Troubleshooting: 15 years, 11 months ago
Not sure it will be that simple you may have to loop out the whole section in other words replicate the code that the line refers to but changing the id for the newly copied code so you then had all groups being displayed. To be honest unless there is real compelling reason for a […]
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
Set up WP 3.0 as MS and dumping $wpdb->prefix now shows ‘wp_’ when in the main blog switch to a subdomain blog and I now get ‘wp_2_’ So it looks as though the main blog prefix is simply ‘wp_’ and then all subsequent blogs created start at and are prefixed by ‘wp_2_’ and I assume […]
-
hnla posted on the forum topic Issues with adding a new profile field group! in the group How-To and Troubleshooting: 15 years, 11 months ago
Actually I posted this yesterday!
oops my apologies then, misread the timestamp.
The result should be the same from local to production so not sure why not. Have you compared files – look for the line I mentioned.
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
@thekmen sorry yes ‘pagination’ errors when I see that word/phrase I always think in terms of a series of links to paginate to 2nd page of results so was thrown slightly 🙂
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
Quickly set up a WP 3.0 beta to have a look at the table array (base_prefix was in there simply missed it when looking earlier) prefix is there and I’m thinking that as soon as I can work out how MS is set up then ->prefix will be returning the primary install blog, but it’s […]
-
hnla posted on the forum topic Version 1.7 Beta in the group CubePoints Buddypress Integration: 15 years, 11 months ago
@thekmen It fixes neither as neither were an issue? Rank images was cleared up through a fix in cubepoints.php and the other issue in the parent file where WPMU was concerned was due to using $wpdb->prefix to query the user and usermeta tables which broke as ->prefix returns the main blog prefix in the case of […]
-
hnla posted on the forum topic Backup plugin? in the group Installing BuddyPress: 15 years, 11 months ago
I think that predominately most will be backing up by performing SQL dumps of the DB. it’s the usual and safest method and simple to do via a tool such as MyPHPAdmin. I think you’ve said that you have a Plesk control panel available to you? Plesk panels should have access to the DB server […]
-
hnla posted on the forum topic Issues with adding a new profile field group! in the group How-To and Troubleshooting: 15 years, 11 months ago
The registration page is set up thusly:
if ( bp_has_profile( 'profile_group_id=1' ):profile_group_id=1 being the primary or base group
-
hnla posted on the forum topic Issues with adding a new profile field group! in the group How-To and Troubleshooting: 15 years, 11 months ago
Abi bumping after 45 odd minutes is a bit soon really. With this new group is there only the one single field? The same thing happens with me and I suspect that when I check I’ll find that the register page is set to only display the ‘base’ group on signup. I would suggest that […]
- Load More
@hnla
Active 7 years, 10 months ago