Forum Replies Created

Viewing 15 replies - 151 through 165 (of 165 total)
  • Forum: Plugins
    In reply to: Members only sections

    I went to the validator but the error messages mean nothing to me. I’m not techie I have no idea how to fix them.

    Help? Please

    Forum: Plugins
    In reply to: Members only sections

    thank you lizzyfin
    i will give it a go. i guess i didn’t copy and paste the code right.

    Forum: Plugins
    In reply to: Members only sections

    I tried this and it doesn’t seem to be working. I’ve cleared my cache and logged out of wordpress but I can still see the “protected” members only pages

    The website is
    https://whydietsdontworkclubmembers.com

    I already had a page called goldmembers, so I edited it to use the members.php template and saved it.

    The protected pages should therefore be the blog posts at
    https://whydietsdontworkclubmembers.com/goldmembers/

    I copied the code from above and I republished the posts in case that was the problem.

    What am I doing wrong???

    <?php
    /*
    Template Name: Members
    */
    
    <?php get_header(); ?>
    <div id="container">
    <div id="content">
    <?php if (is_user_logged_in()) { ?>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    
    <h3 class="page-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h3>
    
    <div class="post">
    		<?php the_content(); ?>
    
    <?php endwhile; ?>
    <?php endif; ?>
    <? } else { ?>
    
    <h3>Sorry But You Must Be Logged in to View This Page</h3>
    <div class="post">
    		We're sorry, but this area is only for registered, logged in users. If you are a registered user, please use the link below to login to the site.  If you have not yet registered, <a href=”https://whydietsdontworkclubmembers.com/1-trial-offer/”>you can join now for only $1</a> to become a member of this site and view content not available to the general public.  We hope to see you again soon.
    
    <? } ?>
    </div> <!-- /post -->
    </div><!-- /content -->
    </div><!-- /container -->
    <?php get_sidebar(); ?>

    Any help appreciated. Thanks

    Forum: Plugins
    In reply to: Members only sections

    I wish I’d discovered this days ago, make that weeks ago. I have been struggling with other plugins and purchased a system that isn’t working the way I hoped.

    This sounds just what I need. Still reading through all the options as I’m not a techie, but looks great.

    I’d like something similar

    I’d like the static pages to be available to everyone, but the posts to be restricted to members only. is there any way to do this?

    Thread Starter talia

    (@talia)

    BRILLIANT sergiourra!!!

    phew so now i now to use the code before and after and it works fine.

    my next challenge is with the images not floating beside the text. is there a code fix for that too?

    thanks

    Thread Starter talia

    (@talia)

    ah ok thanks sergiourra didn’t realise that was how line spacing worked.

    so in addition to putting in the br i also have to use the code?

    i will try that now thanks!

    Thread Starter talia

    (@talia)

    if i change

    p
    {
    line-height:1.8em;
    }

    in the css to 2.8em will that achieve what I want and make bigger lines between paragraphs?

    Thread Starter talia

    (@talia)

    have i tried what? if you mean the < br > then yes several times. i tried it in html mode before i came to the forum

    i have used the return to separate paragraphs but i need a DOUBLE line space
    using the return key multiple times still only returns a single line space

    unfortunately it’s not wysisyg. it will look fine with the (br) or the double return key but as soon as you save it wp performs some voodoo and the darn thing reformats itself

    Thread Starter talia

    (@talia)

    hi thanks for the replies
    i have already tried < br > several times in both html and visual format

    I have also tried < p >< /p > thinking it would insert a para but no luck

    [spaces used here but not in formatting]

    thanks i have been using the h4 setting but sometimes it’s just a matter of wanting extra space between text rather than needing a sub-heading!

    compared to blogger the formatting is a pain in the ***
    i’m also having trouble with images not floating right left next to text and ended up manually inserting formatting in html

    is that a wp 2.5.1 fault or would it be the theme?

    it says on the website

    bbPress is forum software with a twist from the creators of WordPress.

    Thread Starter talia

    (@talia)

    Thanks for the reply skullbit!

    I thought with the write up about making the blog exclusive with invites that it might do what I was looking for. I’ll keep hunting for a plugin that will do the job

    Cheers

    Thread Starter talia

    (@talia)

    thanks for the link, i’ll check it out

    Thread Starter talia

    (@talia)

    thanks for the link

    Thread Starter talia

    (@talia)

    yahoo is doable, but not known for it’s “ease of use”.

    ahhhhh thank you – that may be what he meant. Just trying to sort it out so I can decide whether this is a good plan or the start of a lot of headaches

Viewing 15 replies - 151 through 165 (of 165 total)