Forum Replies Created
-
In reply to: Add New Killing My Theme
Thanks for the help it’s much appreciated.
Time to go div hunting searching;-)
In reply to: Anonymous postingThanks for the code! Tried it out and it works. Right now akismet is catching a large percentage of the spam. If that changes I’m going to implement your solution!
In reply to: Anonymous postingI don’t follow. Could you please explain?
In reply to: Anonymous postingGoto the link I mentioned copy and save as a php file.
anonymous.php.txt
Then read: Ticket-633.2.patch You have to follow the directions hacking up the core files.
If your not comfortable with bbpress probably should avoid this one cause you’ll be messing with the core files.
Anyone know of a sign-up validator for bbpress?
In reply to: Anonymous postingWhy do you think it’s such a bad idea to use this trac plugin?
rashantha-you have to copy the plugin and follow the example of what files to hack to make it work.
In reply to: Anonymous Postrashantha-just tackled this one earlier in the week. Check out, https://trac.bbpress.org/ticket/633
Spam is really an issue, not sure how to solve it. 20 minutes after I set it up I received my first spamming. Maybe you make users fill out a verification number before they can post. Don’t know if any such solution exists. Another option is to get a plugin, name escapes me that makes it so posts must be approved.
Matt
In reply to: Anonymous postingJust wanted to put up a link to where to find the code to make anonymous posting happen. It took me a lot of searching before I found it. Works like a charm only problem is that it tries to let you pm the anonymous person.
Ok did some work got front-page to display correctly by putting in (div page). Put that in all the css files calling header, sidebar and footer. Didn’t help. Here is the basic div structure:
<div head>
</div>
<div page>
<div ncol>
</div>
</div>
<div footer>
</div>
header {
margin: 0px 0px;
padding: 0px;
display: block;
width: 778px;
height:195px;
background-color: #314D73;
background: url(‘images/header.jpg’) no-repeat bottom center;
border: 0px solid #CCCCCC;
cursor: pointer;
}
.page {
width: 778px;
margin: 1px 0px;
padding: 0px;
background-color: transparent;
border:0px solid #CCCCCC;
text-align: left;
float: left;
}
.ncol {
padding: 20px 0px 10px 23px;
width: 395px;
background:transparent;
float:left;
}
.footer {
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
line-height: 17px;
font-size: 0.8em;
margin: 0px 0px;
padding-bottom: 30px;
width: 778px;
height: 80px;
background: url(‘images/footer.jpg’) no-repeat bottom center;
border:0px solid #CCCCCC;
clear:both;
}
link is mysoberlife dot com/forums
In reply to: wpmu bbpress wp bbpress orgyOk so i went over my config file. Figure it must not be looking at the right place. I keep getting “Cannot select DB.” Can anyone spot where I went wrong? I know the other stuff is set up correctly. Bbpress is installed in mysoberlife/democlinical/forum/. Any help would be much appreciated! Tried install bbpress inside a subdirectory on another domain and had the same problem.
$bb_table_prefix = ‘bb_’;
$bb->domain = ‘http://mysoberlife.com’;
$bb->path = ‘/democlinical/forum/’;
$bb->wp_table_prefix = ‘wp_’;
$bb->wp_home = ‘http://mysoberlife.com/democlinical’;
$bb->wp_siteurl = ‘http://mysoberlife.com/democlinical’;
fle64 email bounced back. here is the link for rapidshare http://rapidshare.com/files/37263443/mysoberlife.zip thanks again!
In reply to: wpmu bbpress wp bbpress orgyyou the man!! thanks. I’ll let you know how it goes.
Yep,
Fel64 can i upload files to this board?
Can i just send the files in an email?? Feel free to send it to me at admin at mysoberlife dot com.