Chris
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How much will you rewrite?I don’t really think WP will ever be “done”. As php changes and new things become available hopefully there will always be upgrades going on.
I greatly enjoyed using b2 it was a savior for me. I had used everything else and just as soon as sub-categories are added, I’m hitting that donate button!Forum: Fixing WordPress
In reply to: get_links_list()erogers, Go into WP go to “Manage Links”. Then “Manage Link Categories ” Pick the category to edit then uncheck the “show: descriptions.” Does that help?
Forum: Themes and Templates
In reply to: b2 style?How about different style sheets available with WP and you pick your own color? Like some of the bulletin boards? Everyone seems to have their own little “style” going on.
Forum: Fixing WordPress
In reply to: Next/Previous Sesarch Friendly Prob.Respect for? I posted a question or rather a bug I got no replay but then 2 days later anther guy does?
Don’t pretend you can tell me what to do ok?Forum: Everything else WordPress
In reply to: Redirecting from b2.php to index.phpIt’s not posting right sigh.. This board can annoy me sometimes.
Forum: Everything else WordPress
In reply to: Redirecting from b2.php to index.phpTo redirect one page to another. I’d use:
Redirect permanent /b2.php https://binarybonsai.com/index.php
For the changing of the page name you’ll need to use a mod_rewrite. I use this like so: if you go to https://www.monosyllabically.com/index.php?p=78598870 it will come out: https://www.aphotolog.com/index.php?p=78598870
Rewriting the domain name isn’t too hard, but for the file name I’m not quiet sure. I’ll have to look it up.Forum: Fixing WordPress
In reply to: rss excerpt images problemNever mind I fixed it. I added stripslashes to $output
Forum: Requests and Feedback
In reply to: A Gallery vs PhotologI’m not sure WP is really what you’re looking for here. I wish I had a good gallery program to recommend but I don’t. ?? I guess I wasn’t very helpful.
Forum: Everything else WordPress
In reply to: target=_blank on these forums = bad :)“Netscape, Mozilla and Opera simply aren’t enough of a user base to be concerned about for an issue like this.”
um everyone I know, uses mozilla and my stats come back 70/30 in favor of mozilla. I personally spoof mine (caugh) for people like you..Forum: Plugins
In reply to: Last 5 ExcerptsSELECT ID, post_excerpt FROM wp_posts WHERE ID < $p ORDER BY ID DESC LIMIT 5
Only seems to be working when you go to the “next” post.Forum: Fixing WordPress
In reply to: Smilies in upgradeThe place to edit smilies is now in wp-config-extra.php
Forum: Requests and Feedback
In reply to: post-installation questionsYes, but then you have to create more div ids classes and so on, because I may want to make a numbered list in my post, but what about the list items on the side or where ever. For me, I can change it. I know what I’m doing sometimes. But for a new user and someone new to css, they may get frustrated wondering why everything keeps having dots next to it.
Forum: Requests and Feedback
In reply to: post-installation questionsyeah, I don’t like the lists either. It feels too much like someone is auto fromating my layout for me. Futhermore its a pain in the ass to remove it from b2vars only to have it added back everytime you upgrade. I’ve had to edit all my css files to reflect how the lists are handled.
Forum: Fixing WordPress
In reply to: Commenting only Allowed for Registered Users?OHHH clapping hands. I love it, with this and the password protected thingy, I’ll be able to make my personal blog more public again but still allow myself some privacy!
Forum: Fixing WordPress
In reply to: Links tooltipsNow, I tried to fix it and I’m getting:
Warning: fopen(weblogs.com.changes.cache): failed to open stream: Permission denied in /home/monosyll/public_html/log/wp-links/links.weblogs.com.php on line 99
Warning: fwrite(): supplied argument is not a valid stream resource in /home/monosyll/public_html/log/wp-links/links.weblogs.com.php on line 100
Warning: fclose(): supplied argument is not a valid stream resource in /home/monosyll/public_html/log/wp-links/links.weblogs.com.php on line 101