Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 20,301 through 20,325 (of 32,481 total)
  • Author
    Search Results
  • #92089
    ck13
    Member

    Actually, is there any possible way someone could copy the code for the bb-config.php page so I can have it an install it on my server since I can’t seem to find it?

    Thanks!

    #92073

    Pleasure! :)

    #92071

    Like the highlighted entries in the screenshot, bb_capabilities for user_id 3 should be a:1:{s:9:"keymaster";b:1;}

    #92070

    Which of this do I change if I want to change user_id 3 ?

    a:1:{s:9:"keymaster";b:1;}

    #92080

    Got it done! Will share on blog and provide a link here :)

    #92079

    Found out a way! Will get back after testing ;)

    _ck_, I am still interested in your bbdb tool, let me know :)

    #92077
    _ck_
    Participant

    There are two ways to do this.

    One is to use bbPress itself and make a plugin that hooks new post, and then just quickly writes the info you want into plain html file somewhere that you just use file_get_contents to insert elsewhere.

    The other way is to use my bbdb tool which allows you to query any of the bbpress/wordpress databases outside of bbpress by just including one file.

    I think the first way is probably much easier.

    #75249

    In reply to: BBPRess friends plugin

    I don’t think it’s as weird or confusing as you guys are making it sound. Lots of community sites have an option to add friends, and a forum is a community. Who really knows what it’s actually for. Basically I think just to display who you’re friends on the forum are, or to get in contact with them quickly. It can help build relationships by adding people that share common interests, etc.

    Once a board gets big, it can be pretty hard to find one of their posts just to click on their username to get to your friends profile!

    I think this is a really cool plugin idea! :) Is there anything out there that can do this?

    #92030
    OreilleMalade
    Participant
    #92029
    OreilleMalade
    Participant

    “Severity is low because it doesn’t create problem with normal users. ” :

    Hi ! This is my firt post here. I’m french but I hope my english is not too bad ;-)

    I DON’T use WP integration with my bbpress installation (even if my blog http://www.oreille-malade.com runs on WP).

    My forum is here :

    http://www.oreille-malade.com/forum

    The problem is precisely I can’t access admin dashboard for a few days. I didn’t know upgrading WP to 3.0 could create a problem on my bbpress installation ?? (is it possible, really ??)

    I’m quite annoyed with this problem. Any idea, someone ?

    Thanks a lot !

    Best Regards and thanks a lot for all the good work !

    #91840
    chrishajer
    Participant

    The first part will be to determine if the user is logged in.

    https://bbpress.org/forums/topic/check-if-a-user-is-logged-in#post-19953

    https://bbpress.org/forums/topic/if-user-is-logged-in-do-if-not-do#post-36822

    You will probably use the function bb_is_user_logged_in() to see if they are logged in, if so, you can just continue. If not, then you need to send them to the log in form, and then redirect them after they log in back to the post they were looking for.

    #92050
    pagal
    Participant

    Something has gone wrong with their servers. It’s probably Matt’s fault.

    Definitely :-)

    #92049

    I give up =) The owner of the site should know what’s happening, I think some kind of permission is missing.

    #92047

    I tried with Chrome and still no form. I’m really not blind =)

    #92045

    At the top of the page: “Welcome, gothicx! View your profile (Log Out)”

    @pagal, I’m sorry, but I’m logged and I don’t see the form either :/

    #92043
    pagal
    Participant

    @gothicx Respected Sir, you can see the form after login :)

    Really simple.

    #92042

    It says there is a form below, but there isn’t any form, so I can’t request it :(

    #91984

    In reply to: zaerl brigata.it forum

    zaerl
    Participant

    Hi _ck_ thanks. We are using a shared hosting solution right now that is the worst choice ever but we are have no money :) our host works well on Italy but very bad from the outside.

    Do you like the solution http://www.youtube.com/watch?v=the_id -> embedded video? I’ve seen a lot of approaches:

    [youtube]the_id[/youtube]

    [youtube]the_entire_youtube_link[/youtube]

    [youtube=the_id]

    But I don’t like the idea of BBCode. The spoiler tag is <spoiler>don't read me</spoiler> which is changed on post_text in a <button> + jquery call followed by an hidden div.

    I forgot the gzip (ops), thanks for the hint and thanks for all your work.

    #91983

    In reply to: zaerl brigata.it forum

    _ck_
    Participant

    Very nice!

    Could use some topic-icons but that’s just me ;-)

    There is some kind of weird delay (I don’t mean just the overseas hop) from the USA to that server though, adds over a second. Probably not a problem if it’s just for locals. I think it has to do with the cogentco.com ISP.

    Also there is no compression on the pages.

    Maybe try my bb-gzip plugin, might make it faster.

    Glad that my tutorial is making so many users happy :D

    #91839
    Trisha Cupra
    Member

    Thanks – I just wasn’t in the mood for a RTFM type of message at the time. :)

    I appreciate your answer.

    Sure, I understand you shouldn’t modify core files unless you have a gun pointed at your head.

    Your alternative suggestion sounds great.

    I don’t know how to do it, but at least now I have an idea of what to try to figure out what to do. :)

    #91838
    chrishajer
    Participant

    The rude reply was just spam, not directed toward you or anyone.

    The first part of the text comes from topic.php:

    ./topic.php:14: bb_die(__('Topic not found.'));

    The second part from bb-includes/functions.bb-core.php:

    ./bb-includes/functions.bb-core.php:1230:       <p class="last"><?php printf( __('Back to <a href="%s">%s</a>.'), $uri, bb_get_option( 'name' ) ); ?></p>

    It’s not a good idea to modify core files, but that is where the text comes from (2 different core files.)

    Maybe instead of that you could just catch if people are logged in, and redirect them to the log in page if not, then once logged in redirect to the topic they were looking for.

    #92068

    In reply to: Avatar Upload

    RedBull
    Member

    <


    Got It!

    And as always, THANKS!

    #34909
    zaerl
    Participant

    This is one of the forums I admin and is the main playground for my plugins.

    http://www.brigata.it/forum/ (warning, it’s in italian)

    is a modified version of 1.0.2 paired with the blog at /blog/ (no deep integration.) Plugins used:

    Ajaxed quote – customized

    Akismet

    bbPM – the amazing plugin of Ben. Customized in many ways

    bbPress signatures

    Bozo

    Post Count Plus – wonderful work

    zeal Avatar – modified version of the wonderful (I talk like Steve Jobs) bavatars

    zaerl Easter – a plugin that hide some easter eggs on posts’ text

    zaerl Editor – unreleased version with support to custom tags and emoticons. Obviously you can’t see it in action if you aren’t logged in

    zaerl Emoticons – with code stolen from WordPress

    zaerl GA – yet another Google Analytics plugin. But this is paired with zaerl Visibility and output the google js code only on those pages that a guest (search engine are guests) can see

    zaerl Members Online – a modified version of _ck_ Members Online

    zaerl Post Permalink – permalink in the form post/number

    zaerl Random Description – random desc under main title

    zaerl Spoiler – add the spoiler tag

    zaerl Tags Administration – new tags and blah blah

    zaerl URL Preview – unreleased new version that print server names after links, add target=”_blank”, auto-embed youtube videos, vimeo videos and Anobii book covers. No fancy bbcode or stuff like that. If a link is a youtube/vimeo/anobii link than it is transformed.

    Finally what you see on the left is the output of my plugin zaerl Sidebar. It is my personal (and totally useless right now) attempt to bring WordPress-like widgets to bbPress. The “Membri online” is a widget registered by Post Count Plus and “Tag in evidenza” instead is a widget bundled with the plugin. Right now I have implemented these widgets: stats, most popular posts, text-only, hot-tags, views list, members online (Post Count Plus), Spam caught (Akismet), RSS and search.

    If you are curious you can see transformations and tags in this topic: http://www.brigata.it/forum/topic/aiuto-forum

    The theme is Kakumei with some CSS changes.

    #34908

    Topic: Kakumei Black

    in forum Showcase
    copperblade
    Participant

    Nothing special, just a black theme based on old phpBB2’s subBlack color scheme.

    Example site

    Download

    I would have uploaded a screenshot, but I’m not sure how to do that with Google Code just yet.

Viewing 25 results - 20,301 through 20,325 (of 32,481 total)
Skip to toolbar