Search Results for 'registration'
-
AuthorSearch Results
-
July 10, 2011 at 8:40 pm #116094
lselwd
MemberMU WP Edition vs WP 3.1.2 : ENABLE blogs : how?
July 7, 2011 at 11:38 pm #115957In reply to: Registration Page
@mercime
Participant== I have created pages for these by pasting the link on the relevant page. It wont let me do this for a register page tho ==
http://www.eastendersspoilers.co.uk/register is the link you can paste
July 7, 2011 at 10:54 pm #115951gregfielding
ParticipantLooks much cleaner, but still isn’t working. I tried using a radio button and that didn’t work either.
What I’m trying to do should be simple
If you are a professional, you get one sidebar. If you are a civilian, you get another. And I’ve got a checkbox on the registration form.
Thanks for all of your help so far you guys…
July 7, 2011 at 9:09 pm #115939In reply to: Registration Page
dalychris
MemberPlease,,,,,, anybody
July 6, 2011 at 6:22 pm #115873Eric Odom
MemberHey guys, here’s a demo URL. (Ignore the “splash” page with map that appears if you skip the registration window. We haven’t yet removed that file and don’t intend for it to be there.)
http://www.patriotactionnetwork.co(Just add “m” to the end of the URL to see the Ning site)
PLEASE IGNORE THE POLITICS AS I’M SURE WE MAY NOT ALL AGREE ON EVERYTHING!
As you can see, we created a pop-up for registration. One of the cool features of the pop-registration is the auto-group assign based on state chosen. This is important because we’re trying to integrate state based “sites” on the content side of the network with state based “groups” on the social side. To see an example of this check out:
http://arizona.patriotactionnetwork.co/One of the biggest shortfalls of Ning was the cluttered sort of static groups that you couldn’t do much about. With BP and Multisites we’re able to create a hybrid “state hub” that has both the full website feel on the front end, with a socially engaged group behind it on the social side.
So now we’re trying our best to marry the group http://www.patriotactionnetwork.co/groups/arizona-patriots/ with the site http://arizona.patriotactionnetwork.co/ and we’re doing the same with all 50 states.
Also, here is a look at my profile and the use of activity streams to pull in content from all network sites.
http://www.patriotactionnetwork.co/members/ericodom/activity/Lots more to come. Have a ton of stuff to share with you guys on our experiences in doing this.
-Eric
July 4, 2011 at 5:51 pm #115686In reply to: I can’t set-up a signup/register page or widget
dalychris
MemberThanks guys but this isn’t helping me unfortunately. I need to create a ‘Register Here’ Page and somehow link it, so it pulls up the signup form. I know registration is active on my site because you can access it using the thin back bar at the top of the page (plus I have 10 members who signed up this way) BUT I just want a registration page so its easier for people to find. Please can you take a look at my site to understand the prob…. http://www.eastendersspoilers.co.uk
Thank you so much people : )
July 4, 2011 at 12:32 pm #115667In reply to: I can’t set-up a signup/register page or widget
Hugo Ashmore
ParticipantYou need to look through all the dashboard options and become familiar with the settings available, look under general settings for WP registration options and enable the option of your choice for sign ups.
July 4, 2011 at 12:26 pm #115664In reply to: I can’t set-up a signup/register page or widget
Shazar
MemberHi – I think this is the problem I am also having. there is no place for new members to register. I am using the BP default theme.. where should I go to allow registration please? thanks
July 4, 2011 at 7:43 am #115643In reply to: I can’t set-up a signup/register page or widget
@mercime
ParticipantUsing bp-default theme, if you allowed registration in your single WP or multisite, then the registration page will show up when visitors click on “Register” link.
July 3, 2011 at 8:20 pm #115624lmarrie
MemberHi Kenny
Yes I did.July 3, 2011 at 7:42 pm #115620dude
Membernot sure if this is related but have you gone into general settings in your admin area to check if the ‘anyone can register’ is ticked next to membership..?
hope this helps
July 3, 2011 at 6:32 pm #115612In reply to: Users classified as spammers
@mercime
ParticipantDid you check registration if you deactivate Typepad spam blocker as well as all other plugins except BuddyPress and change to bp-default theme?
July 3, 2011 at 5:07 pm #115603Joseph G.
Participantupdated**: it’s Traject’s theme addon-functions.php. Maybe the author must be notified.
July 3, 2011 at 5:05 pm #115601Joseph G.
ParticipantThis is Traject’s theme functions.php. It’s not working on my part either and even with the crop image. sigh ***
July 3, 2011 at 7:02 am #115587In reply to: one name only
embergermedia
MemberI took a different approach:
1)Buddypress general settings- rename the “Full Name Filed” to nothing… clear it out and save. This will remove the label from the reg page.
2) Hide the full name field on the registration page with css.
3) Add JS to mirror typed characters from username field into full name field
requires jquery 1.4.2
`#field_1 {visibility:hidden;}
function sync()
{
var n1 = document.getElementById(‘signup_username’);
var n2 = document.getElementById(‘field_1’);
n2.value = n1.value;
}`
Call it appropriately:
`<input type="text" name="signup_username" onkeyup="sync()" id="signup_username" value="” />
`Seems to be working pretty good so far.
July 2, 2011 at 5:28 pm #115573Daniele Mezzetti
ParticipantOk, I’ve tracked it. It’s a plugin, bp-registration-options. I must find something similar that doesn’t create this bug. I made a test install and retraced every step I made on the main site, and on activation of this plugin the bug appeared again.
July 2, 2011 at 9:43 am #115556In reply to: Editing the Registration Page
Prince Abiola Ogundipe
Participantwhich theme are you using? if you want to edith your current theme, Goto your admin Area,then Goto Appearance—>Editor at the right hand side where all the files are listed, look for “register.php” and edit the text you wish.
Regards
July 1, 2011 at 3:45 pm #115525In reply to: reCAPTCHA for registration
NoahY
MemberIf you want a simple reCaptcha script, try this one:
July 1, 2011 at 12:11 am #115489ds123
Participantany news on this? is there anyway to use some of the work done with wordpress plugin “postie” to develop this? and an upload photos by email function would be amazing like facebook offers…… currently can’t upload from iphone so this solves the avatar registration issue too from a mobile
June 28, 2011 at 12:32 pm #115342Hugo Ashmore
ParticipantIf you have enabled ‘blogs can be created’ then the form elements will appear on the bp registration page – unless that is you have a custom theme which has modified things? if so you will need to contact the authors.
If you mean you cannot find the option to allow blogs to be created then you need to understand how WP works now with two separate section for ‘Site Admin’ & ‘Network Admin’ look in the top right corner of the dashboard for the Network Admin link
June 28, 2011 at 8:05 am #115331In reply to: restrict profile views
Hugo Ashmore
ParticipantFirstly searching the site will possibly throw up past threads on the subject, try: ‘private profile’
Or you could check how certain aspects of bp work that only kick in when the user has logged in ( look in sidebar.php for examples of logic that checks if a user is logged in) using that logic you could take the main home page for members profiles and wrap it a conditional query that says ‘show: member profile if user is logged in else: write a polite message explaining profiles are restricted to members and provide a link to registration page.
June 27, 2011 at 2:14 am #115254In reply to: Where is the Create a Group Button?
@mercime
Participant– To create a group, assuming you’re using bp-default theme and that you’ve allowed Groups in BuddyPress > General Settings, go to http://yoursite.com/groups and click on the “Create a Group” link beside the Groups Directory header.
– The bp-default theme has a log-in form in the sidebar. Then assuming you allowed registration, it will have a link to the default BP registration page.
– Before installing any plugin, WP or BP, check plugin compatibility with your current BP/WP versions. If plugin notes compatibility up to WordPress 3.0 and BP 1.2.6, then you shouldn’t be installing that plugin in a WP 3.1.3/BP 1.2.8 installation.
Please check out the BuddyPress Codex for more information
https://codex.buddypress.org/home/
https://codex.buddypress.org/getting-started/before-installing/
https://codex.buddypress.org/getting-started/configure-buddypress-components/June 26, 2011 at 1:23 pm #115232In reply to: New and Not a Clue How Page Setup Works
LPH2005
ParticipantThe codex is a great resource: https://codex.buddypress.org/home/
Please check the permalinks settings: https://codex.wordpress.org/Using_Permalinks – I prefer day and name.
In terms of forums, there is a modified bbPress available if you enable this under the BuddyPress settings. Registration page is /register – and can only be seen if you are not logged into the site. Groups must be created. The rest is probably answered in the codex – or you can ask here.
Enjoy the journey
June 24, 2011 at 2:08 pm #115159In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
David Dean
ParticipantBuddyPress’s registration page and process don’t use the hooks WP-reCAPTCHA is expecting.
Here’s a small (~40 lines) plugin to make the reCAPTCHA field show up and be processed during registration. This has only been tested on single-site installs, and probably won’t work (or will mess up) a multi-site install, because that will trigger different behavior from WP-reCAPTCHA.
http://www.jerseyconnect.net/development/download/bp-recaptcha.zip
June 22, 2011 at 10:32 am #115039In reply to: Blogs List not showing anything?
Ines Rodrigues
MemberI have exactly the same problem and still i have the bp-template-pack installed and activated
I can see the site main page http://www.amazing-canvas.com but not my registration test page http://www.amazing-canvas.com/inesrodrigues
I have tested with the default bp theme and still having the very same problem.
Any suggestions?
Thank you.
-
AuthorSearch Results