bbPress

Simple, Fast, Elegant

bbPress support forums » Plugins

Plugin: bbPortal 1.2

(26 posts)
  • Started 1 year ago by Null
  • Latest reply from riddle
  • This topic is not resolved
  1. bbPortal 1.2 is ready to download. You can download it here: http://www.bbportal.org/bb-downloads/bbportal1.2.zip

    Changelog:
    - Made bbPortal compatible with bbPress 8.0 +
    - Rewritten most part of the code and fixed some small bugs
    - Now using the bb_get_option API instead of creating a new database table
    - Moved the plugin options in the admin area from "Content" to "Portal Management" in the main admin menubar
    - bbPortal now uses the bbMenu plugin for its menu's. This plugin is added into the .zip file
    - Fixed the form processing bug (thanks to Sam Bauers)

    Still to do:
    - Fix the hyperlink bug
    - Better CSS for the left and rightbars
    - Widgets
    - Being able to create new pages
    - Being able to create new link tabs

    _Null

    Posted 1 year ago #
  2. I get these errors:

    Warning: mysql_query() [function.mysql-query]: Access denied for user 'nobody'@'localhost' (using password: NO) in /xxxx/xxxx/xxxx/xxxx/bb/my-plugins/bbmenu.php on line 376

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /xxxx/xxxx/xxxx/xxxx/bb/my-plugins/bbmenu.php on line 376

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /xxxx/xxxx/xxxx/xxxx/bb/my-plugins/bbmenu.php on line 377

    Posted 1 year ago #
  3. Seems like a db connection problem to me...

    Dunno why this happens, what php/myql version do you run? Dp you have this with other plugins that requier the database?

    Posted 1 year ago #
  4. PHP version 5.1.6
    MySQL version 4.1.21-standard

    No other problems with plugins.

    Posted 1 year ago #
  5. Perhaps cause it's php 5? I dunno it seems to have problems with:
    $r = mysql_query("SELECT * FROM$bbdb->menuWHEREset= 'active' ORDER BYorder` ASC");
    while($rw = mysql_fetch_array($r))`

    You can see the tabs in the admin erea? (is your bb_menu table filled?)

    edit:
    perhaps add:
    global $bbdb; right above the code (above the $r) I showed... what happens then?

    Posted 1 year ago #
  6. Hi I get these errors on my forum:

    Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /xxx/xxxx/xxx/xxxx/my-plugins/bbmenu.php on line 376

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /xxx/xxxx/xxx/xxxx/my-plugins/bbmenu.php on line 376

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /xxx/xxxx/xxx/xxxx/my-plugins/bbmenu.php on line 377

    Any idea?

    Posted 1 year ago #
  7. Null i add global $bbdb; and i get these errors

    Warning: mysql_query() [function.mysql-query]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in xxx/my-plugins/bbmenu.php on line 377

    Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in xxx/my-plugins/bbmenu.php on line 377

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in xxx/my-plugins/bbmenu.php on line 378

    Need hep!!

    Posted 1 year ago #
  8. Do you also run php 5? and/or mysql 4?

    and can you check if the bb_menu table is created in your db and if there is stuff in it?

    To be honest, I have realy NO idea why you guys have these errors or why they occurs. Since you both have the same problem with the same lines of code, I am guessing that OR i programmed something wrong (that can be, cause I really am a programming noob) or it is a php/msql version problem.

    Do you see the menu tabs in the admin area?

    If you dont realy need the menu part, but want to play/use the portal only, you can create a clean php file naming it bbmenu.php and put in a function called: get_bbmenu(). Just make sure this function does nothing at all. Upload it to your plugin directory and you can use the portal plugin. The portal plugin checks if this functions excist in order to continue, but in this stage it doesn't realy need the bbmenu plugin yet (it is usable without it). Only thing is you won't have a nice menu on your portal page then...

    Posted 1 year ago #
  9. I'm sorry if this has been covered somewhere...

    What exactly does this plugin do? Do you have any screenshots, or a site where it is working?

    Thanks!

    Posted 1 year ago #
  10. Null i have php 5.2.1 .
    I see that he bb_menu table is not created in db. WHY?

    Posted 1 year ago #
  11. citizenkeith
    Member

    Thanks Null! We're using bbPortal at our forum now. :) Any chance that you can add Sticky support for topics? I have a topic stickied in my designated portal forum, but it doesn't appear stickied on the portal page.

    Posted 1 year ago #
  12. 2 Wittmania:
    Demo: www.bbportal.org

    2 Keith:
    Yeah, I already thought about that too. Still thinking of how to make this happen. It is on my to do list...

    2 Detrom and Maker:
    I think this is a php5+ issue. I will take a look at it. It would help if you could install the private messages plugin and tell me if that plugin runs ok. You can get it here: http://bbpress.org/plugins/topic/20?replies=8

    Posted 1 year ago #
  13. citizenkeith
    Member

    Thanks Null. :)

    One additional thought... is it possible to limit the length of the post on the portal page, then have a link at the bottom that will take you to the full post in the forum?

    Posted 1 year ago #
  14. Null, private messages plugins is installed now, try on my forum please
    http://foro.bolsageneral.com

    Posted 1 year ago #
  15. keith:
    you mean like a read more?

    detrom:
    will take a look at it

    Posted 1 year ago #
  16. citizenkeith
    Member

    keith:
    you mean like a read more?

    Yes, that's what I mean. :)

    Posted 1 year ago #
  17. I will take a look at it, fixen bbMenu has priority now...

    Posted 1 year ago #
  18. Null I bbmenu is deactivated on my forum, if you want i can activate too try to fix the problem

    Posted 1 year ago #
  19. Null,

    Any updates on this issue?

    Posted 1 year ago #
  20. YEah some dude fixed it, but never mailed me the solution :(

    Posted 1 year ago #
  21. that's a real shame

    Posted 1 year ago #
  22. a real crying shame.

    Posted 1 year ago #
  23. Isn't it so that Wordpress itself can function like a portal?

    Posted 1 year ago #
  24. Yeah, if you have WP installed go use it. If you don't have it and want something izi, use this :D

    Posted 1 year ago #
  25. One admin dashboard, it's as simple as a plugin etc , etc.
    There are lots of good little reasons for this plugin. Not everybody wants the complexity of a wordpress blog for their main site entrance. And in my case I already have another wordpress blog integrated into my forums. In the case of those who just want a forum site, this plugin will make things more 'inviting' to the casual visitor.

    Posted 1 year ago #
  26. I'm a little confused. The word "portal" is such an overloaded term that I'm having trouble seeing what bbPortal *does*.

    Does it simply add a distinct front page to a bbPress install? Can it be used to supplement bbPress with freestanding pages under separate tabs? Or something else entirely?

    I've looked back at other bbPortal posts, gone to bbportal.org, etc. and still don't quite get it. Thanks for any light you can shed.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.