eighteesix
Forum Replies Created
-
^ i submitted a bug report 4 days ago. still no response.
seth–
i did try that. it gave me a “not found” (404) error message when the htaccess file was renamed. no change when permalink settings readjusted. bummer.
hey sethbutler–
the first thing i did was change my permalink settings to default then back to the original setting. it did not help. my htaccess file has been working great prior to this. it has 755 permissions so WP has full access to make any changes as well.
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] connect/share button issuegreat, thank you very much for your help otto. youve been most helpful.
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] connect/share button issuealso–just noticed, after granting all three permissions, the plugin still wont automatically publish to my fan page wall. it will publish manually in the edit post page, but not automatically. ideas?
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] connect/share button issuealright. one issue fixed. your suggestion was to use the connect button on the comments page instead, however, i do not see one on mine. thoughts?
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] connect/share button issuesorry– the error is: You must configure an email domain before requesting a user’s email address.
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] connect/share button issuei changed it. working now. although it says i need to specify an email domain to ask for someones email address.
also, after i changed the app settings, when i pressed the connect with facebook button on the sidebar, all the “share” buttons appeared, and are sticking now, even after i log out of facebook. very strange.
edit: is there any way to make the connect button disappear or change in any way once they are connected? and finally, in Firefox and Chrome browsers, the “share” pop up is divided into two blocks, one is the facebook part, and the other bottom half is empty white space thats covering the facebook content so you can hit any buttons. any ideas?
Forum: Themes and Templates
In reply to: Older entries link not workingnevermind, found it!
<?php next_post_link('%link', '%title', TRUE) ?>
Forum: Themes and Templates
In reply to: Older entries link not workingone last question. if when i click on the comments link of a post from my blog page (my blog is category 3 only) and it goes to the single post page, and the links at the top for NEXT and PREVIOUS post appear, what code can I use so that those links ONLY show next or previous posts from category 3 (the blog) ?
thanks!
Forum: Themes and Templates
In reply to: Older entries link not workingyou sir, are a gentleman and a scholar.
unless youre female, then thank you so much!
Forum: Themes and Templates
In reply to: Older entries link not workinghello– i am also having this identical issue. clicking ‘older entries’ shows the same entries. i have no idea why its not showing.
the /blog/ page is a Page with a custom template (called blog.php).
heres the loop i put in blog.php:
<?php if (have_posts()) : ?> <?php query_posts('cat=3'); ?> <?php while (have_posts()) : the_post(); ?> <div class=regular><div class=date><span style='color:#999; text-transform: lowercase;'><php the_bookmark_links(); ?><?php the_author() ?> | <?php the_time('M Y') ?></span></div><?php the_title(); ?><p><p><?php the_content('Read the rest of this entry »'); ?></p><?php if (function_exists('sociable_html')) { echo sociable_html(Array("Facebook", "Twitter", "MySpace", "del.icio.us", "Google", "Mixx", "Digg", "RSS", "email", "Print")); } ?></p> <p class="postmetadata"><?php edit_post_link('Edit', '', ' | '); ?><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> </p> </div> <?php endwhile; ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> </div> <?php else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php get_search_form(); ?> <?php endif; ?>
would really appreciate any help.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Iimages scaling to larger than settingsi also have this problem, however, its a height issue–not width. and when i change the height, it distorts the image since it merely skews the image to fit the size instead of actually resizing it. help!
Forum: Plugins
In reply to: help with time of dayupdate–
i tried using the regular call for time
<?php the_time('M Y') ?>
and it works, however, every post says “in the wee hours”…. any ideas?Forum: Themes and Templates
In reply to: [Plugin: GD Star Rating] moving the outputi removed the auto insert, leaving just my manual inserted code. the loading image and please wait text do not show up when clicking. any ideas?