jtelling
Forum Replies Created
-
Forum: Plugins
In reply to: Poll 1.2 plugin – reposted – lost in labrynthhey shadow, I have a question for ya~
I saw on your site you have an English translated W.I.E. thingy. where did you get that from?Forum: Plugins
In reply to: Help with Alex’s since-last-visit pluginhey podz – yeah, I have no doubt the answers will be forthcoming. this place is great for information, I was just a little down because I couldn’t get it working right on my own. know what I mean?
Forum: Plugins
In reply to: Help with Alex’s since-last-visit pluginI see plenty of people look at the topic, but no one posts how to fix it π doh!
well, since it’s not working right, what’s the best way to get it out of my system? if I deactivate the plugin, all my posts go away.Forum: Plugins
In reply to: Help with Alex’s since-last-visit pluginI’ve given it 3 hours though, I would think that would be enough. is there anything I can modify?
Forum: Plugins
In reply to: WP Users Online With Detailed StatisticsI tried clicking the link but it said file not found. eh?
Forum: Fixing WordPress
In reply to: How do I leave a comment?actually, I figured it out. I couldn’t display the comments page without having the %postname% in the permalinks section. weird. oh well, at least it work s π
Forum: Fixing WordPress
In reply to: How do I leave a comment?it’s there. isn’t this it?
<div class=”meta”><?php _e(“Filed under:”); ?> <?php the_category() ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?>
<?php wp_link_pages(); ?>
<?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
</div>
<!–
<?php trackback_rdf(); ?>
–>
<?php include(ABSPATH . ‘wp-comments.php’); ?>
the last line there is what brings the comments in, right?Forum: Fixing WordPress
In reply to: How do I leave a comment?here it is:
http://www.funkystew.com/wp/
I’ve done some mod’ing of the index.php, but nothing that I thought would interfere with comments. doh.Forum: Fixing WordPress
In reply to: HTTP 406 Not Acceptable after clicking “Update OpFOUND THE PROBLEM!!!
the HTML submit code had:
value=”<?php _e(‘Update Profile »’) ?>”
I took out the “»” and it worked like a champ. why is that?Forum: Fixing WordPress
In reply to: HTTP 406 Not Acceptable after clicking “Update Opso…
I just installed Opera, and same thing happens. it seems to happen with options.php and profile.phpForum: Fixing WordPress
In reply to: HTTP 406 Not Acceptable after clicking “Update OpI’m using IE.
Honestly, I _could_ check other browsers, but it should run fine in IE, as I’m sure many others have it running in IE. could this be a server issue?Forum: Fixing WordPress
In reply to: HTTP 406 Not Acceptable after clicking “Update OpI suppose that I should also state that WordPress 1.01 does NOT get the HTTP 406 error.
Forum: Fixing WordPress
In reply to: HTTP 406 Not Acceptable after clicking “Update Opthanks for the help.
I looked and I already had English (United States) [en-us] in there. I added English [en] just to make sure, but it still didn’t help.
got any other ideas?