ronchicago
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Avatars in commentsnot meant as a bump but it occurred to me my gravatar never shows up on these forums.
Forum: Plugins
In reply to: [Plugin: User Community] twitter, facebook, etc.t
thank you. a very nice plug. enjoy rest of weekend if you can!
Forum: Plugins
In reply to: [Plugin: User Community] validation errorssuper! will play more with your plugin and await to hear from you. thank you.
Forum: Plugins
In reply to: [Plugin: User Community] validation errorstxanny, thanks for quick response. here is newly created ” blank ” page. go to bottom of page and hit the ” valid ” link.
Forum: Plugins
In reply to: sociable plugin issuei upgraded and it fixed the problem. first time i auto upgraded. very nice.
Forum: Fixing WordPress
In reply to: Missing MYSQL extension ?i reinstalled new wp files and new plugins. i can see my admin section and it works fine. i can see my login page. but i only get white pages on all other public pages.
my isp says it is a wp issue. they run tests and get this error message
Fatal error: Call to undefined function: is_admin() in /home/username/public_html/wp-includes/vars.php on line 16
Notice: Undefined index: HTTP_USER_AGENT in /home/username/public_html/wp-includes/vars.php on line 39
ISP says this suggests the word press blog is misconfigured or something hasn’t been installed correctly.
i believe it was reinstalled correctly.
the forum link pointed out above does not pertain to me i don’t think as i am not getting any error messages. only my isp is getting error message via their tests. i just can’t see my site.
Forum: Fixing WordPress
In reply to: disable plugins ?my plugins are reinstalled and though the site is broken still i can navigate the admin area. passwords reset. going to end this thread as resolved.
Forum: Fixing WordPress
In reply to: disable plugins ?ok, it appears my isp was doing tests on the php via phpinfo.php
Forum: Fixing WordPress
In reply to: disable plugins ?i found several files modified.
htaccess for downed site has this line…
<IfModule mod_rewrite.c>
#RewriteBase /while my other blogs have this line…
RewriteBase /plus i have a NEW file…
phpinfo.phpwith this code
<? phpinfo() ?>i did not make these changes. anyone know the significance of these files…
Forum: Fixing WordPress
In reply to: disable plugins ?shane,
this was my first visit to a changeset site. is this just for my info or is it supposed to mean something to me. ty.
Forum: Fixing WordPress
In reply to: disable plugins ?no, all new or updated. i think i was hacked. the person was trying to get in for a month. this is just the tip of this iceberg!
Forum: Fixing WordPress
In reply to: Separate post from imageok, i deleted the images in the post and added this code in column 1 =
<img src="<?php $key="thumbnail"; echo get_post_meta($post->ID, $key, true); ?>" alt="" />and the image is there, not in the right position, but an image is there.
my question is the url for “thumbnail.jpg” is in custom field and it displays. how do i write 2-3 urls in custom field so more than one photo displays? separate with a comma, semicolon ? or do i have to write another custom field = thumbnail-2 and insert the appropriate code in the template.
Forum: Fixing WordPress
In reply to: Separate post from imagestvwlf,
1) what’s up there now = actually column one is the content and column two the excerpt ( using the excerpt reloaded tag for links, etc. in the excerpt ) .
2) was able to achieve the look by deleting the words and leaving the image and putting all words in the excerpt option in admin. note: any link in the excerpt option shows up in the “social” icons.
3) your approach will work. however, trying to avoid having to add the div info in the content menu as i won’t be only person adding content. but maybe it will be unavoidable.
4) i believe the default for the excerpt is 120 words. don’t want the (more) to show up for longer excerpts. looking how to change the default to maybe 200.
so not perfect but doable. and thanks for the help! any other ideas? π
Forum: Fixing WordPress
In reply to: Separate post from imageok, here is a url…
http://designapplause.com/2008/dont-trash-make-art/45/?view=detail
Forum: Fixing WordPress
In reply to: resetting admin idcorrect, for security. thanks for the advice, makes a lot of sense.