spencerp (@spencerp)

Forum Replies Created

Viewing 24 replies - 176 through 199 (of 199 total)
  • Yeah true.. Trent, thanks for clarifying that for everyone, and me! ;) :) :P

    spencerp

    /Me didn’t get to bed yet, so.. my brain is now working in reverse, compared to your’s.. since you got the sleep.. lol!!

    This is the block of database code that Trent had “fixed” up for me, to exclude the one forum.

    (Found near end of plugin file)

    function wp_bb_get_discuss_sidebar() {

    global $wpdb,$bbpath;

    $bbtopic = $wpdb->get_results("SELECT * FROM bb_topics WHERE topic_status = 0 AND forum_id NOT IN ('3') ORDER BY topic_time DESC LIMIT 10");

    Where => (‘3’) is the forum id to exclude.. :) ;)

    spencerp

    Nice one!! Hey thomasklaiber, could there be one made up for getting Notifications, on any one’s posts? Example, Me replying here now, to your thread.. (not a favorite).. and you’d get an email on it? Just was curious… :P

    spencerp

    You’re so awesome!! It works!! Thanks a ton!!

    <?php

    /*

    Plugin Name: My Resolve Title

    Plugin URI: https://bbpress.org/forums/topic/338?replies=4#post-1764

    Description: Puts [Resolved] by the thread's title, for threads that are marked as Resolved.

    Author: so1o

    Version: 0.1

    Author URI: http://www.adityanaik.com/forums/

    */

    function my_resolve_title($id){

    global $topic;

    if ('yes' == $topic->topic_resolved)

    return sprintf(__('[Resolved] %s'), $topic->topic_title);

    return $topic->topic_title;

    }

    add_filter( 'topic_title', 'my_resolve_title');

    ?>

    spencerp

    Anyone? Do you think we can get the “file changes” or whatever, to be able to display [Resolved], by the thread’s title, that are marked Resolved? Just was wondering.. ;) :)

    I noticed this in: formatting-functions.php near the end, for [Closed]..

    function closed_title( $title ) {

    global $topic;

    if ( '0' === $topic->topic_open )

    return sprintf(__('[closed] %s'), $title);

    return $title;

    }

    Maybe if there’s a way to add one for [Resolved]… ? lol!!

    spencerp

    In reply to: Help with a plugin

    so1o, you’re awesome! Thanks alot!

    In /index.php, made it like this:

    $topics = get_latest_topics(0,1,3,4,’2′);

    Now the ones from the “Blog Article Discussion” forum, are NOT showing in the “Latest Discussion” section.. :) ;) Thanks again!

    However.. when I did try that plugin option, it deleted ALL the threads, except for the Blog Article Discussion posts.. but, I think that’s because I used the wrong id for the forum.. lol..

    When hovering over the “Blog Article Discussion” forum, it shows as “3” being the “id”.. but, in the admin control panel.. I assigned “2” for it.. so, that’s what the problem was.. Anyway.. she’s working now! Thanks again!!

    spencerp

    In reply to: Help with a plugin

    ardentfrost, maybe you can help me..? I’m using the bbPress Post (0.02) by mByte, and with his plugin.. I had made a forum for the blog posts to show up, however.. I would like to make the blog posts, stay ONLY IN the “Blog Article Discussions” forum..

    Instead of them showing up in the “Latest Discussions” part of the forums index page.. And just have ONLY the threads made in the forums, show in the “Latest Discussions” section of the forum.. Is there maybe something that could be done for this?

    I’m basically asking to exclude one of the forums, from the “Latest Discussions” section. Thanks in advanced.. :) ;)

    spencerp

    Trent, you’re so awesome!! After talking with Trent on GoogleTalk, he has helped me get this problem squashed! And, I had to slap myself twice, because I didn’t upload the bbPress Integration plugin, to my wp-content/plugins folder…

    Thanks again for letting me know that Trent.. as well as the cookiedomain settings you gave above! ;) :)

    spencerp

    Nevermind! I figured it out, whooami had made some changes to a couple files, to help fight off spammers.. The changes were made to the theme’s comments.php file, and the wp-comments-post.php file.. except when I had upgraded the blog to 2.1 alpha3, I didn’t re-add those changes to the 2.1 alpha3 wp-comments-post.php file..

    All is good now!! =)

    spencerp

    From what I’m getting, by the search in the WP.org forums is, with that bbpress Post plugin, needing the trailing slash at the end of the FORUM URL, where the normal 2 URI’s of the blog don’t… it’s conflicting, right?

    Is there away around this maybe, or something.. ?

    spencerp

    UPDATE: Maybe Trent might know the answer to this one, but.. when trying to post a comment (while I’m logged in, not sure about others that are not though), it spits the following Error: “Error: please type a comment.”

    If you want, please feel free to try it here:

    http://www.spencerp.net/id/334#respond

    If anyone has any suggestions, please let me know, ok? Thanks for your time! ;) =)

    spencerp

    P.S. OR, aren’t you supposed to have the “comments link” on there..? =/

    That is freaking awesome!! I had already done that ticket 438 lastnight.. but, now grabbed the other one and installed it.. Works like a charm!! Thanks Trent for pointing us in the right direction.. ;) =)

    spencerp

    Nevermind, I’m sorry tonight people.. I’m so behind on sleep, the brain is in bed, but I’m not.. The [Resolved] being added by the “thread titles” was a modification to the WP.ORG forums and so forth.. it’s not by “default” in the download of bbpress..

    Is there any chance of maybe having that a plugin or not, maybe? I wouldn’t mind getting a hold of that.. ;) =P

    spencerp

    UPDATE! Nevermind.. I got it working on ANOTHER BLOG of mine, lmao!

    http://www.spencerp.net/forums/

    I’m able to login to the bbpress forums, using my BLOG USER and PASS now.. WOOT WOOT!! I know what to do now, for when installing it on the main blog…. whee!!

    spencerp

    Don’t spank me, but..I had tried doing this Integration stuff, and some how deleted those two usermeta tables at the very top of the database list, the two that sit above all the other ones, listed in the main wordpress database…

    Dang, I should have written the names down.. But, deleted those bb_forums ones too.. and then when trying to do it fresh again, for the Integration deal.. I filled out the field for the Keymaster name, and forum name.. hit to go to second step.. and it said, Bad Username, or, Username don’t exist, go back and try again…

    Then I was basically forced to skip the Integration option, and do it the normal way sigh.. =( Anyone have a database (query) schema for those two tables I deleted? Or, maybe can shed some light onto my darkened room.. ?

    Thanks in advanced..

    spencerp

    In reply to: bbpress and 2.1 alpha3

    UPDATE: I was just running around the forums, in the admin control panel, and all. And everything is working just fine! This is awesome!

    spencerp

    In reply to: bbpress and 2.1 alpha3

    Seems to have installed just fine! I’ll run around and check for any errors and report back here.. I installed that right along with my 2.1 alpha3 test blog, click the link below to see it.. =) ;)

    http://21.spencerp.net/

    spencerp

    In reply to: bbpress and 2.1 alpha3

    Oh wait, slaps self.. I just noticed this: “We’ve only tested bbPress integration with the most recent stable release of WordPress, 2.0.5.”

    Alright, hmm.. maybe I’ll give it a shot then once.. maybe, I will have to cross the fingers though lol.. Wish me luck peoples!

    spencerp

    In reply to: Importing from phpBB

    What about importing from PunBB?

    *sigh*

    Please! You’ll have to be patient.. we are lucky we got this phpBB to bbpress importer this quickly.. jeesh! I’m sure brunotorre will probably make up more import scripts then.. ;) =)

    If not brunotorre, then someone else I’m sure.. We’ll just have to be patient here.. Just my 2 cents … ;) =)

    spencerp

    Keeping on the original topic at hand here, and no rush of course.. But, will, or could someone eventually make a “delete forum” plugin for bbpress, or maybe even add it into the core?

    Just was curious, IMHO..I think it would be a great asset! ;) Especially for those that *are not* experienced with the database/phpMyAdmin.. =P Again, just was wondering.. ;)

    spencerp

    By the way, I do know my way around the database and such, but.. it still would be *alot* easier to hit the “delete” button by a forum, then going into a database.. LoL! =P

    You might want to follow this thread maybe? ;)

    https://bbpress.org/forums/topic/3?replies=6

    spencerp

    In reply to: Importing from phpBB

    Thanks for sharing that Detro, the thought saving the PMs is important as well, now if *only* there was a way to grab ALL of the informations from a phpBB board, that’d be awesome.

    If no one around here can do one up, I’ll see if I can get *someone* I know, to do it.. ;)

    spencerp

    In reply to: Importing from phpBB

    I just had a chat with Patrick on Live Messenger, the guy that runs phpBBhacks.com , and he said, you’ll mostly have to work directly with the database.

    Or atleast that’s how he does it, he said. Also, I’m not sure if this would, or could possibly help in any way, but.. they wrote up this article: “Write a converter with the Unified Convertor System.”

    Of course, like anyone would do, they made it up for the people to convert from their current forum software, to their’s, but, wasn’t sure if maybe you devs could use it to benefit yourselves or not?

    Just wanted to throw this out onto the table for ya’ll.. ;) I think it’s great that bbPress made a official release finally.. and *hopefully* soon, I’ll get to making themes for it. ;)

    spencerp

    /Sidenote quick: I had dealt with phpBB before, for a few good years, installed it for peoples, for money, and shot out a few themes too. Submitted them to the phpBBhacks.com site, and had patrick in the MSN mess list for a few years.. ;) =)

    In reply to: New bbPress Forums

    Awesome! Now, I’ll start working on making awesome themes for bbpress.. ;)

    spencerp

Viewing 24 replies - 176 through 199 (of 199 total)