Forum Replies Created
-
bump
it’s getting awesome!
bump
bump
shall we start a chant? we want twitter plugin, we want twitter plugin!!
trust me, use statcounter.com, it’s amazing, free, fast, and invisible
i just want to make sure this plugin will adequately cover all of buddypress as well.
@M, worked like a champ! Great work! I deleted my account to see if it would properly cleanup the activity feed, and it did nicely! Delete my email (you should have it) from the wp_signups table so I can signup again
I want to test that chat plugin. I have chat on my site now, but it stinks honestly. Looking forward to yours!
What does the release date look like now?
i put it in the header.php
thanks Burt, will do.
kunal17, use this for selected class:
bump
Robert, it would definitely need the ability to disable the notifications. Mine has a very specific purpose for my site and wouldn’t be an annoying feature, hopefully
No, a static email with a reminder to come back to the site. I want the user to be able to pick the time and how often it gets sent.
disabled the old theme so this is a non-issue.
i think i had the global $bp and it still didn’t work. i ended up pulling the data another way. thanks for the response.
all you have to do is copy/paste the code I included. then look at your links and change selected to $dynamicClass as the last line of code above illustrates.
just got around to testing this and implementing it. works great, thanks again John!
sounds awesome! will this be integrated into the buddpress status updates that will be incorporated soon?
bump
doh! i hate that readme.txt, i get lazy now and assume that the plugin activation works for everything. thanks for this guys, mine is working now as well.
/wp-content/plugins/buddypress/bp-core/bp-core-signup.php
line # 237, change from the old line to the new line.
old line:
<input id="signupuser" type="radio" name="signup_for" value="user" <?php echo $signup['user'] ?> />new line:
<input id="signupuser" type="radio" checked name="signup_for" value="user" <?php echo $signup['user'] ?> />I’m not sure you all are understanding his question. He wants users to be able to sign up with the option for blogs and a username, but wants the radio button to default to a user registration, and not a blog+username. The way I see it, that isn’t an option other than a core WPMU hack.
guys, either way you will have to “touch” the code. this is your default theme that you are setting up for all blogs. if you make it your default theme for all users, you will just need to download the files, then upload after any future buddypress/wpmu upgrades. while i agree, i don’t like to hardcode links either, you are going to have to modify the code with something different than it is now either way. this theme that we are setting up isn’t a buddypress supported theme. we are just modifying the default home theme for our use.
I was just following what I thought was proper buddypress forum etiquette according to rule # 7 here https://buddypress.org/forums/topic.php?id=2543.
Thanks for the response.