Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 20,201 through 20,225 (of 32,481 total)
  • Author
    Search Results
  • #76420

    Yo _ck_,

    We also have a history of major changes in 0.1 releases. We might indulge in a little bit of inflation with a 2.0.

    -matt

    Matt didn’t give anything firm, or if he did , its in another discussion :)

    https://bbpress.org/forums/topic/bbpressorg-for-standalone-and-talkpressorg-for-plugin#post-71339

    #76419
    mikkelsen
    Member

    John;

    I appreciate that, and there is no crisis, but it would be great if you could keep us updated on this site going forward :)

    #92723
    kai920
    Member

    I am using the default theme Kakumei (sp?). I don’t see any other errors of note in my MAMP log, and the Bluehost error log I don’t see anything useful either…

    You know what, I disabled nicer permalinks (on localhost) and it seems to work now, so this plugin may be the culprit.

    Could it be a conflict because my bb-press is installed in /forum?

    Here is what my .htaccess looks like when Nicer Permalinks is enabled:

    # BEGIN bbPress

    Options -MultiViews

    <IfModule mod_rewrite.c>
    RewriteEngine On

    # /forum/ and bb_get_option( 'path' ) must match
    RewriteBase /forum/

    Options +FollowSymlinks

    # admin stuff, not processed
    RewriteRule ^bb-admin/.*$ - [L,QSA]

    RewriteRule ^page/([0-9]+)/?$ ?page=$1 [L,QSA]

    RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&tab=$2&page=$3 [L,QSA]
    RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ profile.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^profile/([^/]+)/([^/]+)$ profile.php?id=$1&tab=$2 [L,QSA]
    RewriteRule ^profile/([^/]+)$ profile.php?id=$1 [L,QSA]
    RewriteRule ^profile/$ profile.php [L,QSA]

    RewriteRule ^rss/forum/([^/]+)/topics/?$ rss.php?forum=$1&topics=1 [L,QSA]
    RewriteRule ^rss/forum/([^/]+)/?$ rss.php?forum=$1 [L,QSA]
    RewriteRule ^rss/profile/([^/]+)$ rss.php?profile=$1 [L,QSA]
    RewriteRule ^rss/tags/([^/]+)/topics/?$ rss.php?tag=$1&topics=1 [L,QSA]
    RewriteRule ^rss/tags/([^/]+)$ rss.php?tag=$1 [L,QSA]
    RewriteRule ^rss/topic/([^/]+)$ rss.php?topic=$1 [L,QSA]
    RewriteRule ^rss/view/([^/]+)$ rss.php?view=$1 [L,QSA]
    RewriteRule ^rss/topics/?$ rss.php?topics=1 [L,QSA]
    RewriteRule ^rss/?$ rss.php [L,QSA]

    RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ tags.php?tag=$1&page=$2 [L,QSA]
    RewriteRule ^tags/([^/]+)$ tags.php?tag=$1 [L,QSA]
    RewriteRule ^tags/?$ tags.php [L,QSA]

    RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ view.php?view=$1&page=$2 [L,QSA]
    RewriteRule ^view/([^/]+)$ view.php?view=$1 [L,QSA]

    # forums
    RewriteRule ^([^/]+)/page/([0-9]+)/?$ forum.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^([^/]+)/$ forum.php?id=$1 [L,QSA] # tailed '/' is mandatory for forum URIs! Props: Mohta

    # topics
    RewriteRule ^([^/]+)/([^/]+)/page/([0-9]+)/?$ topic.php?id=$2&page=$3 [L,QSA]
    RewriteRule ^([^/]+)/([^/]+)$ topic.php?id=$2 [L,QSA]

    # other pages
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^.*$ index.php [L]
    </IfModule>

    # END bbPress

    #92677

    In reply to: Registration Email

    pagal
    Participant

    Don’t listen to pagal.

    I cannot ignore this line zaerl, I was trying to help him. :(

    #92720
    kai920
    Member

    bbPress 1.0.2

    PHP 5.2.13

    MySQL 5.1.47-community-log

    As for plugins, these are installed and activated:

    Allow images

    BBcode buttons toolbar

    BBcode Lite

    bbPress Smilies

    Check for Updates

    Hidden Forums

    Hot Tags Plus

    Nicer Permalinks

    Related Topics

    Support forum

    Unread Posts

    extremejacob
    Member

    Here’s what worked for me.

    I changed from website.com/forum/ to forum.website.com/

    I had name-based permalinks. My forum was in public_html/forum

    1) Set up the subdomain (used cpanel with host; this uses the same dir as before)

    2) Switch name-based permalinks to none (very important! You can do this temporarily. Nothing bad happened to me.)

    3) Change the URL from website.com/forum/ to forum.website.com/ in general settings.

    4) I had to log back in again after this step.

    5) Go to admin. I couldn’t get to admin after logging in. The link was pointing me to forum.website.com/forum/bb-admin … I manually typed in

    forum.website.com/bb-admin .. that worked.

    6) Change back to name-based permalinks.

    7) The admin link magically works now.

    8) Go into .htaccess and insert things like

    RedirectMatch 301 /forum/topic/(.*)$ http://forum.website.com/topic/$1

    Solved!

    #92658

    In reply to: Forum Issue

    zaerl
    Participant

    Open phpmyadmin. Inside the table your_prefix_usermeta you must change all that rows that have a wrong meta_key. Example:

    your_old_prefix_capabilities -> your_new_prefix_capabilities

    #76417
    _ck_
    Participant

    Didn’t Matt agree to call it 2.0 instead of 1.2 as a compromise to try to somewhat reduce the massive confusion that is going to happen?

    This forum is about to become a complete jumble of 1.2 vs 1.1 vs 1.0 vs 0.9

    Since 100% of the plugins are now useless, can some kind of header be put on the plugin section to warn people not to try to install any of them?

    #92675

    In reply to: Registration Email

    zaerl
    Participant

    Don’t listen to pagal.

    You have to edit the bb-includes/function.bb-users.php line 369. Substitute bb_get_uri(null, null, BB_URI_CONTEXT_TEXT) with your site address.

    Be careful cause it’s a core file. Unfortunately that function doesn’t expose a filter otherwise we could have done the dirty work through a plugin.

    #76415

    Yo Gatuam,

    I’m in a real positive mood mate, it’s a glorious day here in Edinburgh (ha, that don’t happen that often) during the largest Arts festival in the world, at a time when we have 8 festivals overlapping in 6 weeks. I am like a pig in the proverbial :D

    And if they were subscribed to feeds, most of them would also have subscribed to BuddyPress feeds

    That’s a massive presumption matey :)

    All i’m saying is, hasn’t 20 years of the internet as we know it shown us not to presume about users? :)

    or they would be using WordPress (so they may get to know about it from the dashboard)

    If they happened to log in on the 20-24 hours it was on the dashboard ;)

    Which gets harder depending on timezones and y’know life. If it was up there for a week, well yeah, I think you’d be closer to being right :)

    All i’m saying is this JJJ: Maybe when you make posts about bbPress on other websites, you could do us a favour and make a little 2 line forum post on this website too. All that’s needed is “hello folks, FYI, link”.

    From my point of view, this covers 100% of bbPress users, where are not doing it covers less than 100%. To me, in a really positive sense, taking 1 minute to post “FYI, link, :)” and make sure no-one feels lift out is really positive :)

    bbPress users have a history of hearing things 3rd/4th/5th hand, and rarely do those things turn out positive. I believe that JJJ’s plug-in will be positive to countless people, and i’m positive he’s the man for the job. Lets communicate about something positive, in a positive way, to all users :D

    As opposed to posting about software X, on software Y’s website, and hoping people use software Z to read the news about it for the 24 hours it showed it. That’s just comical – haha actually I wonder if there’s already a dilbert comic that covers such convoluted messaging…

    Have a great day folks, i’m off to see my 3rd favourite comic ever tonight

    #76414
    Gautam Gupta
    Participant

    Kevin, let’s be positive.

    Couldn’t you have even posted a blog post here or a forum post here just with a link “hey folks, wanted to make sure you saw this :)” ?

    If bbPress users don’t use WordPress, then 99.999% they would also not be coming to bbPress blog each day to check for updates. And if they were subscribed to feeds, most of them would also have subscribed to BuddyPress feeds or they would be using WordPress (so they may get to know about it from the dashboard). And even if anyone would have missed, he/she would have got to know about it via other blogs like wpmu (I am talking of the people who like to be up to date with bbPress happenings).

    #92701
    zaerl
    Participant

    You have to pass an additional parameter to mail():

    $add = "-f my-website.com";
    mail($to, $subject, $message, $additional_headers, $add);

    http://php.net/manual/en/function.mail.php

    #76412

    Thanks Rich! Me too! :)

    #76410

    Aw, you’re all so afflicted. :)

    A few of the more vocal people in the BuddyPress forums raised concerns about me dual wielding projects, so it made more sense to address it there than here. Plus there’s a bigger audience over there, and since both blogs feed into the WP dashboard you’re all going to see it regardless.

    It’s easy to assume that no one is thinking of you guys, I am, I was, and I did.

    And yes, I’d like to have /something/ usable in a month or so, like I said in that post “give or take a missing feature or two.”

    So, buck up. :D

    #92673

    In reply to: Registration Email

    pagal
    Participant

    Its not integrated at all…

    you’ve just used

    <IFRAME SRC="http://tangotool.com/gmodforum/bbpress/" WIDTH=870 HEIGHT=1600></iframe>

    I’m sorry but we don’t call it seamless or deep integration.

    #92672

    In reply to: Registration Email

    TangoTooL
    Member

    chris: That didn’t work at all, sadly enough.

    pagal: Have you been to the site? :P

    it is integrated seemlessly, sql and all.

    #92667

    In reply to: Registration Email

    pagal
    Participant

    bbPress in Iframe? that’s really strange :-)

    I’ve never heard about it before.

    Can you please mention your forums link here?

    It will be easy to find the problem.

    Thanks,

    Pagal

    #35043
    TangoTooL
    Member

    Hello, I have integrated bbPress in an iframe and looks perfect to be honest. ;)

    My only problem is being that The theme doesnt look good out of the frame but when someone registers for an account it will send them to the actual forum location.

    I was wondering if there was some way that instead of the email telling them the actual installation path it would direct them to the page on my WP I have the frame at or not even have that at all.

    I’m open for any solution. Thank you.

    #92638
    zaerl
    Participant

    There was things I could have done much better

    for sure man. Mass email = 99.998% flagged as spam.

    The only way to avoid been flagged as spam is to send the notifications into batches that by default are no more than 50 addresses per email like what happens in the “Mass Email” functionality of phpBB. (addendum: a lot of hosts allow you to only send X email per hour.)

    I have built a lot of newsletter-like server-side software that sends the newsletter out to X of them every Y minutes using a cron job, with X and Y adjusted from host to host.

    Right now there isn’t a plugin that provide this functionality but it can be easily achieved as ashfame suggested but you need some PHP+bbPress knowledge to code what you want.

    #92660
    zaerl
    Participant

    bbPress has forums and sub-forums. Just edit the front-page.php template file.

    Thanks :)

    Seems so actually, so it might well be unnecessary with the linked tutorial. Haven’t got time at the moment to confirm though unfortunately.

    #92563

    It’s really unlikely a single user could have done something.

    Excuse the obvious nature of the questions, and i aprecaite that you’ll have answered them in teh text above, but this isn’t a normal everyday bug, so we’re starting from scratch:

    1) What version of WordPress?

    2) What version of bbPress?

    3) Are they integrated (share login cookies)?

    4) Are they “deep integrated” (can call functions in the other program)?

    5) Do you have the latest version of akismet on both WP and bbP?

    6) Can you log into WordPress?

    7) Can your other users log into WordPress?

    8) Can people register with WordPress?

    9) Can people register with bbPress?

    10) Can people log into bbPress?

    11) Have to tried disabling all plugins and trying again?

    12) If so, have to tried switching to the default theme?

    13) Are you using a premium (paid for) theme?

    14) Are you using buddyPress?

    15) What has changed since Friday?

    16) What WordPress plugins are you using?

    17) Are you using WP MultiSite?

    18) Did you know that “registered users only” plugin has been marked by others as not working for WP3.0.1 on the plugin repository?

    I know it’s a load of info, sorry, but it will help.

    Very few, if any, bbPress plugins change the “role” for bbPress users, simply due to it’s rather convoluted nature.

    Hopefully, we’ll get this fixed :)

    #92593

    Sorry Robo, i know it’s confusing, apologies if i wasn’t clear. You’re not using bbPress.

    bbPress is a standalone forum that can integrate logins/users with WordPress. It sits in its own folder.

    You’re installing the bbpress plugin for buddypress which is a plugin for wordpress. (yes, it’s a nightmare that they have the same name)

    http://lostinsound.org/wp-content/plugins/buddypress/bp-forums/bbpress/&#8221;

    If you’re in “wp-content/plugins” in any way shape or form, we can’t really help on this forum. I know it’s confusing because someone at autoMATTic decided to keep the same name for a totally serarate project, but thats where we are.

    Anyway, the Buddypress folks are top notch, and they’ll sort you out v quickly :)

    #92558

    Thanks for your response. As you’ll notice in my first post, I already tried adding a line in phpMyAdmin to set user_id 1 to keymaster with the code that you said. There was already a line in the database that had originally set that role for me and it looks like it was never changed. (I don’t know if added a line to do it again was right or not). And I also set that user role for the second admin I created which had never previously had a bbPress role assigned. Neither worked.

    Re: the visibility – everything in all forums was fully visible from the moment I started working on this and saw that the users were all inactive. I tried all the fixes around creating new users and editing roles in the php first. Everything was still fully visible to me as an “inactive” user throughout.

    Removing the visibility plugin from the folder and the database was my last resort and unfortunately it didn’t help or fix anything, so it may have nothing to do with the plugin at all.

    As you mentioned, I saw in your FAQ that your plugin wasn’t designed to hide a whole forum. I saw the next FAQ right under that, however, which says:

    “How do I create a forum that is visible only to registered users?

    Select “Inactive” and “Blocked” roles hide rules.”

    That’s all I needed, so that’s what I did on each forum. It worked great. The problem is, I don’t know what has changed now to make this stop working or how to get into admin to fix it.

    Any other thoughts out there?

    #92557
    zaerl
    Participant

    I’m locked out of my admin, remember?

    Open phpmyadmin -> open the usermeta table -> find the row called bb_capabilities with user_id == 1 and change it to a:1:{s:9:"keymaster";b:1;}.

    I deleted the line in my bb_meta table that set the values of zaerl-visibility and also the line that activated that plugin and then deleted the zaerl plugin file from the bbPress plugins directory

    Now that my role is ‘inactive’ I would expect to not be able to see anything, so something about how the visibility is being generated has clearly changed.

    As it seems you have deleted the plugin from the plugin folder. Given this it’s perfectly normal that you can see everything.

    Addendum: my plugin hasn’t been created for hiding an entire forum: https://bbpress.org/plugins/topic/zaerl-visibility/faq/ the line “zaerl Visibility doesn’t allow me to hide all forums.”

    If you want a plugin that hide an entire forum install mr_pelle great swirl unknowns: https://bbpress.org/plugins/topic/swirl-unknowns/

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