falconayr
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Buttons Not Working ProperlyHi there,
Thanks for looking at this.
Browser: Firefox
Version: 20.0
OS: Mountain Lion
Version: 10.8.3Server:
PHP v5.3
MySQL v5.5
https://www.webhostinguk.net/hosting/full-features-list/#.UYOsF4KWzY4I tried clearing the cache but that didn’t work.
Forum: Fixing WordPress
In reply to: Changing "Username" On Register PageFantastic. Thank you.
Forum: Fixing WordPress
In reply to: Change Register Page TextHi 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.
Forum: Fixing WordPress
In reply to: Change Register Page TextHi Johnb81,
Don’t know what happened. It certainly is available at the moment if you have time for a look.
Thanks.
Forum: Fixing WordPress
In reply to: Change Register Page TextHi there,
Sorry. I forgot to mention I used the “Custom Login” plugin to create the page if that matters.
Forum: Fixing WordPress
In reply to: Change Register Page TextHi 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.
Forum: Plugins
In reply to: [Custom Login] [Plugin: Custom Login] Daft QuestionHi 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?
Forum: Fixing WordPress
In reply to: Comments On One Specific PageDoh!!!!!!!!
Thanks very much.
I am used to previous versions of WordPress and had forgot about this bit.
Forum: Fixing WordPress
In reply to: User Registrationthanks 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 FileHi 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 ConfusionThanks a million for your help.
Forum: Fixing WordPress
In reply to: Post FileThank 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 ConfusionHi 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 problemsSorry 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.