canuckkev
Forum Replies Created
-
Forum: Themes and Templates
In reply to: New theme | rebuild of DarkFire 3 columnNice, but the columns don’t quite fit. Need to shift the content a little bit to the right. Maybe some padding for the contents to get it over, but otherwise. Nice.
Forum: Themes and Templates
In reply to: Function for User LevelFound it….
get_settings('fileupload_minlevel')
Thanks
Forum: Themes and Templates
In reply to: Function for User LevelThanks for the information. It was exactly what I needed.
As for the author info, I’ll check the get_the_author function. What about the get_settings? I have seen that used in IIMage Browser plugin, but I can’t find it documented. Any ideas?
Forum: Installing WordPress
In reply to: Upgrade brickwall – functions.phpThe error you are receiving coresponds to the function have_posts which is a major one (line 1324 of functions.php) and the permission denied seems to indicate that its not talking to the database.
Is there any way you can delete the database and recreate it and import your entries? If not, do you have access to phpmyadmin so that you can run a repair of the tables to rule out any corruption?
Forum: Installing WordPress
In reply to: Upgrade brickwall – functions.phpI think what macmanx is trying to say is, did you run /wp-admin/upgrade.php to make sure the database has all the required changes for 1.5?
Forum: Fixing WordPress
In reply to: Link open in indexYour code for the More link has a Target=”left” in it. Get rid of that first.
Forum: Everything else WordPress
In reply to: WordPress site load?LOL!
Sounds like you we might open a complete can of worms. I think we better leave well enough alone.
But just in case, I am researching my answer to: “I opened my wp.csv with excel and then saved it, now it doesn’t work. What do I do with the wp.csv.xls file to get it working now?”
??
Forum: Everything else WordPress
In reply to: WordPress site load?Yep, easier and smaller.
And it would be easier to import in Excel to calculate how may “e”‘s are in your posts and stuff. Makes stats alot easier. I’d like to know how may people have the used the puctuation “~” in my posts. That would be much easier to do offline.
CSV’s rule!
Forum: Everything else WordPress
In reply to: WordPress site load?I thought they should go to a flatfile. Maybe a csv?? ??
Forum: Fixing WordPress
In reply to: Pages and Next PageThe Nextpage function works for me. Maybe there is a something in your theme that is causing it not to function. Which theme are you using.
I just checked it and it works with Mallow and Kubrick.
Forum: Your WordPress
In reply to: Pink on Placid’s theme for my siteLooks alright ( i warn you, I am colorblind :).
One thing, your date line and the word Thank you appears overtop of the text of the first paragraph of your post when viewed in Firfox. Its okay in IE, but not with Firefox.
You CSS and code does not validate, so there is a good place to start.
Other than that, nice design, but as I said, I’m colorblind, so the colors I can’t comment on.
Forum: Themes and Templates
In reply to: How to modify Post Title?After looking at your source code, I see this:
<h2 id="post-8">
Thats what you need to look at in your CSS. the H2 and post-8 tags.
There is also a Bold around the title from your template, and the
<a>
tag comes into effect as well.Forum: Fixing WordPress
In reply to: “No Comments >>”Your permalinks are incorrect.
Reset your permalinks to default and see if that helps.
Forum: Fixing WordPress
In reply to: How to get Search to search pages or comments?Kwebble’s hack has been turned into a plugin. David at Random Frequency has take Kwebble’s hack, that works great, and made it quite easy to do.
Forum: Fixing WordPress
In reply to: user-based navigationTake a look at the codex:
https://codex.www.ads-software.com/Template_Tags/list_authorsThis will do what you want.