Thread: Chat Modifications - MGC Chatbox (with AJAX)
View Single Post
  #781  
Old 07-23-2007, 04:54 AM
VBDev's Avatar
VBDev VBDev is offline
 
Join Date: Jan 2004
Location: France
Posts: 2,570
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Piccante View Post
It's the other way around. She has no chatbox at the top of forum home, but she can view the full page version by typing in the url. I can reproduce her problem by logging into her account.

I'm not sure what options you are talking about in the user cp? No one has any chatbox options in the user cp as far as I can see.

I was thinking about telling her to create a new account where it should work (as no one else has a problem), and then using the merge user function to move all her old posts over to her new account. But that would be a last resort
Then if noone is having the option in the usercp, it means that you certainly have not done the modification in the modifyoptions template which is necessary. If you don't do it, then if the user changes his option he will not see the chatbox anymore (as the option to show the chatbox will not be present and so supposed to be equal to 0 by php).

Due to an actual bug in my code, even if you modify now the modifyoptions template, your user won't be able to revert state of the show chatbox option (which will be corrected in the upcoming very soon 1.4).

Anyway this can be corrected by modyfing the mgc_cb_params field of the user table in the database and ensuring that the 1 in bold case in the following value is equal to 1 in the value of your user field:

Code:
a:7:{s:13:"mgc_cb_police";s:1:"0";s:13:"mgc_cb_taille";i:0;s:14:"mgc_cb_couleur";b:0;s:8:"mgc_cb_b";i:0;s:8:"mgc_cb_u";i:0;s:8:"mgc_cb_i";i:0;s:11:"mgc_cb_show";i:1;}
Quote:
Originally Posted by maidos View Post
hello i have a request, alot of idiots are treating the shoutbox as a search function so i was wondering if u can move the text field where u type the msg to the bottom instead of the top.. or make a wanring text when the person wish to type something
Quote:
Originally Posted by JakkFrosted View Post
This is going to seem like a dumb question but I'm very new to this stuff. In the instructions it says:


What additional CSS am I looking for?
If you go in the style manager in your admincp, select the Main CSS option in the dropdown list of your style.

Then go to the bottom of the page, you'll see a field named Additionnal CSS definitions, this is where you have to put that bit of code
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01231 seconds
  • Memory Usage 1,778KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete