Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 50,226 through 50,250 (of 64,380 total)
  • Author
    Search Results
  • #15290

    Topic: Moderation Panel

    in forum Showcase
    Maxotote
    Member

    Hi, I have the 1.0 and my moderators BBPress I would put a panel of administration on the web without having to go to the administration, I want to put on ipod touch type images, like this:

    http://i26.tinypic.com/15xo18w.png

    but only the buttons that I see the moderators and not users, to hide some code exciste buttons for normal users?

    These buttons are in the sidebar

    My skill level: html: good

    php: bad

    css: well

    I await your reply, Thanks!

    #73748
    rizzn
    Member

    ..

    _ck_
    Participant

    I suspect the akismet plugin will eventually have a permanently delete feature like it does for WordPress.

    If you have that much spam on your forums you have a bigger problem in that so many spammers are able to register so easily.

    I can probably put a real delete button into Mass Edit

    #75987
    _ck_
    Participant

    Your caps seem to have a problem of being stuck half the time, please fix that.

    bbPress does not have any way currently to make a post sticky (I assume you mean inside a topic)

    As an alternative you can use the new Edit Post Attributes plugin to change the post date and position to something earlier than the first post and that might make it the first post.

    #15289
    QuickD
    Member

    THIS IS NOT IN NEW VERSION BUT OLD VERSION OF BBPRESS BEING VERSION 0.9

    STILL LOOKING FOR EXPERT to help with Reputation Plugin, POLLS and Avatars. My current expert seems to make things work less as time goes by. HELP!!

    #75986
    rizzn
    Member

    Son of a gun, I’m a dummy.

    turns out i had permissions set too high. Chalk another one up to checking your error logs.

    #75985
    rizzn
    Member

    In checking my error logs – these are the only relevant lines I can find, which don’t really seem to have much bearing on my problem, but I’m including them for the sake of complete-ness.

    [Sat Jul 11 22:12:58 2009] [error] [client 99.7.71.57] SoftException in Application.cpp:256: File "/home/animeusa/public_html/siliconangle/ver2/bbpress/bb-admin/index.php" is writeable by group, referer: http://siliconangle.com/ver2/bbpress/bb-admin/upgrade.php
    [Sat Jul 11 22:12:58 2009] [error] [client 99.7.71.57] Premature end of script headers: index.php, referer: http://siliconangle.com/ver2/bbpress/bb-admin/upgrade.php
    [Sat Jul 11 22:12:58 2009] [error] [client 99.7.71.57] File does not exist: /home/animeusa/public_html/siliconangle/favicon.ico

    #75984
    _ck_
    Participant

    You can have both, relative time as the main text and then when you mouse over, the real date:

    https://bbpress.org/forums/topic/how-do-you-change-the-freshness-of-post-date-format#post-10021

    #15288
    rizzn
    Member

    I’ve got WPMU latest, BuddyPress latest and BBPress latest installed.

    Everything’s mostly working how I want it (few minor quirks here and there, but i’ve been ironing them out pretty handily so far)….

    … except BBPress. I did the full integrated install, and it went through without too any major issues, everything seemed to work fine. The database has been modified how it should be, from what i can tell, and everything looks fine in the directory structure…

    … except I get this error on all bbpress pages now:

    500 Server Error

    A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.

    URL: http://siliconangle.com/ver2/bbpress/bb-admin/

    I doublechecked everything in the config files, and database stuff is configured properly. Permissions checked – no issues there that I can find.

    i’m up against a wall, i can’t figure out what the deal is. any thoughts?

    #75948

    @marcomail

    Nope! I have installed bbPress into a sub-directory. I will look forward to install it in a sub-domain also.

    #75699
    batrachoid
    Member

    Yeah, I had the same problem when I updated to the most recent version of BBpress until I noticed this post over at https://bbpress.org/plugins/topic/avatar-upload/

    transom wrote

    To get Avatar tab in the profile working under Alpha-2 –

    edit avatar-upload.php in the bbpress root

    change line 7 from

    bb_auth(); // logged in?

    to

    bb_auth(‘logged_in’); // logged in?

    It worked like a charm for me.

    #75947
    double_d
    Member

    I was able to resolve the problem and get it working thanks to my sloppiness.

    The problem was created when I generated the four keys. I simply copied and pasted them to the wp-config file and the bb-config file. However, the defined keys are different in each file. For the wp-config file the auth key is defined as AUTH_KEY. Whereas, in the bb-config file it is defined as BB_AUTH_KEY. Once I put the BB_ prefix in for the four keys in the bb-config file it worked.

    I do have the two programs working without the bbpress plugin.

    I still have it setup as separate databases. The users are shared by defining it in the bbPress WordPress integration page by checking the “Show advanced database settings” and input your database information.

    Thanks for your help.

    On to the next step — Theme Integration!

    #75972
    johnhiler
    Member

    @grassrootspa – I’m not sure why they did it that way… I guess so that you could restore the post if you wanted. WordPress doesn’t have a comments trash – if you delete a comment, the comment is gone. I think blog posts work the same way too.

    So I guess the two systems work somewhat differently? That’s not the only difference either – WordPress also has a “moderated comments” layer in addition to the Akismet Spam layer, but bbPress only has the Akismet Spam layer. Dunno why bbPress doesn’t have a moderated layer either… maybe because bbPress doesn’t (yet) easily enable anonymous comments, so spam isn’t as huge a problem as it is in WordPress.

    #75946
    Marcomail
    Member

    but you use bbpress in a subdomain ?

    Marcomail
    Member

    thanks, yes, load the environment it’s simple, but i’d bbpress quickly

    #15286
    kipperman
    Member

    Hi

    Just uploaded the bbpress files to a folder I called /forum

    went to mysite/forum/index.php and got this odd error report:

    Secure Connection Failed

    ‘mysite.co.uk’ uses an invalid security certificate.

    The certificate is only valid for web34.secure-secure.co.uk

    (Error code: ssl_error_bad_cert_domain)

    Im lost here – any ideas?

    Thanks

    johnhiler
    Member

    I think the script is one of those rare ones that works only with 1.0.

    There’s no official support for permanent deletion of posts, but it’s a fairly often requested feature:

    http://www.google.com/search?q=permanently+delete+post+site%3Abbpress.org

    The only clean solution for now is to do it through phpMyAdmin?

    andrew459
    Member

    Thanks for help. I’m using bbpress 0.9.0.2 any idea if this script works with that? I guess I can always do a backup and try it anyways.

    johnhiler
    Member

    There’s no official support for this… but someone wrote a script a while ago to unofficially pull this off for 1.0:

    https://bbpress.org/forums/topic/permanently-deleting-topocs-and-posts

    I haven’t tested it though and it hasn’t been packaged as a plugin. If you try it out, definitely backup your database first – and test carefully!

    andrew459
    Member

    It looks like my bb_posts table is growing out of control in size. As I was browsing I noticed most of the posts in it are spam/bozo/deleted posts that do not actually even show up on the forum. It looks like bbpress is really good at moderating spam and blocking bozo posts, but how do I delete all those posts from my bb_posts table?

    You probably need to look into this wordpress file wp-includescapabilities.php and mimic that function in bbPress or alternatively load WP environment and use it. I would recommend avoiding the latter option due to performance issues.

    Hope that helps! :)

    #75945

    @Marcomail

    I have successfully integrated them without a plugin as per my tutorial in the 2nd post.

    #75944
    Marcomail
    Member

    i have wp 2.8 and bbP 1.0 and without cookie integration plugin on wordpress i couldn’t access to bb-admin after the login in wordpress…if you use only the bb press login it’s not necessary, but if you use login on wordpress, like me, it’s necessary

    Marcomail
    Member

    user category, for example contributor, administrator, author….bbpress have the corrispective, but i’d create a new user category in wordpress

    #15284
    Arturo
    Participant

    Now bbPress 1.0.1 is available for download in Italian at: http://www.wordpressmu-it.it/downloads/

    There are 2 package, the only localization files and the full package with the bbPress files and the localization files.

    Ora bbPress 1.0.1 e’ disponibile al download in Italiano su: http://www.wordpressmu-it.it/downloads/

    Ci sono 2 pacchetti, solo i file di localizzazione e il pacchetto completo con i files di bbPress ed i files per la traduzione.

Viewing 25 results - 50,226 through 50,250 (of 64,380 total)
Skip to toolbar