Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Fully Costumizeable recruitment widget Details »»
Fully Costumizeable recruitment widget
Version: 1.00, by Vaupell Vaupell is offline
Developer Last Online: Jan 2015 Show Printable Version Email this Page

Category: vBulletin CMS Widgets - Version: 4.0.2 Rating:
Released: 02-20-2010 Last Update: 04-24-2010 Installs: 62
DB Changes Auto-Templates
Additional Files Translations  
No support by the author.

Fully costumizeable Guild recruitment widget
released on 21-feb-2010

About :
Adds a CMS widget, that can be fully costumized from admincp,
and can easy be pointed to any recruitment form or rooster.

Features :
- changeable images/icons
- changeable link to application
- optional different link pr class
- unlimited ammount of classes
- ability to hide classes for later use
- color codes, depending on class demand

Demo : Evisystems - Widget test section

Download : guildrecruitment.zip

History :
21-feb-2010 : Version 1.3 Released
25-apr-2010 : small file update on cpnav

Changelog :
- changed display order in cpnav, so it should now move down correctly.

Installation instructions :
1) upload the files
2) import the product,
3) change settings in adminCP
4) place your widget via the layout page in vbcms

Uninstall :
1) Simply uninstall the product file,.
2) delete the widget

Plans for furture upgrades + bug's found :
- no futher plans, got some idea's ? post them


sc1.gif
sc2.gif

Show Your Support

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

Comments
  #22  
Old 09-03-2010, 02:50 PM
dippetas dippetas is offline
 
Join Date: Feb 2010
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very useful mod for gaming sites! is it possible to make it appear in more than one block, depending on clan id?
Reply With Quote
  #23  
Old 09-08-2010, 12:29 PM
miyuki miyuki is offline
 
Join Date: Jan 2008
Location: France
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't successfuly install this mod. Each time, the widget content is not showing, except the date. By the way, the widget code seem strange...
Code:
$output = date(vB::$vbulletin->options['dateformat']) . "<br />\n";
Any idea to make this work ?
Reply With Quote
  #24  
Old 03-27-2011, 07:37 PM
Shuurajou Shuurajou is offline
 
Join Date: Mar 2011
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm having the same issues as Miyuki on vB 4.1.2.
Reply With Quote
  #25  
Old 04-16-2011, 11:45 PM
kinhell kinhell is offline
 
Join Date: Mar 2011
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having the widget only displaying the date too, can you help?
Reply With Quote
  #26  
Old 12-06-2011, 02:26 PM
almty1 almty1 is offline
 
Join Date: Jun 2007
Location: Arizona
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone get this working on 4.1.8?
Reply With Quote
  #27  
Old 12-06-2011, 11:10 PM
imported_dfmafia's Avatar
imported_dfmafia imported_dfmafia is offline
 
Join Date: Jun 2004
Location: Wherever Uncle Sam Needs!
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

dude, AO rules!!

thanks been looking for something like this. thanks!!



Quote:
Originally Posted by almty1 View Post
anyone get this working on 4.1.8?
ill be testing it over the weekend :up:
Reply With Quote
  #28  
Old 04-18-2012, 12:50 PM
Marcus_B Marcus_B is offline
 
Join Date: Aug 2010
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone confirm if this mod works with 4.1.12?

EDIT: I have used it now and it works fine with 4.1.12! Thanks AO!
Reply With Quote
  #29  
Old 04-19-2012, 06:49 PM
X672 X672 is offline
 
Join Date: Aug 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Marcus_B View Post
Can anyone confirm if this mod works with 4.1.12?

EDIT: I have used it now and it works fine with 4.1.12! Thanks AO!
Can you please post the widget code you have? Because all I get is the date...
Reply With Quote
  #30  
Old 04-20-2012, 07:06 PM
Marcus_B Marcus_B is offline
 
Join Date: Aug 2010
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Afcourse, here you go. But I didnt do any changes to the code at all so its the same as in download:

PHP Code:
ob_start();
$wantedcol vB::$vbulletin->options['egr_color_wanted'];
$highwant vB::$vbulletin->options['egr_highly'];
$normalcol vB::$vbulletin->options['egr_color_normal'];
$normalwan vB::$vbulletin->options['egr_normal_def'];
$acceptcol vB::$vbulletin->options['egr_color_accepted'];
$accepting vB::$vbulletin->options['egr_accepting_def'];
$notwanted vB::$vbulletin->options['egr_color_notwanted'];
$notaccpting vB::$vbulletin->options['egr_notaccepting_def'];

$apply vB::$vbulletin->options['egr_name_apply'];
$full vB::$vbulletin->options['egr_name_full'];


if (
vB::$vbulletin->options['egr_online']){

if (
vB::$vbulletin->options['egr_sinatur']){
$output_bits .= '<div style="color:'.$notwanted.';"><small>■ = '.$notaccpting.'</small></div>';
$output_bits .= '<div style="color:'.$acceptcol.';"><small>■ = '.$accepting.'</small></div>';
$output_bits .= '<div style="color:'.$normalcol.';"><small>■ = '.$normalwan.'</small></div>';
$output_bits .= '<div style="color:'.$wantedcol.';"><small>■ = '.$highwant.'</small></div><br />';
}

$getclasslist vB::$db->query_read_slave("SELECT * FROM ".TABLE_PREFIX."egr");
while(
$rowvB::$db->fetch_array($getclasslist))
{
$rowid htmlspecialchars_uni($row['id']);
$rowname htmlspecialchars_uni($row['classname']);
$rowlink htmlspecialchars_uni($row['classlink']);
$rowimage htmlspecialchars_uni($row['classimage']);
$rowwanted htmlspecialchars_uni($row['classwanted']);

if (
$rowlink == ''){$rowlink vB::$vbulletin->options['egr_default_link'];}

switch (
$rowwanted) {
case 
1:
$color $wantedcol;
$linking 'href="'.$rowlink.'"';
$allowed $apply;
break;

case 
2:
$color $normalcol;
$linking 'href="'.$rowlink.'"';
$allowed $apply;
break;

case 
3:
$color $acceptcol;
$linking 'href="'.$rowlink.'"';
$allowed $apply;
break;

case 
4:
$color $notwanted;
$linking '';
$allowed $full;
break;
}

if (
$rowwanted == 5){ }else{
$output_bits .= '
<div style="float:left; color:'
.$color.';" ><img style="vertical-align:middle;" src="'.$rowimage.'" />'.$rowname.'</div>
<div style="float:right; vertical-align:middle;"><a style="color:'
.$color.';" '.$linking.'>'.$allowed.'</a></div><div style="clear:both;"></div>';

if (
vB::$vbulletin->options['egr_ruler']){ $output_bits .= '<hr />'; }
}


}


$output $output_bits;
}

if (
vB::$vbulletin->options['egr_online'] == 0){
$output vB::$vbulletin->options['egr_offline_msg']; }

ob_end_clean(); 
Reply With Quote
  #31  
Old 04-21-2012, 08:07 AM
X672 X672 is offline
 
Join Date: Aug 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks

Got it working when I took out the 4 "■" from the code.
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 07:15 PM.


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.09386 seconds
  • Memory Usage 2,362KB
  • Queries Executed 26 (?)
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
  • (1)bbcode_code
  • (1)bbcode_php
  • (2)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
  • (3)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