Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
FlashChat AdminCP Menu Details »»
FlashChat AdminCP Menu
Version: 1.02, by cyberhypnotic cyberhypnotic is offline
Developer Last Online: Sep 2006 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 01-26-2006 Last Update: 01-28-2006 Installs: 50
Additional Files Is in Beta Stage  
No support by the author.

UPDATED

A huge thanks to Paul_M for his help with the corrections of this.

If you've installed this modification, please update with the new zip file.

Fixed -
  • Admin can enter the path to their FlashChat folder in the vBulletin Options menu, under General Settings.

My first shot at adding something to vBulletin. Hope you guys like it. Click INSTALL if you do.

This adds the FlashChat Admin Panel to your vBulletin AdminCP menu for easy access.

I'll do my best to update this as I learn more. I've noticed some requests for certain things.

PLEASE NOTE: Download CMSadminflashchat.zip if you have FlashChat integrated into your vBulletin with a CMS. Download adminflashchat.zip if you do NOT have your FlashChat integrated into your vBulletin with a CMS.

Minimal support. Post in thread.

Instructions included in the zip file.

Show Your Support

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

Comments
  #12  
Old 01-28-2006, 04:20 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the plugin, create an additional phrase called "flashchat_path" and set it to "/chat/".

Then try altering the XML as per the following example ;

Code:
<navoption>
	<phrase>flashchat_menu1</phrase>
	<link>$vbphrase[flashchat_path]admin/msglist.php?{$rand}</link>
</navoption>
I haven't tested this, but it should work, allowing people to edit the flashchat_path phrase to suit their installation.
Reply With Quote
  #13  
Old 01-28-2006, 04:39 AM
cyberhypnotic cyberhypnotic is offline
 
Join Date: Nov 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No go on that one. At least, not when testing it on my forum.

The link states $vbphrase[flashchat_path]admin/msglist.php?{$rand}
Reply With Quote
  #14  
Old 01-28-2006, 04:50 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, I don't have access at work to try anything, but since you included $rand in your code I assumed variables would work.
Reply With Quote
  #15  
Old 01-28-2006, 04:55 AM
cyberhypnotic cyberhypnotic is offline
 
Join Date: Nov 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The {$rand} is what's used for each link in the FlashChat Admin Panel, provided by Tufat.
Reply With Quote
  #16  
Old 01-28-2006, 05:53 AM
cyberhypnotic cyberhypnotic is offline
 
Join Date: Nov 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul, I've noticed something in your FlashChat Integration xml file. You're using the phrase flashchat_path and it looks as though you've applied it to a link.

I'm not saying that's why the phrase: flashchat_path didn't work for me. I've tried a different one like flashchat_root and it still didn't work.

But nevertheless, it seems as though you have applied a phrase to a link. Most likely with the use of PHP. Is it possible you could figure out some PHP code for me to apply to this problem?

It's funny, I've kinda taken you on as a mentor, of sorts, lol. I'm trying to learn this stuff and take care of my 1 yr old son at the same. Kinda tough, lol.
Reply With Quote
  #17  
Old 01-28-2006, 12:23 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love it!
Reply With Quote
  #18  
Old 01-28-2006, 12:26 PM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can this be done for chatbox lite also?
Reply With Quote
  #19  
Old 01-28-2006, 05:59 PM
cyberhypnotic cyberhypnotic is offline
 
Join Date: Nov 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That doesn't come with an AdminCP menu for it? I don't have that, for one. I could look into it.

But, what features are you looking for? Member control, like woh can view and who can't? Usergroup control in the same manner?

You might be better off talking this over with the person that's working on the mod. But I'd give it a shot. This stuff makes me feel pride in something, on the net anyway. Putting something into a script and then making something come out of it that people enjoy. That's what it's all about.

Now, back to figuring out this link problem. :ermm:
Reply With Quote
  #20  
Old 01-28-2006, 07:08 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cyberhypnotic - attached are two files that I knocked up earlier. If you uninstall your current version and load these - they fix the links problem, using a setting in the vbulletin options > general settings. Feel free to study them and adapt as necessary. You will notice that they only give one option as well, since all the actual options are at the top of the flashchat admin screen anyway.
Reply With Quote
  #21  
Old 01-29-2006, 04:51 AM
cyberhypnotic cyberhypnotic is offline
 
Join Date: Nov 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a bunch Paul! I'll take a gander at these when I have more time. Probably in about 8 or so hours.... time for sleep.

Yes, I know that all the links are at the top when you click into the FlashChat Admin Panel. I was looking to eventually make it possible to just select them from the AdminCP->FlashChat CP dropdown. Then work on some templates for the right side Admin index window. That's why I was asking you about the templates for it.

I'll have to take a look at these and see what I can do with them. Since I haven't yet, I still don't know what this looks like myself.

EDIT - Tried it out Paul, it worked! You're awesome man! I'll have the updated script ready for download asap!
Reply With Quote
Reply

Thread Tools

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:01 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.04520 seconds
  • Memory Usage 2,297KB
  • Queries Executed 25 (?)
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)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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