Lost Password?


Go Back   CodeCall Programming Forum > Community > Community Projects

Community Projects Projects created by members of CodeCall. Post all reviews, bugs and questions in this forum under the correct project thread.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-13-2007, 02:27 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default vBulletin Top Posters for Joomla!

Title
vBulletin Top Posters Module for Joomla!

Version: 1.0
  • Updated: 08/13/2007
Change Log
N/A

Description
For those of you who have Joomla! and vBulletin this modules allows you to display the top posters as a module.

Language: PHP

Additional Info
Forum Password is kept as clear text!
Pressing Enter in the HTML editor creates a <BR /> tag

Tested System
CentOS

Requirements (if any are known)
Joomla, PHP, MySQL, vBulletin

Source/Binary Attachment
Attached here as an attachment and in the share system

License
GNU although a link back to Programming Forum would be nice for anyone using.

Operating Systems
Any that support PHP/MySQL

Features
  • Change display amount in module settings
  • Format the output easily in module settings
  • Exclude usergroup IDs
  • Ability to truncate usernames
Todo List/Bugs
None

DEMO
CodeCall - Home - Bottom right
Price: Free!

Support
Support will only be given here. If you find any bugs please post them here.


Need Joomla! Hosting?
Receive reliable and effective hosting from ToastedPenguin.com with automated Joomla! installs!

Attached Files
File Type: zip mod_topposter.zip (2.6 KB, 213 views)
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!

Last edited by Jordan; 08-13-2007 at 02:36 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 09-14-2007, 07:20 PM
Alex1200GS Alex1200GS is offline
Newbie
 
Join Date: Sep 2007
Posts: 3
Rep Power: 0
Alex1200GS is on a distinguished road
Exclamation

Hi Jordan,

I used this promising script on portal.bmwbikers.gr but it seems that something is not quite right. It may be the fact that the vbulletin forum is located in a different sub-domain (forum.bmwbikers.gr), or the fact that the two front-ends are using two different databases.

Although I feel confident fiddling with PHP, I haven't read the code of joomla or VB and I'm afraid that doesn't help. Do you think there is something that can be done to rectify the problem or is it only working in the same sub-domain and DB?

Thanks for your attention,

Alex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-16-2007, 11:01 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Hey Alex,
I have this script working with a subdomain forum (CodeCall Programming - Home and forum.codecall.net) - what error do you get if any? Does the page look half-loaded when the script is enabled?

Did you setup the script properly (added password, forum db name, etc)?
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-16-2007, 08:31 PM
Alex1200GS Alex1200GS is offline
Newbie
 
Join Date: Sep 2007
Posts: 3
Rep Power: 0
Alex1200GS is on a distinguished road
Default

Hi Jordan,

thanks for your reply. I have put the script back up for you to see. When the DB fields are completed correctly the script itself works fine, although a case conversion was needed (userID -> userid) inside the user-definable html field, but the rest of the joomla interface seems to be loosing touch with its own database. It seems like joomla tries to retrieve its data from the vbulletin database and goes berserk. Joomla works fine in the parts before the script and displays a trillion errors after it.

I tried re-writing the PHP script in a number of different ways, changing the variable names in case they clash with something else, even tried to enclose the entire thing inside a function (to restrict the scope of the DB variables) but to no avail. Joomla still goes berserk when the script is enabled. Have a look: BMWbikers - ‘ρ‡ική

Thanks for your attention,

Alex

PS: The comment on top of this script is a left-over from another script
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-17-2007, 08:47 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

Hey Alex,
That is interesting and I'm not sure what the problem is but it looks like the top-posters module works and everything else gets corrupted after it loads.

Is it possible for you to setup a temporary admin username/password for your Joomla installation so I can do some tests? I'll need a way to upload so could you also install JoomlaXplorer?
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 09-17-2007, 02:58 PM
Alex1200GS Alex1200GS is offline
Newbie
 
Join Date: Sep 2007
Posts: 3
Rep Power: 0
Alex1200GS is on a distinguished road
Default

Well, guess what? I accidentally fixed it.

Prior to creating a joomla admin account, I created a restricted mysql user account (SELECT privilege only) in the VB database and updated the joomla script with this user; then refreshed the front page to make sure it works and the problem got fixed! It seems that the script doesn't like fully privileged access rights for some reason.

Thank you very much for your prompt assistance!

Alex
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 10-16-2007, 12:54 PM
joe13 joe13 is offline
Newbie
 
Join Date: Oct 2007
Posts: 1
Rep Power: 0
joe13 is on a distinguished road
Default

Hello,
top poster is nice mod and I tested him from two domaines where Joomla is on one and vbulletin on second domaine, but it seems I al having error with top posters links in that module? Anywhere I just installed that mod to see is it working, but actually I try to found modul for last posts, so anybody know where to found that modul?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 12-04-2007, 09:34 AM
Aryentain Aryentain is offline
Newbie
 
Join Date: Dec 2007
Posts: 1
Rep Power: 0
Aryentain is on a distinguished road
Default

Hi, i have this problem:

It displays the user names, but the link to their profile doesn't work. They point to h ttp://mysite.net/forum/member.php?u=__userID__ it doen't replace the "__userID__" with the actual userid, how could i fix this? i would like to show each username and post count one bellow the other, is it possible too? since they are shown one on the right of the other. Thanks for this usefull work!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 12-27-2007, 09:16 AM
Sunsetdriver Sunsetdriver is offline
Newbie
 
Join Date: Dec 2007
Posts: 1
Rep Power: 0
Sunsetdriver is on a distinguished road
Default

Hi and thanks for this module.
Would it be possible to have members' names linked to their Community Builder's profiles instead of their VB's ones, please?

And, what about a "Latest Threads" module?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
vBulletin No Replies for Joomla! Jordan Community Projects 7 06-25-2008 04:33 PM
Project: vBulletin Alert System (vbAS) Crane Community Projects 18 12-13-2006 11:54 AM
vBulletin Forum Directory sarahk Hosting and Registrars 6 11-07-2006 09:33 AM
Vbulletin 3.6.0 Blaze Technology Ramble 2 08-17-2006 02:40 PM


All times are GMT -5. The time now is 12:20 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads