Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Forum information displayed in Joomla/Mambo module Details »»
Forum information displayed in Joomla/Mambo module
Version: 2.0.0, by stonyarc stonyarc is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 04-16-2006 Last Update: 04-17-2006 Installs: 17
Additional Files  
No support by the author.

Forum information displayed in Joomla/Mambo module

Function
This will display the members and basic information of the Bulletin Board in a Joomla/mambo CMS module.

Don't forget to hit install !!!!!!!



Version

v1.0.0
Initial version

v2.0.0
Fixed the prefix issue
Simplified the module config (less fields)


Demo
http://www.xboxusersgroup.com right column

Installation of the module in Joomla

Upload Package File:
Providing you have GZip support with PHP, you will be able to upload a zipped package file that will be automatically installed to your server. 'Browse' to the location of the element on your computer. Then click the 'Upload File & Install' icon.

To install from directory:
If you don't have GZip support then you may upload an unpacked Archive to your host's server. Type the location of this file (it must be the absolute location) then click the 'Install' icon.

Configuration of the module in Joomla

Go to the module manager and click on the new module.
Fill in the required fields (database, username and that kind of things)
Set it to the zone and order you want to display it
Enjoy

Planned features

To be defined

Feel free to support this mod and make a donation to admin@stonyarc.com



(c) 2006 Stonyarc and Xboxusersgroup.com

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 04-17-2006, 09:57 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ramsesx
Thank you stonyarc, but I used the prefix already:
VB3usertable = vb3_user
VB3sessiontable = vb3_session
url to your vb3 = http://www.mydomain.de/forum
second url = http://www.mydomain.de/forum/member.php
The database user/pw are correct.
I think you may have to change something in the php file for your setup

The table prefix is needed for some other queries to.
I'll change to mod so it will take on the prefix as a setting for all tables

quick fix for you

open mod_vbonlineusers.php

look for
PHP Code:
$my_posts mysql_query("SELECT COUNT(*) as PTOTALFOUND from post"); 
$my_threads mysql_query("SELECT COUNT(*) as TTOTALFOUND from thread"); 
$my_users mysql_query("SELECT COUNT(*) as UTOTALFOUND from user"); 
change to

PHP Code:
$my_posts mysql_query("SELECT COUNT(*) as PTOTALFOUND from vb3_post"); 
$my_threads mysql_query("SELECT COUNT(*) as TTOTALFOUND from vb3_thread"); 
$my_users mysql_query("SELECT COUNT(*) as UTOTALFOUND from $VB3_USERS_TABLE"); 
Save and upload

That should help you out till I make the update
Reply With Quote
  #13  
Old 04-18-2006, 12:04 AM
Ramsesx's Avatar
Ramsesx Ramsesx is offline
 
Join Date: Aug 2005
Location: Southern Germany
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now it's fine, only the path to the forum is still pointing to http://www.mydomain.de/cms/forums instead http://www.mydomain.de/forum.
Btw. where can I change the phrases?
Thank you very much for your quick support
Reply With Quote
  #14  
Old 04-18-2006, 06:50 AM
topsoftware topsoftware is offline
 
Join Date: Dec 2005
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
do tou have same dis hack for Movable Type and anader cms
Reply With Quote
  #15  
Old 04-18-2006, 09:36 AM
gameslover gameslover is offline
 
Join Date: Aug 2004
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

First thanks for this great hack :banana:

However I have a little problem. I have my website under Joomla on a server A and my forum under Vb on a server B. Is there a way to use your hack with that configuration or joomla and vb have to be on the same server ?

Thanks you for your answer
Reply With Quote
  #16  
Old 04-18-2006, 09:43 AM
imported_predatorkill imported_predatorkill is offline
 
Join Date: May 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

stony,again is one year ahead!!!

I like it being in the screenshot as a logged in member

great work stony!

**installed**
Reply With Quote
  #17  
Old 04-18-2006, 06:07 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gameslover
Hello,

First thanks for this great hack :banana:

However I have a little problem. I have my website under Joomla on a server A and my forum under Vb on a server B. Is there a way to use your hack with that configuration or joomla and vb have to be on the same server ?

Thanks you for your answer
If your mysql server vb is setup to accept remote connections and the host from joomla is in the "allowed" IP it should work.
Reply With Quote
  #18  
Old 04-19-2006, 06:34 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Don't forget to update to the latest version.

It's a bit easier to work with
Reply With Quote
  #19  
Old 04-19-2006, 08:57 PM
Ramsesx's Avatar
Ramsesx Ramsesx is offline
 
Join Date: Aug 2005
Location: Southern Germany
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If a user have choosen to be invisible, this module is still showing them.
Reply With Quote
  #20  
Old 04-19-2006, 11:13 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ramsesx
If a user have choosen to be invisible, this module is still showing them.
The query can be modified to exclude them
Reply With Quote
  #21  
Old 09-20-2007, 10:56 PM
anstosser anstosser is offline
 
Join Date: Sep 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works fine!!! Thanks!!!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:36 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05649 seconds
  • Memory Usage 2,304KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete