mat
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Fatal error when uprading from wp 2.0 to 2.1The solution to my issue was to to make sure that my browser cache was cleared out and that I was not still logged into the admin area of 2.0.x while trying to run the upgrade script… Hey it’s getting late here.
enjoy!
Forum: Installing WordPress
In reply to: Fatal error when uprading from wp 2.0 to 2.1Would you mind posting the resolution here. I am having the same issue.
Thanks
Forum: Plugins
In reply to: Flickr is working but…Triple check your FLICKR_CACHE_PATH setting to avoid headaches, the file manager on your hosts control panel will help.
Also a search will provide lots ‘o reading on this very plugin.
Let us know how you do.
Forum: Themes and Templates
In reply to: borders around cats on sidebaradding something like this:
border:2px dotted #000000;to the #sidebar ul li area of the style.css for the theme you are using will get you started.
Also the codex is a great read for this type of thing. https://codex.www.ads-software.com/Styling_lists_with_CSS
Forum: Themes and Templates
In reply to: Header Imagewhen I view the source of your site I still see that the #headerimg is commented out.
Forum: Themes and Templates
In reply to: Header Imagehave you cleared the cache??
more info would help, perhaps a URL as orangeguru suggests.
Forum: Plugins
In reply to: Help me [ Flickr Gallery 0.7 Plugin ]it seems like you are on the right path to be getting that error. Now you only need to figure out the cache path for your host.
If you have cPanel or some other interface on your web host try to use the file manager to locate the path your host uses to get to the flicker-cache.php file you have created.
Forum: Fixing WordPress
In reply to: Upgrade advice pleaseStart with the latest (1.5) since it is available. You can do it yourself very easily and you are already at the best place to search for help should the need arise.
I am not sure about FP but if you have notepad you can modify anything you want to. There are many great tutorials in the wild that will help.
Take the leap you will love it!
Forum: Fixing WordPress
In reply to: Blacklist comments from open and insecure proxiesI just noticed this behavior as well. I only had a few simple words in my blacklist with the ‘Blacklist comments from open and insecure proxies’ checkbox checked and every comment was nuked. Even comments that I tried to enter.
Forum: Themes and Templates
In reply to: List categories by nametry replacing list_cats with wp_list_cats.
Forum: Plugins
In reply to: flickr gallery 0.7 slideshow linkyea JohnM it was late last night and I had to read the devs page a few times before I found that snipet in the comments. Thanks for posting it though.
I have posted what I did here:
https://mattlemke.infoForum: Themes and Templates
In reply to: Removed calendar from template – error occursI opened IE *cough* to check it out and did get the error.
just a thought but have you tried to remove the script references to the calendar in the head of that page?
Forum: Fixing WordPress
In reply to: How to make 1.5 comment box smalleropen comments.php and look at line 93/default theme or line 62/classic theme.
make adjustments to cols and rows accordingly.
as bdp stated just before me
Forum: Themes and Templates
In reply to: Left Menu Layout ProblemsValerie – I wrestled with the same thing you are describing in trying to use both a left and right menu. Having never figured it out I used position:absolute and nudged the left one into place with margins.
If a proper solution should arise please let me know.
Matt
Forum: Your WordPress
In reply to: And another blog for your perusalIt is fairly easy to modify the [link] quicktag.
In wp-admin/quicktags.js find line 355 and add whatever you want the link to do inside the tag.
mine looks like this:
edButtons[i].tagStart = '<a onclick="javascript:window.open(this.href,'newwin');
return false;" href="' + URL +'">';in order to get the ‘ into php use a \ before it
hope this helps
keep tweaking!!