bjohnson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adhesive plugin not working@eyetag (or whomever has had problems with the sticky code showing on achived pages)
<?php the_excerpt(); ?> strips out html code, in this case it is stripping out the <script></script> tags found on line 171 of adhesive.php.
My quick solution to this was to change <?php the_excerpt(); ?> to <?php the_content(); ?> I dont use excerpts anyways.
Just FYI.
Forum: Fixing WordPress
In reply to: executing commands in articles?hey thanks I appreciate it alot!
Forum: Your WordPress
In reply to: the evil geckohaha I wouldn’t do that ever! I’ve been a Mozilla user waaay before firefox came out…
Thanks for the w3 links, I hadn’t validated the site yet (it is now)
as for the sidebar, what do you mean half way? What browser are you using if I might ask?
Thanks
Forum: Installing WordPress
In reply to: 1.2.2 -> 1.5b1: Error Restoring DatabaseJust to clarify this was my upgrade path:
DL’ed 1/13 Build.
Backed Up index.php, wp-layout.css, & wp-comments.php
Deleted containing folder off server
Tar’d nightly build (cpanel)
Went to upgrade.php in browser: Error
-scratched head-
Repeated steps above twice
3rd attempt: dumped tables
Restored DB from backup
Went to upgrade.php in browser: Error
Dumped tables again
Went to install.php in browser
Followed instructions – Success (no past entries though)
Restored DB from backup
Went to site in browser: Error…Maybe I’m retared or had a long day at work…
Forum: Installing WordPress
In reply to: 1.2.2 -> 1.5b1: Error Restoring DatabaseAt first when I tried to run upgrade.php (before I dumped the tables) I received the same error I did after trying to restore the database. (Dumping the DBs)
I’d figured I would start from scratch. I guess I was wrong?
Forum: Plugins
In reply to: RumGallery v0.02 releasedDan,
The hack worked great. I have it running on my WP 1.2.1 site now.
Everything is just place holders now, today I’ll be designing everything and making it look nice.
https://gotbill.crewdevelopment.com/gallery.php
Everything seems to be working ??
Thanks
BillForum: Plugins
In reply to: RumGallery v0.02 releasedDan,
Do you have the 1.2 hack available in a zip?
Thanks