-
Griffin Boyce posted on the forum topic Preventing certain email providers from registering in the group How-To and Troubleshooting: 14 years, 2 months ago
Did they remove that feature for 3.0?
-
Griffin Boyce posted on the forum topic Need custom header to display only on home in the group How-To and Troubleshooting: 14 years, 2 months ago
Just wanted to update with what worked for me. The Echo would not work, no matter how I tweaked it, but this works so can’t complain. =)
<!--If front page, it will display HTML pasted here--> <!-- If it's not the front page, it will display this HTML instead-->
My final code, with flash on the front page, and a static header on subsequent pages.…[Read more] -
Griffin Boyce posted on the forum topic Preventing certain email providers from registering in the group How-To and Troubleshooting: 14 years, 2 months ago
If you go to Site Admin > Options , there is a section for banned email domains. =)
-
Griffin Boyce started the forum topic Disable 404 Error Handling? in the group How-To and Troubleshooting: 14 years, 3 months ago
I’m trying to disable wordpress’s 404 error handling, but can’t seem to get it right. We’ve got WP and Joomla set up on the same directory, and the WP 404 handling prevents anyone from getting to the Joomla admin area. I’d love to just disable the wordpress 404 handling entirely and use .htaccess instead. Ideas? […]
-
Griffin Boyce posted on the forum topic mobile theme for buddypress? in the group Creating & Extending: 14 years, 4 months ago
@afritech, No problemo =) WPTouch improves teh look over the other plugin, but still not 100% solution: https://wordpress.org/extend/plugins/wptouch/
-
glamgrif posted on the forum topic mobile theme for buddypress? in the group Creating & Extending: 14 years, 4 months ago
@SuluhuZetu, Sorry for the delay: https://wordpress.org/extend/plugins/wordpress-mobile-pack/
-
glamgrif started the forum topic Affiliate/Commission Tracking Plugin for WPMU in the group Creating & Extending: 14 years, 4 months ago
Hey all,
I am looking for something to track affiliate activity for a membership site. S2Member can hook into outside scripts, but that has a couple of downsides. So I’d like to know if anyone knows of any WPMU affiliate plugins. We’d be using PayPal to receive payment and pay out commissions.
Thanks!
-
glamgrif posted on the forum topic mobile theme for buddypress? in the group Creating & Extending: 14 years, 4 months ago
@SuluhuZetu I’m working on a mobile stylesheet that you would add to whatever theme you were using. I do have a mobile theme that deploys automatically (it’s a plugin), BUT it doesn’t work very well for my needs. Calling a separate stylesheet is the way to go, because you have full control and a minimum […]
-
glamgrif joined the group Creating & Extending 14 years, 4 months ago
-
-
glamgrif posted on the forum topic Irrational Games Achievements in the group How-To and Troubleshooting: 14 years, 5 months ago
@techguy BigDoor looks awesome, but it’s still in Beta. I’m doing a custom build for a client’s achievements and medals, with cubepoints backing the point mechanic. The big con for me is that bigdoor’s API access costs money after a certain point, and if the site becomes huge, that could be a cost sink for the […]
-
glamgrif posted on the forum topic Default Avatars in the group How-To and Troubleshooting: 14 years, 5 months ago
Still works great! =)
-
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 5 months ago
@keneticimages, It doesn’t work “out of the box” — you have to make code changes in order to fix it. Keep in mind that you will have to do it again when the plugin updates. I updated the plugin thinking that it would include this fix… but it didn’t! So now I am re-applying the code […]
-
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla I haven’t had any issues, since I use the cpanel text editor. Can’t comment on the cpanel code editor. I like it because I can see changes immediately, without having to FTP anything in. Dreamweaver on the other hand… I’ve had it eat my PHP code many times. Actually it just fubar’d a bunch of […]
-
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla Your new if/else addition worked great though. Had to add the edit through cpanel. The plugin editor would die when I tried to change it there (with all of them). But initially changing it in cpanel caused a fatal error. Come to think of it, I’m not sure if I did any hacking to make […]
-
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
After editing the file in cPanel, it works! Yay! It must be the added
if($wpdb->prefix == 'wp_1_'){
$db_prefix = $wpmuBaseTablePrefix;
}else {
$db_prefix = $wpdb->prefix;
}
After the define and load_plugin lines. My DB does have wp_ as the initial prefix. -
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla Sure! I forgot to mention that I’m using WPMU. Trying the latest fix from your pastebin creates a fatal error (WP actually gives a “page not found” error when trying to save the edit). It occurs to me that the code gives a specific prefix to look for. I’ll double-check, but I may have my […]
-
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla Nope. It still gives the same foreach error.
-
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
Also, tried the backslash-fix in the new code and it didn’t change.
-
glamgrif posted on the forum topic Suggested integration in the group CubePoints Buddypress Integration: 14 years, 6 months ago
@hnla I’m having the same issue as @gregfielding, where it causes that same fatal error. Reverting back to the original removes the fatal error, but of course still gives the “invalid” error when I try to display the top users. I’ve tried on a page and with the widget, neither work. http://www.bizolly.com (bottom left)
Warning: Invalid argument…
[Read more] - Load More
@glamgrif
Not recently active