richarduk
Forum Replies Created
-
Forum: Plugins
In reply to: Rating PluginForum: Plugins
In reply to: Rating Plugintry this:
Forum: Fixing WordPress
In reply to: Comment Popup, with Scroll bars?The only solution appears to be not to show comments in the popup box.
Just have the input fields (name, email, url, comment input box) as the popup can then be be accurately sized and scrollbars won’t be needed.
Forum: Fixing WordPress
In reply to: Comment Popup, with Scroll bars?It seems to be a Firefox bug.
I’m looking around for solutions ….
Forum: Fixing WordPress
In reply to: Comment Popup, with Scroll bars?Would be useful to know.
Scroll bars on comments popup, anyone?
At the moment if I show previous comments then there is no scrollbar. Perhaps I should just avoid showing previous comments
Don’t know if this code will show, but in Firefox WP2.1 it does say scrollbars=yes, so why could it be that there are no scrollbars?
<script type=’text/javascript’>
function wpopen (macagna) {
window.open(macagna, ‘_blank’, ‘width=300,height=300,scrollbars=yes,status=yes’);
}
</script>Using default theme
Forum: Fixing WordPress
In reply to: WP 2.1 – yo must be logged in to post a comment?resolved:
Admin Panel / Options / General / Membership
Missed that one
Forum: Themes and Templates
In reply to: Difference between php include and wp get_header etc. ?Thanks 🙂
Forum: Themes and Templates
In reply to: Difference between php include and wp get_header etc. ?Or should I use
<?php include (TEMPLATEPATH . ‘/footer.inc’); ?>Forum: Themes and Templates
In reply to: Difference between php include and wp get_header etc. ?Right, thankyou.
I should have used get_footer as it would have been easier to explain what I want to do.
I’ve have hard-coded the same footer across various categories, archives etc. but was thinking of including a standard email address and some tracking code into the bottom of each of these. (Email address and tracking code could change at any time)
I know we’re only talking about milliseconds, but the milliseconds surely add up, especially if there’s a reasonable amount of traffic?
The function get_footer effectively seems to do the same thing as an include.
function get_footer() {
if ( file_exists( TEMPLATEPATH . ‘/footer.php’) )
load_template( TEMPLATEPATH . ‘/footer.php’);
else
load_template( ABSPATH . ‘wp-content/themes/default/footer.php’);Forum: Installing WordPress
In reply to: Upgraded Xampp, installed WP but WP not happy – why?Addendum: I might have dropped a clanger.
In reinstalling Xampp there’s the facility to start mysql and apache running in the control panel.
Which I probably didn’t.
Oops.
I probably had it running on atuo previously, if I can find that control again
Forum: Installing WordPress
In reply to: Upgraded Xampp, installed WP but WP not happy – why?For users coming across this thread in the next year, there are identical problems when using WAMP
[11/02/2006] – WAMP5 1.6.6 : with PHP 5.2.0
Live from the Zend/PHP conference in San Jose CA I propose you a new release of WAMP5 including the very lastest version of PHP 5.2.0. This release also includes MySQL 5.0.27 and the latest version of phpmyadmin.]So it seems to be a PHP/MYSQL thing.
Fortunately I have an old version of XAMPP that I’ve rescued from the recycle bin
Forum: Installing WordPress
In reply to: Upgraded Xampp, installed WP but WP not happy – why?Ditto, I wasn’t going to upgrade but then I wanted Drupal on my machine as well plus lots of other things and the thing with Xampp is that upgrading means uninstalling and reinstalling (at least it used to) so I thought it was better to do it now …
My host hasn’t got mysql5, php5 yet because of issues etc. etc.
I’m going to have a look at WAMP to start with
Forum: Installing WordPress
In reply to: Upgraded Xampp, installed WP but WP not happy – why?Thankx!
This stuff should have been fixed a while ago looking at that post and others, so either my installation has been buggy or the October 5th 2006 version of Xampp has introduced something new and nasty (and I don’t mean that like it sounds, I mean something unknown) that WP doesn’t like.
Oh well.
I hear easyPHP is a good alternative to XAMPP? Any ideas ? Is this true?
Forum: Installing WordPress
In reply to: Upgraded Xampp, installed WP but WP not happy – why?I haven’t read this in great detail yet but I’ve found a thread over at the XAMPP forums that seems to detail my problem so that could be it, it doesn’t play nicely.
Got to read it all though and see if there’s any other stuff
http://www.apachefriends.org/f/viewtopic.php?t=20278&highlight=wordpress
Forum: Installing WordPress
In reply to: Upgraded Xampp, installed WP but WP not happy – why?Yes, it does – it’s the latest and greatest
The XAMPP 1.5.4a is available!
New:
* Apache 2.2.3
* MySQL 5.0.24a
* PHP 5.1.6 & PHP 4.4.4
* phpMyAdmin 2.9.0.1
* FileZilla FTP Server 0.9.18
* OpenSSL 0.9.8d