vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   FlashChat AdminCP Menu (https://vborg.vbsupport.ru/showthread.php?t=106499)

cyberhypnotic 01-26-2006 10:00 PM

FlashChat AdminCP Menu
 
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.

Ramsesx 01-27-2006 09:28 PM

cool idea, it is showing in the acp but everything is getting an error:
The requested URL /chat/admin/botlist.php etc. was not found on this server.
My chat is on /forum/chat/admin/
Need I change the path anywhere?
Thanks

Paul M 01-27-2006 09:55 PM

The path to the chat folder needs to be a setting as it varies from person to person. :)

Kru 01-27-2006 11:08 PM

Quote:

Originally Posted by Paul M
The path to the chat folder needs to be a setting as it varies from person to person. :)

would be a good idea coz my flashchat folder is in the forum root.

Well, I edited the cpnav_flashchat.xml to the correct path of my chat folder.

cyberhypnotic 01-27-2006 11:38 PM

I would imagine that /chat/admin/botlist.php would be the correct path, as it was instructed for people to place the chat folder in their forum root folder.

Paul, you've been a great help thus far. Is there something I can do to better this issue? Or is this something that JUST varies from person to person if they upload the chat folder wherever they want?

EDIT - Would making the link /.../chat/admin/botlist.php work? It worked fine for me both ways. My forum is a subdomain, making it forum.yoursite.com. My chat folder resides within subdomains/forum/httpdocs/chat/

Paul M 01-28-2006 12:46 AM

Your setup is not typical.

For most people, the path will be /<something>/chat/ ( e.g. /forum/chat/ ) as they don't use sub domains. Also, some older installations will use a folder called flashchat as that used to be the default.

The simple answer is to have a custom setting (or phrase) that the path is stored in, then people can set it as required. :)

theFAILURE 01-28-2006 01:14 AM

Works good, congrats on your 1st one!

cyberhypnotic 01-28-2006 01:36 AM

I apologize for not realizing this. Paul, I might need a little assistance on this. Mind pointing me to any examples?

theFAILURE 01-28-2006 02:08 AM

Here is what I did, if you look close, you will see how to make it work.

Look at my paths, then compare them to yours:

Code:

<navoption>
                        <phrase>flashchat_menu1</phrase>
                        <link>http://thescambaiter.com/forum/chat/admin/msglist.php?{$rand}</link>
                </navoption>
               
                <navoption>
                        <phrase>flashchat_menu2</phrase>
                        <link>http://thescambaiter.com/forum/chat/admin/chatlist.php?{$rand}</link>
                </navoption>
               
                <navoption>
                        <phrase>flashchat_menu3</phrase>
                        <link>http://thescambaiter.com/forum/chat/admin/usrlist.php?{$rand}</link>
                </navoption>
               
                <navoption>
                        <phrase>flashchat_menu4</phrase>
                        <link>http://thescambaiter.com/forum/chat/admin/roomlist.php?{$rand}</link>
                </navoption>
               
                <navoption>
                        <phrase>flashchat_menu5</phrase>
                        <link>http://thescambaiter.com/forum/chat/admin/connlist.php?{$rand}</link>
                </navoption>
               
                <navoption>
                        <phrase>flashchat_menu6</phrase>
                        <link>http://thescambaiter.com/forum/chat/admin/banlist.php?{$rand}</link>
                </navoption>
               
                <navoption>
                        <phrase>flashchat_menu7</phrase>
                        <link>http://thescambaiter.com/forum/chat/admin/ignorelist.php?{$rand}</link>
                </navoption>
               
                <navoption>
                        <phrase>flashchat_menu8</phrase>
                        <link>http://thescambaiter.com/forum/chat/admin/botlist.php?{$rand}</link>
                </navoption>
               
                </navgroup>


cyberhypnotic 01-28-2006 03:38 AM

That only pertains to you. If you were to put /forum/chat/admin/msglist.php?{$rand} in there, without the http://thescambaiter.com, it would work for you.

The answer might be in the back of my mind. I may have seen something before that I could go by as the perfect example. But I'm at a loss as to where to find it.

I've been looking around into things. I'm kinda multi-tasking over here with my forum, trying to learn more about PHP, XML, MySQL, etc., and trying to make this work for everyone and anyone that downloads it. :ermm:


All times are GMT. The time now is 12:06 PM.

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.01013 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete