Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter falconayr

    (@falconayr)

    Hi there,

    Thanks for looking at this.

    Browser: Firefox
    Version: 20.0
    OS: Mountain Lion
    Version: 10.8.3

    Server:
    PHP v5.3
    MySQL v5.5
    https://www.webhostinguk.net/hosting/full-features-list/#.UYOsF4KWzY4

    I tried clearing the cache but that didn’t work.

    Thread Starter falconayr

    (@falconayr)

    Fantastic. Thank you.

    Thread Starter falconayr

    (@falconayr)

    Hi WP Child,

    Should it go anywhere in particular?

    I’ve tried it in several places and it creates a Fatal Error.

    If I put it right at the end it puts a yellow box spanning the top of the register page and there is visible code above and below it.

    Thread Starter falconayr

    (@falconayr)

    Hi Johnb81,

    Don’t know what happened. It certainly is available at the moment if you have time for a look.

    Thanks.

    Thread Starter falconayr

    (@falconayr)

    Hi there,

    Sorry. I forgot to mention I used the “Custom Login” plugin to create the page if that matters.

    Thread Starter falconayr

    (@falconayr)

    Hi Johnb81,

    Sorry for not being clear!!!!

    My site is here

    I have it set up so that only register users can post and read certain things.

    If a person clicks to register they get this page.

    As you can see it has the logo at the top, the first box has “Register For This Site”, the second box has “After you register, your request will be sent to the site administrator…………” and then it has places to put username and e-mail.

    I have quite specific requirements for usernames which are outlined in the site’s T&C’s.

    The problem is that people are attempting to register without seeing the T&C’s and therefore not complying with them. I would like to add text to the first box to make it read something like “Before registering for this site please read the T&C’s with regards the make up of Usernames.”

    It would be good to be able to do this by not touching the code as obviously if I upgrade versions it would require to be done each time of upgrade.

    Thread Starter falconayr

    (@falconayr)

    Hi there,

    That doesn’t seem to change it at all. Still the same colour.

    Is it because they are links and that is what the link colour is set as?

    Thread Starter falconayr

    (@falconayr)

    Doh!!!!!!!!

    Thanks very much.

    I am used to previous versions of WordPress and had forgot about this bit.

    Forum: Fixing WordPress
    In reply to: User Registration
    Thread Starter falconayr

    (@falconayr)

    thanks for that.

    I had actually done the things you mentioned but I suspect I didn’t save the changes!!!!!

    Thanks again.

    Forum: Fixing WordPress
    In reply to: Post File
    Thread Starter falconayr

    (@falconayr)

    Hi there,

    Bang on thank you. I found the content call in item.php and have got it working.

    Thanks a million

    Forum: Plugins
    In reply to: RSS Feed Confusion
    Thread Starter falconayr

    (@falconayr)

    Thanks a million for your help.

    Forum: Fixing WordPress
    In reply to: Post File
    Thread Starter falconayr

    (@falconayr)

    Thank you.

    My theeme single.php does not seem to have the_content() call.

    It has:

    <div id="wrapper">
        <?php include(TEMPLATEPATH . "/menu.php"); ?>
        <?php include(TEMPLATEPATH . "/banner.php"); ?>
        <div class="content">
            <?php if($options['bb_sidebar_layout'] == 'l' or $options['bb_sidebar_layout'] == 'll' or $options['bb_sidebar_layout'] == 'lr') { ?>
                <?php include(TEMPLATEPATH . "/leftsidepanel.php"); ?>
            <?php } ?>
            <div class="container">
                <ul class="posts">
                    <?php if (have_posts()) : ?>
                    <?php while (have_posts()) : the_post(); ?>
                    <li>
                        <?php include (TEMPLATEPATH . "/item.php"); ?>
                        <?php if (function_exists('wp_list_comments')): ?>
                            <?php comments_template('', true); ?>
                        <?php endif; ?>
                    </li>
                    <?php endwhile; ?>
                    <?php endif; ?>
                </ul>
            </div>
            <?php if($options['bb_sidebar_layout'] == 'r' or $options['bb_sidebar_layout'] == 'rr' or $options['bb_sidebar_layout'] == 'lr') { ?>
                <?php include(TEMPLATEPATH . "/rightsidepanel.php"); ?>
            <?php } ?>
            <div class="clear"></div>
        </div>
        <?php get_footer(); ?>
    </div>

    I take my code would go in the middle of of this bit:

    <ul class="posts">
                    <?php if (have_posts()) : ?>
                    <?php while (have_posts()) : the_post(); ?>
                    <li>
                        <?php include (TEMPLATEPATH . "/item.php"); ?>
                        <?php if (function_exists('wp_list_comments')): ?>
                            <?php comments_template('', true); ?>
                        <?php endif; ?>
                    </li>
                    <?php endwhile; ?>
                    <?php endif; ?>
                </ul>

    Between these two bits of code:

    <?php include (TEMPLATEPATH . "/item.php"); ?>
                        <?php if (function_exists('wp_list_comments')): ?>

    Forum: Plugins
    In reply to: RSS Feed Confusion
    Thread Starter falconayr

    (@falconayr)

    Hi there,

    I didn’t know if I did or not really to be honest.

    I have disabled it and it seems to be working fine. I take it RSS feeds don’t need the “?source=rss” after it?

    Cheers.

    Forum: Fixing WordPress
    In reply to: RSS feed problems
    Thread Starter falconayr

    (@falconayr)

    Sorry still no idea how to deal with this.

    Anybody else got any pissibilities?

    Hi there,

    I don’t know if you are still offering support for this.

    I have the widget on a sidebar of my theme but it doesn’t seem to pick up new categories when I make them or new posts in the categories when I make them.

    I have tried rebuilding the cache but that doesn’t seem to work.

Viewing 15 replies - 1 through 15 (of 17 total)