matt123 (@matt123)

Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • @matt123

    Member

    Thanks for the help it’s much appreciated.

    Time to go div hunting searching;-)

    In reply to: Anonymous posting

    @matt123

    Member

    Thanks 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 posting

    @matt123

    Member

    I don’t follow. Could you please explain?

    In reply to: Anonymous posting

    @matt123

    Member

    Goto 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 posting

    @matt123

    Member

    Why 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 Post

    @matt123

    Member

    rashantha-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 posting

    @matt123

    Member

    Just 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.

    https://trac.bbpress.org/ticket/633

    @matt123

    Member

    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

    @matt123

    Member

    Ok 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&#8217;;

    $bb->path = ‘/democlinical/forum/’;

    $bb->wp_table_prefix = ‘wp_’;

    $bb->wp_home = ‘http://mysoberlife.com/democlinical&#8217;;

    $bb->wp_siteurl = ‘http://mysoberlife.com/democlinical&#8217;;

    @matt123

    Member

    fle64 email bounced back. here is the link for rapidshare http://rapidshare.com/files/37263443/mysoberlife.zip thanks again!

    @matt123

    Member

    you the man!! thanks. I’ll let you know how it goes.

    @matt123

    Member

    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.

Viewing 12 replies - 1 through 12 (of 12 total)