esgaroth
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: mysql syntax error, help please.i knew i was doing something dumb like that. thanks, it works now.
Forum: Fixing WordPress
In reply to: help with some phpthat works perfectly, thanks!
Forum: Fixing WordPress
In reply to: help with some phpactually the function is allready defined in the template-functions-author.php file. the function gets an url that the user has entered into the database. but not all users have entered an url. the function looks like this:
‘
function the_author_image_url() {
global $id,$authordata; echo $authordata->user_image_url;
}
‘
i need to call the function in a way that it will not output anything if there is nothing in the database to return.Forum: Fixing WordPress
In reply to: Display excerpt on index?how can we get this code to effect only posts that have an excerpt?
i get the read more link after every post.Forum: Fixing WordPress
In reply to: authenticate other pages on my siteok so i went through the functions.php file. i guess the function i want to use is get_currentuserinfo. so how do i use the function in my page. im just learning php so i dont know exactly how to do this.
Forum: Fixing WordPress
In reply to: File of type is not allowed. ERRORi had the same problem with not being able to upload jpg files. my problem was the file was in upercase. so jpg is different than JPG.
Forum: Plugins
In reply to: Comment & Post Pluginsyes wordpress 1.2, recent comment plugin is 1.11.
Forum: Plugins
In reply to: Comment & Post Pluginsim having trouble getting this plugin to work. im getting some output errors. you can see it here: https://esgaroth.servebeer.com. thanks in advance.
Forum: Fixing WordPress
In reply to: cant get plugins to workok i used the upgrade page and now i can activate plugins, thanks. i still have a problem with the plugin i wanted to use though (recent comments).
you can probably see from the link above. anyway thanks for helping.Forum: Fixing WordPress
In reply to: cant get plugins to workwell i have tried activating all the plugins that come with 1.2. none of them do anything. like i said if i create a new database in mysql and use that one then the plugins will work. but then i will lose all the information in the database ive been using. could there be a difference somewhere because my first database was made using wordpress version 1.0.2? heres a link to my site https://esgaroth.servebeer.com