Forums

My community powered by WordPress with full vBulletin integration (20 posts)

  1. forcerdj
    Member
    Posted 2 years ago #

    http://www.audio-loop.net

    My website shows good demonstration on integrating Word-press and Vbulletin forum's.

    It's a music production community

    - You can login, logout and view the welcome box from any Word-press page.
    - vBulletin database is used for users (using vbulletin/Word-press bridge)
    - Comments system is still controlled by Word-press
    - WordPress header and footer is used for vbulletin for seamless design integration

  2. Samuel B
    moderator
    Posted 2 years ago #

    very nice

  3. salenco
    Member
    Posted 2 years ago #

    Hi forcerdj

    Wow, great design, very clean and minimalistic.

    Congrats for the site!
    By the way audioloop has a new follower on twitter ;).

  4. thescribbler
    Member
    Posted 2 years ago #

    Very nice site! Design is clean and crisp. I've recently started learning electronic music production so will definitely keep an eye on your site!

  5. pioneerka
    Member
    Posted 2 years ago #

    Well, let me be not so optimistic.
    If the key point is integration with forum, than everything is great.
    But design needs to be reworked.

  6. forcerdj
    Member
    Posted 2 years ago #

    Thanks for the comments guys :-)

  7. thescribbler
    Member
    Posted 2 years ago #

    Hmmm...I guess beauty is in the eye of the beholder! I think it looks nice - the aesthetic matches the function of the site perfectly. Two things:

    1. I reckon you could do with more content on the front page, maybe double (or triple) the section with the three images beneath the main top section. There's loads of room and at present I reckon you're selling yourself short with just one row of three.

    2. I don't get tag clouds! I gather they're for SEO purposes but I can't really see the need and IMHO they needlessly take up visual real estate whilst offering little real value or benefit to the visitor.

    These aspects are personal taste though so I guess there's no real right or wrong, only preferences...

  8. forcerdj
    Member
    Posted 2 years ago #

    I agree with point 1. I am currently trying to modify the theme to display the blog content as well as titles.

    I like tag clouds, if someone stumbles up-on the site and is looking for something specific, they can quickly click on a tag and be presented with all results.

    Again thanks for the feedback :)

  9. Fredrik-S
    Member
    Posted 2 years ago #

    Really nice!

    What did you use for plugin and bridges to accomplish your integration between WordPress and vBulletin. All I can find is a pretty old bridge in this thread http://www.vbulletin.org/forum/showthread.php?t=205388

    Did you use that? What problem did you bump into?

  10. forcerdj
    Member
    Posted 2 years ago #

    Fredrik, that is the exact wordpress plugin i used, this helps you bridge users and posts if you wish..

    I then created a widget using an 'external login php script for non vbulletin pages' which allowed me to have the welcome box on the wordpress page.

    then used the following script (create a plugin in vb) to call the wordpress header and footer: (note, this is specific to my theme, you will need correct paths to your own theme)

    define('IN_VBULLETIN', true);
    include '../wp-load.php';

    // Nav bar
    ob_start();
    include '../wp-content/themes/arras-theme/includes/nav.php';
    $wp_nav = ob_get_clean();

    // Footer message
    ob_start();
    include '../wp-content/themes/arras-theme/includes/footer-message.php';
    $wp_footer_message = ob_get_clean();`

    use the vars to include it into vb header and footer $wp_nav $wp_footer_message

    this will generate errors bcoz of a conflicting sanitize_url() .. this needs to be changed in wordpress to something like wp_sanitize_url()

  11. designfollow
    Member
    Posted 2 years ago #

    very nice

    [sig moderated as per the Forum Rules]

  12. AndyAA
    Member
    Posted 2 years ago #

    Hey forcerdj

    I tried using a heap of external login scripts for my users to login to vbulletin via wordpress which work but they never show the user as loggin in in wordpress....only vbulletin

    did you have this error?

    Andy

  13. MrXfromPlanetX
    Member
    Posted 2 years ago #

    I like vBulletin, since people are familiar with using it, but have people checked into this forum plugin? http://simplepressforum.com I just started testing it out.

    I like it and it has a lot of great features, but I'm concerned about the learning curve for people, since people are used to using vBulletin.

    With SimplePress you upload it to the plugins folder, unzip, activate, and then run an install. It customizes the login screen for subscribers. Their accounts show up under the WordPress users section like any other user.

    I'm impressed with the features and functionality so far, but I've only made a couple of test posts.

    So far it appears to have just about every feature vBulletin has.

  14. vaibhavkanwal
    Member
    Posted 2 years ago #

    I liked your Logo and overall header. The sidebar has been carefully designed. One thing I noticed was that the sidebar runs longer than the content.

    Please either increase the content or decrease the sidebar. You may also try 2 coloumn sidebar to fit more contents

  15. archondigital
    Member
    Posted 2 years ago #

    I like how you manage to integrate them and keeping the look consistent.

    I am still waiting for bbpress to be up to par with WordPress. Vanilla is also a nice clean and lightweight forum.

  16. pokerclubbe
    Member
    Posted 2 years ago #

    looks very nice,

    I managed to do more or less the same, but I have issued getting my full welcome box of my forum displayed in a wordpress plugin.. Ican have a login box that works fine but after a succesfull login displaying a welcome box is something else..

    any pointers?

    my forum : http://www.pokerclub.be/forum
    my fronted = http://www.pokerclub.be/wordpress

    the login box is nog on the test wordpress page

  17. chen
    Member
    Posted 1 year ago #

    hi forcerdj, i followed your instructions and it seems to work, however, the Edit Advanced button won't work anymore.. and we're having issues with posting images.. :(

    Has anyone made this work properly?...

    thank you.

    Chen

  18. yzw
    Member
    Posted 1 year ago #

    Very nice website and interesting too, I may download audioloop and play with it a little bit. :)

  19. nikla1
    Member
    Posted 1 year ago #

    cool :D

  20. chen
    Member
    Posted 1 year ago #

    has anyone made this work properly on vB 3.8.1? please anyone?

Topic Closed

This topic has been closed to new replies.

About this Topic