-
dmallonee replied to the forum topic New sites + Cubepoints auto-activated in the group CubePoints Buddypress Integration 13 years, 2 months ago
Hi guys, I haven’t tried this myself, but in thinking through it I imagine it would work. You could perhaps use the Site Template plugin to create a templated site by which other sites would be created and with CubePoints setup […]
-
dmallonee posted on the forum topic Plugin Idea: BP Group Pages – please give feedback and support in the group Creating & Extending: 13 years, 8 months ago
Hello everyone,
I think this is a great idea and I was wondering, is there someplace to donate to this project currently or will donations only be possible once the plugin is released?
-
dmallonee joined the group Creating & Extending 13 years, 8 months ago
-
DavidM posted a new activity comment 13 years, 9 months ago
And just a few more threads!
-
DavidM posted a new activity comment 13 years, 9 months ago
And it seems to be true!
-
DavidM posted a new activity comment 13 years, 9 months ago
The threads apparently just get smaller and smaller!
-
DavidM posted a new activity comment 13 years, 9 months ago
I’ve just learned there may be a nested/threaded comments issue in Buddypress!
-
DavidM posted a new activity comment 13 years, 9 months ago
Pardon me if this seems like spam but I’m testing something that just came to my attention.
-
DavidM posted a new activity comment 13 years, 9 months ago
Awesome! Are you saying that code went through the feed and it worked fine for you? I’m thrilled if so because it was frustrating trying to get it posted here! 🙂
-
DavidM posted a new activity comment 13 years, 9 months ago
Alright then, I now have no idea how I even entered the code snippet in the prior comment. I have an updated and far more reasonable snippet but I can’t seem to find the proper code tag to paste it. Anyone know what bbcode or otherwise tag to use for inserting code here?
-
:). Thats fine the code came through to me as I’m subscribed to the topic. :). Thanks I will try that! Except my email client used the “get admin url” code in their database and tried redirecting me to my dashboard. :). Working so far. 🙂
-
Awesome! Are you saying that code went through the feed and it worked fine for you? I’m thrilled if so because it was frustrating trying to get it posted here! 🙂
-
Pardon me if this seems like spam but I’m testing something that just came to my attention.
-
I’ve just learned there may be a nested/threaded comments issue in Buddypress!
-
The threads apparently just get smaller and smaller!
-
And it seems to be true!
-
And just a few more threads!
-
-
-
-
-
-
-
:). Thats fine the code came through to me as I’m subscribed to the topic. :). Thanks I will try that! Except my email client used the “get admin url” code in their database and tried redirecting me to my dashboard. :). Working so far. 🙂
-
-
DavidM posted an update 13 years, 10 months ago
@apeatling Hey Mr. Peatling,
I’ve been working lately on tweaking your Buddypress Template Pack to get it to work smoothly with Artisteer themes. I was just wondering if you would have any problems with my releasing a Buddypress Template Pack for Artisteer. I currently have a test version and it works fine for the most part and I just wanted to…[Read more]
-
DavidM posted a new activity comment 13 years, 11 months ago
Works in IE8 over here. I’m inclined to say that’s yet another IE issue. I think it’s better to advise users to upgrade their browsers rather than continue the attempted support for the tragedy that is Internet Explorer’s past.
-
DavidM posted a new activity comment 13 years, 11 months ago
Let’s try that again with the code tag:
<?php if ( current_user_can('level_10') ) { echo '<a href="http://yourwebsite.com/wp-admin/index.php’"Dashboard;}?>
-
dmallonee posted an update in the group BuddyPress Sliding Login Panel: 13 years, 11 months ago
I forgot to mention in my previous comment, excellent job on converting the plugin to Buddypress!
And on that note, here’s another code tweak for the admins. To include the “Dashboard” option for admins, paste the following into buddypress-sliding-login-panel/update-content.php right after the logo:
<?php if ( current_user_can('level_10') ) {…[Read more]
-
Let’s try that again with the code tag:
<?php if ( current_user_can('level_10') ) { echo '<a href="http://yourwebsite.com/wp-admin/index.php’"Dashboard;}?>
-
I keep getting an error when pasting this in. Does it still work?
-
Alright then, I now have no idea how I even entered the code snippet in the prior comment. I have an updated and far more reasonable snippet but I can’t seem to find the proper code tag to paste it. Anyone know what bbcode or otherwise tag to use for inserting code here?
-
:). Thats fine the code came through to me as I’m subscribed to the topic. :). Thanks I will try that! Except my email client used the “get admin url” code in their database and tried redirecting me to my dashboard. :). Working so far. 🙂
-
Awesome! Are you saying that code went through the feed and it worked fine for you? I’m thrilled if so because it was frustrating trying to get it posted here! 🙂
-
Pardon me if this seems like spam but I’m testing something that just came to my attention.
-
I’ve just learned there may be a nested/threaded comments issue in Buddypress!
-
The threads apparently just get smaller and smaller!
-
And it seems to be true!
-
And just a few more threads!
-
-
-
-
-
-
-
:). Thats fine the code came through to me as I’m subscribed to the topic. :). Thanks I will try that! Except my email client used the “get admin url” code in their database and tried redirecting me to my dashboard. :). Working so far. 🙂
-
-
-
I couldn’t get the code you posted to show the dashboard link. It said there was a parse error. I fixed the error. This is how the code should be pasted into the update-content.php file for the sliding login panel.
<?php if ( current_user_can('level_10') ) { echo 'Dashboard‘;}?>
There is no need to modify the bp-sliding-login-panel.php to get…[Read more]
-
<?php if ( current_user_can('level_10') ) { echo 'Dashboard‘;}?>
There should be a single quote between the echo and the “” and the semicolon to enclose the whole link.
-
-
-
dmallonee posted an update in the group BuddyPress Sliding Login Panel: 13 years, 11 months ago
For those having trouble getting this to work on non-Buddypress themes or themes converted using the Buddypress Template Pack, this method should work for you, as it did for me at my site at http://ugotsta.com.
Go to the plugins list and select the “Edit” option to open the plugin editor.
In the list to the right, click to open the file…[Read more] -
dmallonee joined the group BuddyPress Sliding Login Panel 13 years, 11 months ago
@dmallonee
Active 8 years, 5 months ago