mscantbwrong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Eeps! Own comments being sent to moderation…Fixed it. Somehow a blank line was inserted into my SWL.
Forum: Everything else WordPress
In reply to: Survey on wireless applicationsPlease, please, please create an app to post to WP from WinCE.
Thx!
PocketLJ is a similar program for LiveJournal users to post via AvantGo.
Check it out! Maybe you can get a great idea from that! :o)
Forum: Fixing WordPress
In reply to: Help! I broke my comments w/ AuthImage/PictorialisJust wanted to let you know that your suggestions worked. Thank you. Your help is *very* much appreciated.
Forum: Fixing WordPress
In reply to: Help! I broke my comments w/ AuthImage/PictorialisThank you. I will try tomorrow.
Forum: Fixing WordPress
In reply to: ATTENTION! Do not use apostophes in your posts!Hey! That is a good idea. :o)
Forum: Fixing WordPress
In reply to: Help! I broke my comments w/ AuthImage/PictorialisErr… I had to rewrite that 3 times! WTF? WP does not like contractions? lol
Forum: Plugins
In reply to: Synching WP with AvantGo?hey podz… nice to see you’re still about… helpful as usual.
the second problem… it’s not from install. I had already accessed my post.php file once. Everything loaded fine, except it wasn’t optimized for the WinCE browser. Now I am simply redirected. I’ve cleared cache and history. I just did a soft reset on the PPC.
I do not get redirected from my pc browser.
I’m working with an iPAQ 2215 and a Linksys WLAN CF card.
Do you know of any modified post.php files for tiny browsers? I’ve done a bit of searching and it looks grim. Apparently it would be complicated…Forum: Plugins
In reply to: Synching WP with AvantGo?Also….
If I enter https://www.mydomain.com/CantBWrong/wp-admin/post.php
I am redirected to a page with a 404
/wp-mobile.php was not found on this server
I didn’t tell it to go there! I know it’s not there! Why?Forum: Fixing WordPress
In reply to: Not index.php – blog.php plzWhat about .htaccess?
Type this command into your .htaccess file
DirectoryIndex blog.phpForum: Fixing WordPress
In reply to: Where to correct links?<div class="catlist">
<div class="catthumbnail">
<?php
$query = "SELECT * FROM $tablepost2cat WHERE category_id = '$category->cat_ID' LIMIT 0,1";
$result = $wpdb->get_row($query);
//print_r($result);
$query = "SELECT * FROM $tableposts WHERE ID = '$result->post_id'";
$result = $wpdb->get_row($query);
//print_r($result);
//echo $result->post_excerpt;
?>
" rel="bookmark" title="Permanent Link: <?php stripslashes($result->post_title); ?>"><?php echo $result->post_excerpt; ?>
</div>
<h3 class="cattitle" id="post-<?php echo $category->cat_ID; ?>"><?php echo $newlink ?></h3>
<div class="catdescription">
<?php echo $category->category_description ?>
</div>
<div class = "albummeta">
<?php $num_pictures = $wpdb->get_var("SELECT COUNT(post_id) FROM $tablepost2cat WHERE category_id = $category->cat_ID");
echo "This album has ".$num_pictures." pictures"; ?>
</div>
</div>
<?php } // End for foreach category
$query = "
SELECT cat_ID
FROM $tablecategories
WHERE cat_ID > 0";
$query .= " LIMIT ".$catpage.",".($catpage + $posts_per_page);
$results = $wpdb->get_results($query);
echo "<div style=\"clear:both; text-align: right; padding-top: 15px\">";
if (($catpage-$posts_per_page) > 0) { ?>
/albums.php?catpage=<?php echo ($catpage-(2*$posts_per_page)); ?>"><< Previous Albums |
<?php }
if (isset($results)) { ?>
/albums.php?catpage=<?php echo $catpage; ?>">Next Albums >>
</div>
I did a view source on the albums.php page and it looks like the messed up coding is within the h3 tag……Forum: Fixing WordPress
In reply to: Podz… will you help me???Ha!
Fancy meeting you here!
Come here often? *wink*Forum: Themes and Templates
In reply to: Help with Trident, please.Fixed it with help from zedrdave on #WordPress irc: freenode.
added<font size="h1">
before trackback url</font>
in wp-comment.phpForum: Themes and Templates
In reply to: Help with Trident, please.Hi again. Hope someone reads this…
Here is my problem:
I did a search re: trackback overflow and found this thread.
I’ve looked at every link on this page re: overflow.
I am having a similar problem, but not quite. Can someone take a look at this page and help me out?
My trackback URI is overflowing into the right menu.
The problem listed above is similar… but not the same.Forum: Themes and Templates
In reply to: Help with Trident, please.oh and about the css file file, just copy the menu section and rename all the #menu to #rmenu in the copy ^_^
OMFG… that was so incredibly easy. Wow. I have been searching for hours for a fix………….. I was looking at everything but the obvious.
Thx much.
I’m seriously going to bed now. *muah*The repeating img you see is the menu bg. Your new img can go on top of it.
Yeah. I understood that part. I just didn’t know how to integrate the backgound with the image. I think I’m making things harder than they are……
Anyway… thank you both for the help. Now I can go to bed and actually sleep… not lie there thinking about how to fix this, that and the other thing!
Whee… tomorrow… add photoblog and post by phone.Forum: Themes and Templates
In reply to: Help with Trident, please.Validation? I bet those are links ?
Where do I find the actual document to correct? Everything in my server directory is .css and .php. I’m confuzzled.