Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 20,251 through 20,275 (of 32,517 total)
  • Author
    Search Results
  • #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/

    #92555
    zaerl
    Participant

    So I’m suspecting the zaerl plug-in as the cause.

    Absolutely not. My plugin doesn’t change roles, doesn’t change permissions neither it attempts whatever action that invole writing of data nor it install nasty things on any of the bbPress tables. It just read and write a single bb_meta value in which there are packed all the visibility rules. Nothing more.

    Keep in mind that a user that hasn’t posted anything is actually inactive and become active only when he will post something. Also double-check that role-mapping on /forum/bb-admin/options-wordpress.php.

    @Kawauso

    Good to see you back :)

    Regarding the plugin, AFAIK the plugin does only tell you the lines you need to add in config file for cookie permissions. The plugin is not needed afterwards. Correct me if I am wrong.

    #35021

    I’m running bbpress 1.0.2 and had it successfully integrated with WP 3.0.1. WP is on the subdomain http://wisdom.theheartsvoice.com/ and bbPress is in a folder on that subdomain /forum/. They are sharing a SQL database.

    I have the bbPress integration plugin installed in WP and all the secret keys are copied over from wp-config.

    I had mapped the user roles successfully and all my users (only 11) had registered on WP as subscribers and were successfully being added as members in bbPress as soon as they logged in there.

    In order to create both a private site and forum, I had installed the “registered users only” plugin on WP which is still working fine. And then to make the forum private I installed the “zaerl visibility” plugin, and set it up so that “inactive” and “blocked” users can’t see any of the forums. The roles ‘member’ ‘administrator’ and ‘keymaster’ all had full visibility.

    This all worked brilliantly for at least 6 days and there have been no changes that I know of to anything – no one has permissions on my admin, etc but me.

    Tonight, I tried to log into the forum and discovered that I’m not getting an admin link anymore and I’m unable to reply to anything or start topics. Then I realized that me and all the other users have been set to “inactive”. They are all still showing as “subscribers” in WP.

    However, as an inactive user now I shouldn’t be able to see any of the forums and all of them are fully visible. So I’m suspecting the zaerl plug-in as the cause.

    I’ve reviewed most of the threads on this topic here and haven’t found anything that applies.

    I’ve tried:

    – clearing my cache and my cookies.

    – created a new admin user in WP and clicked over to the forum, hoping the role would automatically be translated into keymaster there. No. (And when I checked the wp_usermeta table there had been no new line of code added on login to assign a role for that user_id, so I suspect the role mapping has stopped working completely.)

    – logged in directly to the forum with both admin accounts, no admin link appeared, no change in user status.

    – 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 (I’m not really a coder, so may be in WAY over my head trying to use phpMyAdmin!)

    – I inserted a new line of code in my wp-usermeta table to reset my bb_capabilities to keymaster, by copying exactly what was set before to my user_id.

    – I did that also for the second admin user I created.

    None of these things has worked and since I can’t get into my admin I can’t reset any of the users from inactive to member and so my forum is essentially dead (and it’s week 1 of a 5 week class)

    The WP and bbPress integration is still working fine and I’m still an admin on the WP side and when I get to the forum, I’m still logged in already, but I’m inactive.

    How can I get back in and get the roles reset?

    #92533
    zaerl
    Participant

    bbPress uses encrypted cookies. If you want to use sessions you must add the required code (in your template files) but you need some PHP knowledge.

    http://www.php.net/manual/en/ref.session.php

    #92518
    _ck_
    Participant

    Ben L. = nightgunner who is a talented coder.

    https://bbpress.org/plugins/topic/profanity-filter/

    I am sure they can fix it if you just let them know it’s causing the problem and give them some time.

    #35012

    This is my forum: http://thepier.bridgeatthedock.com/

    As you can see, the hot tags, topics, etc. start too far to the left in relation to the header. How can I fix this in the css code? I edited the Kakumei theme on notepad and can’t find what I did to create this problem.

    #92188

    In reply to: Spam

    korti
    Member

    @pagal Thanks, I will certainly try out the plug ins.

    @kevinjohngallagher I’m not going to argue with you, not enough time unless I turn on my dragon… akismet works spectacular on wordpress and needs some love on bbpress. If I was a programmer i would be on it. I only need this to work on one site.

    yes, for real I have a lot of sites (stopped counting at 70) and you will always find me here at my pc. I have made a living on the internet since 1997. Friends at Google, seo professional and just learning the css stuff loving wordpress.

    I love bbpress and do not use any captcha for anything but my email forms, and the people who are not using it are are not getting a lot of traffic. if I didnt have captcha on my sites for email forms it would be game over. I get maybe 1-2 human spams a week if that. And my sales are going up up and up.

    BBpress was hard enough to learn how to install it and then get all the spam.

    and ya know I may have something goofed up in one of my files causing askimet to not work. I have two forums going and one gets only 3 spams a day the other gets 20. Then again the one that gets 20 I think was just indexed and has a lot of content.

    the other was just a test site. I will reinstall and see what happens.

    I just wont be able to handle it with one site that it is in the top 5 for many major keywords and we get 50 questions(emails) a day. I know the forum would be a smash instantly as they are using the feed back comments like mad.

    I will try a few thing s and see what works. This site makes me way to much money to have it not work. I am still debating on moving it over to wordpress.

    Lots of pros and cons to everything these days! Anyways, I have been dong this a long long time, so far my system is definitely working for me. I just have one small hurdle. If I did only have one or two sites it would be a piece of cake. As a SEO professional, I’m like a kid in a candy store. And every day I find an easier way and that is what is all about. That and to learn from one another.

    meanwhile imagine bbpress with no forum… and they just got emails all day asking how to do this or how to do that…. that is where I am at.

    so all in all i guess it depends on what you are doing on the net and how you are making your money..

    captcha has never slowed me down but I type extremely fast to. I forget about the two finger typers.

    I can say this, one time I forgot to put a captcha code on one website and wow what a mess 500 spams a day! I have also used every site builder under the sun and they all recommend it. To me it is like a seat belt law, you hate to put it on, but you know it is for the smart thing to do.

    Thanks again sorry for typos, sleepy! 240 am here in Texas.

    #92404
    _ck_
    Participant

    You’ll get incorrect dates when the bbpress api cannot see the correct time.

    But if you are saying the mouseover is working, that means that $topic has the right time.

    I suspect you do not have $topic as a global before your loop.

    So find the foreach you have and put global $topic; before it.

    #92511
    _ck_
    Participant

    It’s possible one of the plugins that relies on post_text is messing with the content.

    All these work with post_text

    Allow Images

    BBcode Lite

    bbPress signatures

    bbPress Smilies

    Improved Spoiler (makes a spoiler bar)

    Profanity Filter

    If you can consistantly make the problem happen (and cure it) then put bbpress into safemode by putting this into your bb-config.php

    $bb->safemode=true;

    and then try making the problem happen again.

    Safemode will disable all plugins and switch you to the kakumei theme. But it’s not permanent, just remove the line and you’ll be back to normal.

    #92510
    rajada
    Member

    Compresses output… compresses output… if only I knew what that meant… I never installed any plugins to specifically do that.

    Nope it still happens even after I clear my cache.

    Custom plugins on the bbpress forum I have include:

    (explained the non self-explanatory ones)

    Akismet

    Allow Images

    AutoRank (ranks based on posts)

    BBcode Buttons Toolbar

    BBcode Lite

    bbPress signatures

    bbPress Smilies

    Improved Spoiler (makes a spoiler bar)

    Members Online

    Profanity Filter

    Unread Posts

    I forgot to mention… the last time this happened my friend and fellow php’er (i use the phrase ‘fellow’ lightly as he really is the brains of this site, I have a very basic code knowledge compared to him) mentioned that the server’s cpu was pinned at 100% if that helps you any.

    for themes – http://bbninja.com

    for custom themes, you can contact me for a quote – ashishsainiashfame[at]gmail[dot]com

    #92508
    zaerl
    Participant

    No problems with that text.

    Date	Sat, 07 Aug 2010 01:04:46 GMT
    Server Apache
    X-Powered-By PHP/5.2.9
    Vary Accept-Encoding
    Content-Encoding gzip
    Content-Length 2297
    Keep-Alive timeout=2, max=100
    Connection Keep-Alive
    Content-Type text/html; charset=UTF-8

    Maybe you are gzip’ing the output 2 times. One at bbPress level and one at server level. I can see from HTTP response header that your main page is gzip’ed. Are you using a plugin that compress output in your forum?

    Or maybe it’s a browser error. Try to clean the cache.

    #92507
    rajada
    Member

    Well that just tells me its not the quotes, I bet if you copy/pasted this:

    http://www.nerfarena.net/library/index.php?title=Confessions_of_a_Teenage_NAB_Enthusiast

    as I did it would work… not that I think you should. I think after realizing that the html file does it too tells me that it is probably the formatting (IE the bold lettering and stuff).

    And sorry, I don’t know what database you mean (site, forum, library?) and even how to check its character set.

    And besides, it only destroys the topic, not the forum, so just my thread would die, kinda counter-productive if you ask me. :P

    #92506
    zaerl
    Participant

    Trying to destroy bbpress.org with 11 different quote characters:

    ” ̏ “ ” „ ‟ ‶ ‵ ‷ ‘ ’ ‛

    I have copy-pasted on my sand-box the code but no problems arise. Do your database character-set is utf-8?

Viewing 25 results - 20,251 through 20,275 (of 32,517 total)
Skip to toolbar