Forum Replies Created
-
In reply to: database error
ok, now i’ve got that under control (i think) because the plugin needed to be activated again… but now get ANOTHER error on the page
Fatal error: Cannot redeclare bbpress_integration_get_common_parts() (previously declared in /home/content/06/7296506/html/wp-content/plugins/bbpress-integration/bbpress-integration.php:23) in /home/content/06/7296506/html/forum/bb-plugins/bbpress-integration/bbpress-integration.php on line 61
i’m even more confused than before… anyone know what this is?
In reply to: database errorok, now i’ve got that under control (i think) because the plugin needed to be activated again… but now get ANOTHER error on the page
Fatal error: Cannot redeclare bbpress_integration_get_common_parts() (previously declared in /home/content/06/7296506/html/wp-content/plugins/bbpress-integration/bbpress-integration.php:23) in /home/content/06/7296506/html/forum/bb-plugins/bbpress-integration/bbpress-integration.php on line 61
i’m even more confused than before… anyone know what this is?
In reply to: database errorYes, I tried to reinstall, and now i can at least get into the back-end of it, but the page still says “could not establish a database connection” any ideas? i really don’t want to lose all the stuff already in the forum.
i was hoping it was just an issue within the preview, but it is still there after the site went live.
In reply to: database errorYes, I tried to reinstall, and now i can at least get into the back-end of it, but the page still says “could not establish a database connection” any ideas? i really don’t want to lose all the stuff already in the forum.
i was hoping it was just an issue within the preview, but it is still there after the site went live.
In reply to: This is how to install BBPress on Godaddy!those are great instructions! i tried to reinstall and got the login page, but still the error that it can’t connect with the database. i’ll have to wait and see if it is a problem just because of the preview dns. hopefully by the morning the site will actually be up so i can see!
thanks for your help by the way!!
In reply to: database errorYes, I have the correct host in there… I even copy-pasted it in to make sure
I just hope it is something simple so I don’t have to start from scratch and lose everything.
In reply to: database errorYes, I have the correct host in there… I even copy-pasted it in to make sure
I just hope it is something simple so I don’t have to start from scratch and lose everything.
In reply to: database erroreverything matches… i wonder if it isnt working because i’m looking at it through previewdns?
In reply to: database erroreverything matches… i wonder if it isnt working because i’m looking at it through previewdns?
In reply to: post width + category countah! thank you! I was able to figure out where that little stinker was hiding.. I had changed it in the bbpress css file, but for some reason it was reading off the wordpress one for that little piece.
Messed up my blog a bit, would be nice if those two were separate… but at least the forum isn’t hanging off the end anymore.
thanks!!!!!!!!
In reply to: post width + category counttried it.. didn’t work though, any other ideas???
In reply to: post width + category countAnyone??? Pretty pretty pleeeaaaaassseeeee???????
Not so worried about the post count on the categories, I just wimped out and made them writable so people can post in them. The width of the posts though is still a huge problem and I have no idea how to fix it.
Any help would be hugely appreciated!
In reply to: Themes without differentiated categoriesdoesn’t seem to work with this theme… is there any other way to do this and to take off the count as well?
In reply to: Themes without differentiated categoriesI have this same issue, still trying to figure it out. I’m trying to figure out how to get the count off of it as well. Can anyone help us?
I love that theme though, other than this!
In reply to: post width + category counthttp://www.virtualitystudio.com/forum/
thank you!
In reply to: gravitar and author name linkfigured it out:
in post.php:
<p><strong><a>"><?php post_author(); ?></a></strong>
in bb-avatars.php:
if ( $link = get_user_profile_link( $author_id ) ) {
echo '<a href="' . attribute_escape( $link ) . '">' . $avatar . '</a>';In reply to: Add nofollow to linksthank you! thank you!!!!! works perfectly
In reply to: gravitar and author name linkThanks mr_pelle!
I know this is probably the dumbest question most of you have heard, but… how exactly does this work? Does this get copied into each of those files?
What happens during an update… is this something we need to save and replace after things get updated?
In reply to: gravitar and author name linkwhat I have so far is:
`<div class=”threadauthor”>
<a href=”http://www.domain.com/forum/profile/<?php post_author(); ?>”><?php post_author_avatar(); ?></a>
<p>
<strong><a href=”http://www.domain.com/forum/profile/<?php post_author(); ?>”><?php post_author(); ?></a></strong>
</p>
</div>`
It works for the text link only if the user name is the same as the display name… doesn’t work for the avatar at all. I tried the avatar by putting in the img src before it, and the link works, but it adds an empty box to the left of the avatar. Totally confused
Any ideas?
In reply to: gravitar question and a few othersFor anyone else that wants to set the default avatar… I eventually found this plugin that did work for me: https://bbpress.org/plugins/topic/bb-avatars/
yahoo!
now just to solve that pesky website link vs profile link issue.
In reply to: gravitar question and a few othersI just figured out permalinks…. oops! don’t know why i didn’t see that before.
In reply to: deleting spammersthank you so much!!!!!
In reply to: avatarsah… no wonder i couldnt find it. is there a way to do this with the uploadable wordpress gravitars though? and to customize the default?
thanks for your help!
In reply to: avatarsi loaded bavatars yesterday, but no luck, and i couldn’t find a plugin called “gravatar” in bbpress. any ideas?
In reply to: avatarsI think it is gravatar, although I uploaded a custom default gravatar that is local and the users avatars will be saved locally as well.