Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 22,526 through 22,550 (of 32,524 total)
  • Author
    Search Results
  • #82941
    Michael
    Participant

    Sorry, none of the solutions posted there work. They all seem to either do nothing, or strip away the HREF param from the code.

    I would try and figure it out, but my knowledge of Regular Expressions is quite limited.

    Does anyone know how to fix it? It seems to just be a problem with the RegEx.

    #82940
    Michael
    Participant

    lol – should’ve searched ‘ey? Thanks for the link ;)

    #82260
    Fernando Tellado
    Participant

    Yo pondría el bloque de login en el sidebar, igual que en el theme de wp ;)

    I would put login block in sidebar, as in wp theme ;)

    #82939
    Fernando Tellado
    Participant
    #82646

    In reply to: Forum List Alterations

    Michael
    Participant

    I take it no-one has a clue about this one ‘ey?

    Not to worry though – I might find out how to do it next year. :)

    #82934

    In reply to: Bug in post count?

    hpguru
    Member

    I check my friend bbPress 1.0.2 forum. This is new forum, not from 0.9.0.6, i converted 0.9.0.4->1.0 etc. Friend install first time 1.0.2. :) But there same problem. Index.php in admin says 299 posts, posts.php says 302. This is bug.

    #32605
    Michael
    Participant

    Hi all :) Hope you’re doing well, not keeping too busy around Christmas (unlike me ;))

    I hope someone can help me here. As some of you know, I run a small Development forum. In this forum I post tutorials and posts with quite a few links. It’s quite irritating that each link opens in the same window, making the user have to return to the forum every time.

    Is there a way to make sure that all the links in a post open up in a new window? I tried doing it manually in a post, but it trimmed the target="_blank" from the code. I also have BBCode Lite installed. I did try editing that code, but with no success. There’s obviously something in the core that I need to change. Anyone know where it is?

    Thanks in advance – and have a lovely Christmas! :)

    Michael

    #62405
    paamayim
    Member

    Just an update, I read elsewhere that this is deprecated in latest WP versions:

    require_once dirname(dirname(__FILE__)) . '/wp-blog-header.php';

    This should be used instead:

    require_once dirname(dirname(__FILE__)) . '/wp-load.php';

    #62404
    paamayim
    Member

    This is so annoying guys :(

    What’s the cleanest solution to this, for WP 2.8.6 installed in / and bbPress 1.0.2 installed in /forum/ ?

    Thanks very much, indexing is vital to me.

    #82916
    hpguru
    Member

    Seems you use Kakumei?

    Open header.php (theme)

    Found <div id="header" role="banner">

    Add something like after the code above <a class="bloglink" href="http://yourblog.com/">« My blog homepage</a>

    Found theme style.css and open

    Add something like this

    a.bloglink {
    font-size: 13px;
    }

    #32477
    Gautam
    Member

    Hey folks,

    Just ported a WordPress theme (which is here) to bbPress (which is here).

    It is a spanish website of my client named Severus Online Club, so just wanted to share it.

    All suggestions are welcomed. :-)

    #82914
    Casemon
    Member

    re: “pickle”

    suggest removing the bb-config change you made until you get these other things sorted out :)

    #64251

    In reply to: Change Gravatar Size?

    Casemon
    Member

    In the mean time you can just pass the size via the avatar call…

    <?php post_author_avatar_link($size='100'); ?>

    #82912
    stulynn
    Member

    Now I’m in a pickle. I cannot visibly see an admin screen for bbpress and therefore I can’t login to try to make changes. I did add this path in bb-config

    $bb->uri = ‘http://your-domain-name.com/forum-path/&#8217;;

    (after key codes) and it’s done nothing. My folder in file manager has been changed from bbpress to forum. I tried to change it back but because I can’t get into bbpress admin I can’t change the admin link. Right now I’d be happy to go back to bbpress and not forum and believe you me when I say I’ll become backup queen.

    Can anyone please help?!!

    #82333
    bb-lover
    Member

    Good Michael…..

    I’ll tell u abt it… after using ur scipt

    stay connect :-)

    #82925

    In reply to: Bug in post count?

    hpguru
    Member

    I do this. No help to this problem. :(

    #82723
    af3
    Participant

    My mom is on facebook, so does my 60yrs old auth and uncle… and they are all living on the island of Borneo (googling it would probably show up among ‘the remaining lost world on earth’). So I got 3 ppl for my hard stats :)

    I’m using WPMU+Buddypress and integrated with bbpress — since there are facebookconnect plugins for WPMU, and now facebook plugin specific for WPMU+BP, my installation of bbpress on WPMU+BP becomes the odd one. While BP is now with its own forum system, I have more reasons to abandon bbpress; yet I do hope facebook-enabled bbpress would make me continue to use this.

    #32602
    hpguru
    Member

    Hi, i have very good bbPress forum. I like bbPress. I am use a bbPress 1.0.2 but i may found 1 new bug.

    I go to my bbPress dashboard and see posts count, thats say: 4024 posts.

    Then i go to bb-admin/posts.php and i see 1 – 20 / 4,121. This mean i have 4121 posts on my forum.

    I try recounting without any help to this problem.

    My plugins now:

    Akismet

    Human Test For bbPress

    Topics Per Page

    bbSmilies (maybe smilies from WordPress plugin, i change it name, when i modified smilies codes)

    #82332
    Michael
    Participant

    Alternatively, you could make a PHP file that has something like this as content, instead of using iFrames:

    <?php bb_get_header(); ?>

    /* Your PHP script goes here */

    <?php bb_get_footer(); ?>

    This file would be saved in your template folder (with a funky name if you wish – the user will never see the name).

    Then you would create a file in the forum root, with the following contents:

    <?php require_once('my-templates/xxxxxx/page1.php ?>

    You would then save that file with the name you want people to access it with, such as information.php.

    Much more reliable than iFrames. I, personally, will never use them.

    #82807
    Michael
    Participant

    It’s really nice to see some creative (yet minimal) themes for bbPress.

    This is great! :)

    #80059
    Michael
    Participant

    I see this is an old thread, but I’ll explain anyway. I also see that subtlegusto has moved to phpBB.

    The difference in URI’s is this:

    When logging out of the admin panel, the re tells the script to go back to the forum itself (after logging out).

    When logging out of the forum, it doesn’t need to change the page. All it needs to do is delete the login cookies, which is what logout=1 is for. That’s why there’s no re in the path.

    I don’t see why an error like that would appear – but it could possibly be that the installation was corrupt (least likely) or that permissions for the file may have been incorrect.

    #82721

    There’s also an accountability aspect to all this.

    In my opinion, a goodly portion of the reason you run your OWN forum, rather than pay some other site to host, code etc one for you, is that YOU remain responsible and accountable for YOUR code and your visitors. Any SLA/Terms of Use you come up with are yours, and you can make the final decisions on what is and isn’t okay.

    Why would you remove that, just for FaceBook?

    OpenID is … a little different, though I’m still not sold on the efficacy of it. I have LJ, WordPress and a myriad of other sites I can choose to log in through. I’m still relying on them… I don’t know how I feel a out that in the long run.

    #82716
    grassrootspa
    Member

    @ chrishajer, just curious, have you had any issue with your 3 forums’ bbPress registration emails hitting folks’ spam folks? Had this issue with Yahoo, gmail, hotmail and other emails accounts. (It’s still not 100% resolved with all email accounts)

    I must confess, this was initially a bit of a headache for this server newbie. (People complain that the registration doesn’t work, others don’t say anything and give up on the site at that point thinking the software doesn’t work) This really isn’t a problem with bbPress, but it is a tough issue to figure out when you are just learning the LAMP ropes. Thank goodness for knowledgeable server buddies!

    Not sure if this explains anything, but this is one of the reasons (a minor one) why this LAMP newbie like the idea of allowing others ways to login like FB Connect…(it eliminates that potentially-troublesome email verification step and allows them to jump right in).

    BTW, I would be ecstatic is FB Connect emerged as a plugin first and the next bbPress release focused on other things like integration, some cool new features, etc. You are a good salesman. ;)

    #81768
    Sam Bauers
    Participant

    I just want to set the record straight a little here as some things have been said that aren’t accurate.

    The flaming that Matt has received from @sadness above is unwarranted, unsubstantiated and quite cowardly.

    I left Automattic to pursue my own interests both within and outside of the web development world. This was my own decision, there was no pressure from Matt or anyone at Automattic to leave. Before I left Automattic I talked with Matt about a bunch of possible directions for bbPress and my own options within the company. Whilst a lot of the ideas we discussed would make for interesting and important work, I didn’t feel passionate about it, and I was feeling a little burnt out after about 10 years of web development work.

    _ck_ was always a constructive critic of bbPress. I always gave her plenty of my time so that she could fulfil that role. In the absence of a full-time lead on the project to hear that input I imagine that she felt her contribution in that regard was limited. It’s not that Matt isn’t good at listening, it’s just that he’s about 100 times busier than a full-time lead would be.

    I’d also like to chime in on the future development path of bbPress a little. The idea of moving to becoming a canonical plugin I think is the only sensible way forward for bbPress. bbPress needs a bigger user base to be viable as a product. A big problem in the past has been justifying changes in WordPress for the benefit of bbPress, so the more users there are of bbPress the more accommodating WordPress will be in that regard.

    WordPress development moves really fast, it was (and will be) totally inefficient to spend time and energy maintaining compatibility with WordPress as a stand alone product, when bbPress can get all that stuff for free as a plugin. There is a ton of common code between WordPress and bbPress now (mostly in the form of BackPress). That should all go away. The PHP framework is WordPress. The only issue is bloat for those using bbPress as a standalone product. WordPress + bbPress plugin will be a lot of code, and will probably be slower than bbPress 1.0 (and almost certainly slower than 0.9). But by hooking into WordPress, a lot of the work that has been done and that will be done in the future to speed it up will be gained. It’s a case of “two steps forward, one step back” but I think it’s the right decision for the project.

    Although there was a lot of effort put into BackPress/bbPress 1.0, a whole lot of that work has ended up in WordPress, so it won’t be wasted development. The best vehicle going forward is the canonical plugin route. I suggest that the community gets behind that plan.

    #32596

    I was informed by the support folks at $work that the support forums I built for them were broken. After some investigation I found that all the user accounts, including the original admin account are showing up in the admin as Inactive (no role).

    How in the world did this happen exactly? The accounts are migrated from an existing non bbpress db upon login, and we don’t send the new user email. Is there a step that I missed somewhere that stops the accounts from being deactivated after a timeout? e.g. Is there an account verification step that I wasn’t aware of that has now been tripped, deactivating all the accounts?

    Really lost here as to where to do next. All the role data in the usermeta table is fine, and I can’t find any references to any verification process in the code. Any help out there?

Viewing 25 results - 22,526 through 22,550 (of 32,524 total)
Skip to toolbar