GangMan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom CSSHi stvwlf,
thanks for the article. This seems reasonable and is probably more elegant than my solution. Still, if functions.php gets replaced during a theme upgrade (which it usually would since it contains the theme’s version number) I’d have to enter this line again as well. Or am I mistaken?
I guess the only permanent solution would be for the theme author to add an option to the admin menu that enables you to add a custom CSS file.Forum: Installing WordPress
In reply to: 2.8 SVN tag not the same as 2.8 tarball ?Hi,
same problem here. First I noticed the repository URL had switched, so I used the –relocate option to relocate the 2.7.1 tag.
$ svn sw --relocate http://svn.automattic.com/wordpress/tags/2.7.1 http://core.svn.wordpress.org/tags/2.7.1This seemed to worked fine. I then did the switch to the 2.8 tag using
$ svn sw http://core.svn.wordpress.org/tags/2.8/ .which also worked. But then when accessing the site I got the folllowing error:
Parse error: syntax error, unexpected T_SL in /[webserver-path]/wp-load.php on line 49I then used the version from the zip file which works but still gives me the message that I should upgrade to 2.8 although version number shows 2.8 (has already been discussed in other threads).
I’d really like to continue using SVN though. For now it’s good to know I’m not the only one with subversion problems here.