latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

About: Yvette Wojciechowski

Sorry, I've not written a description yet. I'll get to it soon!


My Favorite Topics

Viewing topic 1 (of 1 total)
Topic Count Last Reply
WordPress 3.5 wpdb::prepare()

By:  Yvette Wojciechowski in: Community Forum

voices: 2
replies: 1

4 years ago  Bruce

Viewing topic 1 (of 1 total)

Topics I've Started

Viewing 3 topics - 1 through 3 (of 3 total)
Topic Count Last Reply
check for login then drop

By:  Yvette Wojciechowski in: Community Forum

voices: 2
replies: 3

4 years ago  Bruce

WordPress 3.5 wpdb::prepare()

By:  Yvette Wojciechowski in: Community Forum

voices: 2
replies: 1

4 years ago  Bruce

Registration Page is Ugly

By:  Yvette Wojciechowski in: Community Forum

voices: 2
replies: 5

4 years, 1 month ago  Bruce

Viewing 3 topics - 1 through 3 (of 3 total)

My Latest Replies (From Various Topics)

Viewing 3 replies - 1 through 3 (of 3 total)
Author Replies
Author Replies
Posted: Monday Dec 31st, 2012 at 11:38 am #35851

Here is the current code — and it worked as is until I upgraded wordpress to 3.5

<? if (!is_user_logged_in()) {  ?>
				<?php if (have_posts()) : ?>

<?php while (have_posts()) : the_post(); 
	$registermessage = get_post_meta($post->ID, 'Register_message', true); ?>

	<h2><? the_title() ?></h2>
			
			
			<?php the_content(); ?><br/>
			

<?php endwhile; ?>

				<?php endif; ?>
<div id="sink_login">
<? 	$homepage = get_option('home'); 
	wp_login_form('redirect='.$homepage); ?>
	<a href="<?php echo wp_lostpassword_url(); ?>" title="Lost Password">Lost Password?</a>
	
				</div>
				
			
				
				<div id="sink_register">
<h2>Register for WIPNYC</h2>

<p><? echo $registermessage ?></p>

<?php wp_register(); ?> 
				</div>
				
				<!-- <div id="one_testimonial_teaser">
<h3>Read What Others are Saying</h3>
<?php
 global $post;
 $myposts = get_posts('numberposts=1&category=87');
 foreach($myposts as $post) :
   setup_postdata($post);
 ?>


<?php the_content(); ?>

<?php endforeach; ?>
				
				
				</div> -->
			<? } else if (is_current_user_role('subscriber')) { ?>
			<ul class="sidebar-widget">
				<li class="widget">

<h2 style="text-align:center;font-size:20px">Gain Full Access!</h2>
<p style="text-align:center">First 7 days FREE</p>
</br>

<h2 style="text-align:center">Monthly Membership - $3/month</h2>
<h2 style="text-align:center"><?php echo do_shortcode('[s2Member-PayPal-Button level="1" ccaps="" desc="WIPNYC Monthly Subscription / $3 per month" ps="paypal" cc="USD" ns="1" custom="wipnyc.com" ta="0" tp="7" tt="D" ra="3.00" rp="1" rt="M" rr="1" image="http://www.paypal.com/en_US/i/btn/btn_subscribe_LG.gif" output="button" /]') ?></h2>
<br/>

<h2 style="text-align:center">Annual Membership - $30/year</h2>
<h2 style="text-align:center"><?php echo do_shortcode('[s2Member-PayPal-Button level="1" ccaps="" desc="WIPNYC Annual Subscription / $30 per year" ps="paypal" cc="USD" ns="1" custom="wipnyc.com" ta="0" tp="7" tt="D" ra="30.00" rp="1" rt="Y" rr="1" image="http://www.paypal.com/en_US/i/btn/btn_subscribe_LG.gif" output="button" /]') ?></h2>
<br/>
<hr/><br/>


<h1>Who are we?</h1><br/>

<p>Women in Production NYC (WIP) is a referral-only New York City-based community of women working in film, television, and media production. Through our website, email postings, and events, WIP fosters a vibrant and intimate support network to share resources and galvanize creative projects and careers.</p>
<br/>


<h1>Why subscribe?</h1><br/>
<p>Your subscription allows you to create and receive email postings related to jobs, events, housing, health insurance, and other production-related topics. You can search for and comment on postings. Comment threads are archived to create a cumulative, ever-accessible resource. Get to know your fellow WIP members through our online database.</p>
</br></br>

			<? } else { ?>
				<p>You're already logged in, <a href="<?php echo get_option('home'); ?>/">click here to proceed to the homepage</a></p>
			
			<? } ?>
    
Posted: Wednesday Dec 5th, 2012 at 3:06 pm #33604

Thanks, Bruce. I’ve figured out what is going on – bbPress is adding fields to the registration form. Is there any easy way to integrate the s2member user fields and the bbPress user fields?

Thanks again!

Posted: Wednesday Dec 5th, 2012 at 1:37 pm #33587

I think you missed what I wrote above! It’s not the CSS I’m worried about. That is easy to fix.

The problem is that there are fields in the form that aren’t in s2member. And changing the order of those fields isn’t possible in s2member.

Where do I go to edit this?

“I can’t shift the order around for things already there. Like signing up for the newsletter appears in between the email and the confirm email. Where can I go to fix this? Also, the required form *profession* is there and I don’t want it — how do I take it out?”

Viewing 3 replies - 1 through 3 (of 3 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.