Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 11-07-2005, 05:30 PM
waza waza is offline
 
Join Date: Apr 2005
Location: Belgium
Posts: 341
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default some plug-in help

Hey
As you maybe know I'm busy porting the vbbuddies hack
Now I have a problem with an admincp option for the to displaying member fields.

The admincp option code (I think it is ok) is this:
HTML Code:
<input type=\"hidden\" name=\"setting[$setting[varname]][]\" value=\"0\" />
<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">
<tr valign=\"top\">
<td class=\"smallfont\" nowrap=\"nowrap\">
<label for=\"buddydisplay1\"><input type=\"checkbox\" name=\"setting[$setting[varname]][]\" id=\"buddydisplay1\" value=\"1\" tabindex=\"1\" " . iif(bitwise($setting['value'], 1), 'checked="checked"') . " />$vbphrase[birthday]</label><br />
<label for=\"buddydisplay2\"><input type=\"checkbox\" name=\"setting[$setting[varname]][]\" id=\"buddydisplay2\" value=\"2\" tabindex=\"1\" " . iif(bitwise($setting['value'], 2), 'checked="checked"') . " />$vbphrase[age]</label><br />
<label for=\"buddydisplay4\"><input type=\"checkbox\" name=\"setting[$setting[varname]][]\" id=\"buddydisplay4\" value=\"4\" tabindex=\"1\" " . iif(bitwise($setting['value'], 4), 'checked="checked"') . " />$vbphrase[join_date]</label><br />
</td>
<td>&nbsp;</td>
<td class=\"smallfont\" nowrap=\"nowrap\">
<label for=\"buddydisplay8\"><input type=\"checkbox\" name=\"setting[$setting[varname]][]\" id=\"buddydisplay8\" value=\"8\" tabindex=\"1\" " . iif(bitwise($setting['value'], 8), 'checked="checked"') . " />$vbphrase[post_count]</label><br />
<label for=\"buddydisplay16\"><input type=\"checkbox\" name=\"setting[$setting[varname]][]\" id=\"buddydisplay16\" value=\"16\" tabindex=\"1\" " . iif(bitwise($setting['value'], 16), 'checked="checked"') . " />$vbphrase[user_title]</label><br />
<label for=\"buddydisplay32\"><input type=\"checkbox\" name=\"setting[$setting[varname]][]\" id=\"buddydisplay32\" value=\"32\" tabindex=\"1\" " . iif(bitwise($setting['value'], 32), 'checked="checked"') . " />$vbphrase[last_visit]</label><br />
</td>
<td>&nbsp;</td>
<td class=\"smallfont\" nowrap=\"nowrap\">
<label for=\"buddydisplay64\"><input type=\"checkbox\" name=\"setting[$setting[varname]][]\" id=\"buddydisplay64\" value=\"64\" tabindex=\"1\" " . iif(bitwise($setting['value'], 64), 'checked="checked"') . " />$vbphrase[avatar]</label><br />
<label for=\"buddydisplay128\"><input type=\"checkbox\" name=\"setting[$setting[varname]][]\" id=\"buddydisplay128\" value=\"128\" tabindex=\"1\" " . iif(bitwise($setting['value'], 128), 'checked="checked"') . " />$vbphrase[online_status]</label><br />
</td>
</tr>
</table>
Now I can't set this to a number value, it says:
Code:
Fatal error: Unsupported operand types in /home/wazabe/public_html/site/includes/adminfunctions_options.php on line 206
But that's not the only problem,
As that option is custom-code I should normally add code in admincp/options.php
AFTER
'memberlistfields':
I should put:
'buddieslist_displayoptions':

But I don't want file edits (Lets say as less as possible)
So I found the "admin_options_processing" plug-in in the same switch-function as where I should do the file edit (after default: )
Is there a way to do the file edit whit a plug-in?
Reply With Quote
  #2  
Old 11-07-2005, 05:35 PM
Andreas's Avatar
Andreas Andreas is offline
 
Join Date: Jan 2004
Location: Germany
Posts: 6,863
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your setting returns an array, so it is surely not a number

As it seems this is a Bitfield:

admin_options_process
PHP Code:
if ($oldsetting['varname'] == 'duddieslist_displayoptions')
{
// custom code here to convert the array into corresponding bitfield value

Reply With Quote
  #3  
Old 11-07-2005, 05:45 PM
waza waza is offline
 
Join Date: Apr 2005
Location: Belgium
Posts: 341
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx andreas, amazingly fast and good reply!
It works if I set it to free,
but what I don't get: memberlistfield is a number and it is actually the same 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 05:00 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04357 seconds
  • Memory Usage 2,191KB
  • Queries Executed 13 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (3)postbit_onlinestatus
  • (3)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete