Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
"Meet our Team" in Forumhome Details »»
"Meet our Team" in Forumhome
Version: 1.1.0, by vbFreelancers vbFreelancers is offline
Developer Last Online: May 2008 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.8 Rating:
Released: 01-19-2008 Last Update: 01-24-2008 Installs: 59
Uses Plugins Template Edits
Code Changes Additional Files Is in Beta Stage  
No support by the author.

Removed by the Author
due to luck of free time to support it.
------------------------------------------------------------



Meet our Team in Forumhome
by vbFrerlancers


New features in version 1.1.0
  1. Now you can choose to show user's Avatar or Image. If you choose Image and there is no one, then user's Avatar is displaying
  2. You can choose any usergroup you want to show
  3. Code moved to hook system, so you don't need any file or templates modifications.
I developed this mini-mod for our site, but I thought that maybe some of you, need something like this, so I added some attractive options to fit to your special needs.

1.- What it does

Very simple things comparing with our other mods. This shows your site's team in forum home. It's a good way to introduce yourselves to your visitors and members.

2.- Options


I believe that I added lots of configurable options (have more in my mind), but everything is depending on it's popularity. The default options are:
  1. Show/Hide the blocks
  2. How many members to show in the block
  3. Choose to show Avatar or user's Image
  4. If you choose Image you can setup the max width
  5. What interface to use for the block (Table or Fieldset)
  6. If it's table to use border or not
  7. Show header for the block or not
  8. Text to use for header
  9. Show online/offline status (Yes/No)
  10. Show last activity (Yes/No)
  11. Text for Last Activity (eg Last seen)
3.- Installation


Installation is pretty easy:
  1. Upload all files and directories including at "vbulletin" directory to the directory where vBulletin is installed.
  2. Check at your AdminCP->vBulletin Options->Plugin/Hook System that Plugin system is enabled.
  3. From your AdminCP->Plugin System->Manage Products choose Add/Import Product and import the product: product_siteteam.xml
  4. Set the various options at: Meet Our Team Options. If you can't see the menu on the left, press F5
4.- Upgrade from versions 1.0.0 & 1.0.1
  1. Revome the code that you've added at index.php
  2. Remove the variable $siteteam from FORUMHOME template
  3. Follow the steps for a new installation
That's all. Hope to enjoy it

Marina

Supporters / CoAuthors

Show Your Support

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

Comments
  #82  
Old 03-20-2008, 06:55 PM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dave9720 View Post
This is what I have on forum page; Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5

I have 5 members listed in site team, showing 4 Warning: array_merge, If I remove the other 4 members the Warning: array_merge is gone. Very confused
The array error is being caused because you are running php5 on your server, where this mod was intended for php4.

Try what I wrote in my previous post and see of that takes care of it.
Reply With Quote
  #83  
Old 03-30-2008, 09:17 PM
dave9720 dave9720 is offline
 
Join Date: Dec 2007
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dancue View Post
The array error is being caused because you are running php5 on your server, where this mod was intended for php4.

Try what I wrote in my previous post and see of that takes care of it.
Thank you again for your help dancue. Found the problem in another application that was running on site. All good now! Let me know if you have any luck in editing users title to show on forum for this application. Again Thanks Dave:up:
Reply With Quote
  #84  
Old 03-31-2008, 12:41 AM
bayareamommas bayareamommas is offline
 
Join Date: Mar 2008
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

mine isn't working....just show a box at the end of the page with nothing in it?
Reply With Quote
  #85  
Old 03-31-2008, 01:59 AM
GYSMO's Avatar
GYSMO GYSMO is offline
 
Join Date: Jan 2004
Location: Mtl, Qc, Canada
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dancue View Post
Let me know if it works for you. I still haven't figured it out.
got to wait on this one I did installed it few weeks ago and had to see and still waiting on originals ownner to discribe me a bug that am having on ... disableing it seem to be the only cure to it

I am very surprised on delay is taking maria to fix this bug
Reply With Quote
  #86  
Old 04-02-2008, 05:08 PM
ronnie2112 ronnie2112 is offline
 
Join Date: Mar 2008
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am still getting this error:

Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5
Im confused as to how to fix it. I tried doing this below but it did not work:

Try changing this in the plugin named "Show Meet our team at forum home page":

$tmp = unserialize($user["phrasegroup_siteteam"]);

To this:

$tmp[] = unserialize($user["phrasegroup_siteteam"]);


I know that the error began and is caused by this plugin "Site Team Version 1.1.0 for VB version 3.6.8, I am also using PHP5 if that helps.....

Where or what do I look for to edit and in which files to fix this error or stop it from being thrown. The Plugin actually functions, I just get the error code seen at the top of the forum page. If I turn off the SiteTeam plugin or make it in-active then the error goes away. It also started giving me that error right after I installed the plugin "SiteTeam v1.1.0" so I am certain that this is where the problem lies correct?

So what exactly do I edit to fix this? Im very confused.

Thank you!
Reply With Quote
  #87  
Old 04-02-2008, 06:12 PM
dancue dancue is offline
 
Join Date: Feb 2008
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ronnie2112 View Post
I am still getting this error:

Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5
Im confused as to how to fix it. I tried doing this below but it did not work:

Try changing this in the plugin named "Show Meet our team at forum home page":

$tmp = unserialize($user["phrasegroup_siteteam"]);

To this:

$tmp[] = unserialize($user["phrasegroup_siteteam"]);


I know that the error began and is caused by this plugin "Site Team Version 1.1.0 for VB version 3.6.8, I am also using PHP5 if that helps.....

Where or what do I look for to edit and in which files to fix this error or stop it from being thrown. The Plugin actually functions, I just get the error code seen at the top of the forum page. If I turn off the SiteTeam plugin or make it in-active then the error goes away. It also started giving me that error right after I installed the plugin "SiteTeam v1.1.0" so I am certain that this is where the problem lies correct?

So what exactly do I edit to fix this? Im very confused.

Thank you!
  • Go to Plugins and Products on the left hand side of your admincp.
  • Go to Plugin Manager and search for the plug-in titled "Show Meet our team at forum home page"
  • Click on the title or the word edit.
  • In the field titled "Plugin PHP Code" you will find the php code where you will need to look for the following:
    Code:
    $tmp = unserialize($user["phrasegroup_siteteam"]);
  • Replace with the following:
    Code:
    $tmp[] = unserialize($user["phrasegroup_siteteam"]);
  • Make sure the plugin is set to active status and save. That should be it.

If what you are saying is that you did the above already and it did not work, then I don't know what to tell you. I am running this on PHP5 right now with 3.7 RC1. I was also running it on PHP5 3.6.8, and it was working just fine as well.
Reply With Quote
Reply


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 09:14 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.04808 seconds
  • Memory Usage 2,282KB
  • Queries Executed 22 (?)
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
  • (4)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (7)postbit_onlinestatus
  • (7)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