![]() |
Quote:
- Zero Tolerance |
Before I get started with the installation of vBchat 2.2, I do have one concern...
My admincp folder on my server is NOT named "admincp". This has caused problems with many hacks that I have installed in the past. I do ALSO have an "admincp" folder, which is empty, but is used as a location for hacks that need that location. Is this going to be a problem? Does anyone have any suggestions on this, in general? I'm assuming the instructions for the installation will say to upload certain files to admincp, should I then upload them into the empty admincp folder or should I upload them into my "renamed" admincp folder? I hope this question isn't too confusing or poorly worded. |
Quote:
|
Quote:
- Zero Tolerance |
Sorry to frustrate you but, I just don't seem to be able to get the admin cp link. I have checked out the admincp index.php several times and I am just sure I placing the code as instructed. For some reason this one part I just can't get right. Otherwise the program works GREAT and I do want to get it onto my public forum. Would there be a screen shot to look at someplace as to just how the code should look in the admin cp index.php ? Maybe I do need a picture afterall ;)
Thanks again for this great hack and for the support to us less knowledgable. This is how it looks after I am done, if this helps you any to see what I may have done incorrectly; (can_administer('canadminsettings')) { $printhr = true; construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />'); if ($debug == 1) { construct_nav_option($vbphrase['admin_help_manager'], 'help.php?do=manage&script=NOSCRIPT'); } construct_nav_group($vbphrase['vbulletin_options'], '<hr />'); } if ($printhr == true) { construct_nav_spacer(); } // *************************************************$printhr = true ; construct_nav_option ( 'vBChat Options', 'admin_vbchat.php', '<br />' ) ; construct_nav_option ( 'Banned Usergroups', 'admin_vbchat.php?do=banned_groups', '<br />' ) ; construct_nav_option ( 'Banned Users', 'admin_vbchat.php?do=banned_users', '<br />' ) ; construct_nav_option ( 'Usergroup Permissions', 'admin_vbchat.php?do=group_perms', '<br />' ) ; construct_nav_option ( 'vBChat Room Control', 'admin_vbchat.php?do=room', '<br />' ) ; construct_nav_option ( 'vBChat Prune Options', 'admin_vbchat.php?do=prune', '<br />' ) ; construct_nav_group ( 'vBChat Control', '<hr />' ) ; $printhr = false; $printhr = false; if (can_administer('canadminstyles')) { $printhr = true; construct_nav_option($vbphrase['style_manager'], 'template.php?do=modify', '<br />'); construct_nav_option($vbphrase['search_in_templates'], 'template.php?do=search', '<br />'); construct_nav_option($vbphrase['replacement_variable_manager'], 'replacement.php?do=modify', '<br />'); construct_nav_option($vbphrase['download_upload_styles'], 'template.php?do=files', '<br />'); construct_nav_option($vbphrase['find_updated_templates'], 'template.php?do=findupdates', '<br />'); construct_nav_group("$vbphrase[styles] & $vbphrase[templates]", '<hr />'); } // *** if (can_administer('canadm Jaye |
Quote:
PS: The bit in red is the code your required to add. - Zero Tolerance |
yes it is a very easy edit and I don't why I am having a hard time getting it. This is not the first time I have installed a hack but I am just not getting something right. I pasted a copy of what mine looks like in my previous post.
Thanks kindly, Jaye |
OK I see the difference I think. I will go back and edit again. I think I placed it in the wrong place :)
Jaye |
Well apart from $printhr = true; been on a comment line (which doesn't matter), i can see no errors at all with it.
You say this is a test forum, on your computer or hosted? If hosted i could take a look, right now im clueless as to why its not appearing, the code is correct from what i can see. - Zero Tolerance |
OK I am just baffled. I have to go feed the barn critters and fix dinner but when I get back I will work on it some more. In the meantime I will PM you the particulars so you might help me. I really want to get this on my public forum but need to understand what I am doing wrong so i don't do it again :)
Thanks so much for the help. Jaye |
Quote:
I went through with the installation with success. However, now when I try to enter any of the locations in AdminCP > vBChat Control > ......... I get this message: Not Found The requested document was not found on this server. Web Server at mechanicalminds.net This is the problem that I was quite sure that I would run into and I am all but certain it is because my admincp folder is renamed. How do I correct this? I'm sure I just need to get into the files somewhere and rename links... But where? Thanks for any help. :classic: mm UPDATE - Never mind, this was my fault. Unsuccessful upload. |
If you look in the "UPLOAD" folder, you will see an "admincp" folder, inside this folder is 2 files, upload both of these files to your acp directory, make sure you run the install file as instructed via the install manual :)
- Zero Tolerance |
Quote:
UPDATE - Never mind, this was my fault. Unsuccessful upload. |
find out what that link is pointing to and move those files to that folder or you can just change what folder it is linking to
|
Quote:
UPDATE - Never mind, this was my fault. Unsuccessful upload. |
Hm, try visit: http://YOURSITE.com/forums/ADMIN_DIR/admin_vbchat.php manually in a new window and see if you get the same error, if so then it means "admin_vbchat.php" has not been uploaded to your admincp directory.
- Zero Tolerance |
Quote:
This was actually my fault. For some reason when I uploaded the file "admin_vbchat" it didn't successfully upload. I re-uploaded this file and all links appear to be fully functional in my Admin CP. *** CLICKS INSTALL *** |
Quote:
- Zero Tolerance |
Quote:
I'm using the newest reply at the bottom. My members complained when it was at the top... |
Quote:
May i have a screenshot of this error in action so i can be more clear of what the problem is? And if it's not too much trouble, make sure the screenshot is big and not scaled down, thanks :) - Zero Tolerance |
Quote:
Here's a screenshot of the chat. Oh, and I forgot to mention it earlier, but the problem of the "who's online in chat" box displaying primary display group markup is still there. As I mentioned, we use glows in those groups, so its annoying (not to mention aesthetically unappealing), to have it display those markups. Is there any way to change the codign of it so it displays primary usergroup markup instead? |
Well all is well Thanks to Zero Tolerance, who by the way is very tolerant ;)
Turned out I must have had an upload glich but he fixed me all up :banana: Love it ! Thank You ! Jaye |
Quote:
Find this in "chat_main": Code:
<td class='alt2' align='center' width='80%' height='300' rowspan='2' valign='top'> Code:
<td class='alt2' align='center' width='80%' height='350' rowspan='2' valign='top'> As for the forumhome bit, open index.php, find: Code:
{$invbc['musername']} Code:
{$invbc['username']} - Zero Tolerance |
I would like to make the pop up smaller-- Can anyone help??
PHP Code:
|
|
Also, I would like to take away the chat code that is in my navbar and add the link to this chat in it's place. I have an imagebased navbar so it is hard.. can anyone help me with this??
Here is my navbar PHP Code:
PHP Code:
I would also like to make this chat window a little smaller if possible... Thanks |
hi, i upgraded from 1.1.1 to 2.1 to 2.2. Everything so far seems to be working fine except for in the admincp with i try to edit the settings. I get the following mysql error.
Quote:
|
Look above to change the size of the pop-up, and to change your current chat link to this one, find:
Code:
<table cellpadding="4" cellspacing="1" border="0"> Code:
<table cellpadding="4" cellspacing="1" border="0"> - Zero Tolerance |
Quote:
Follow those instructions :) - Zero Tolerance |
Dam! That is like the fastest help I have ever gotten!!! You really are Neil!
You are the one.... :cool: |
Quote:
PHP Code:
|
Quote:
Inside your "navbar" template find: Code:
height='+window.screen.height+',width='+window.screen.width+' Quote:
- Zero Tolerance |
Got ya Neil... Thanks much chosen one..
|
um... don't you mean Neo...?
|
Was that his name from the Matrix?? I thought it was Neil..
|
Morpheus, Zion, The oracle and... Neil? It doesn't quite fit ;-)
|
Yeah it was "Neo", that was his hacker alias, his name in the movie was "Thomas Anderson"
But that's irrelevent to the topic :p - Zero Tolerance |
my bad... Been a while since I watched it... Thanks for the info.. I thought he was like a regular dude at first so Neil would fit..
Anyways, I'm still trying to figure out the size change... there are many places on the template that have height and width.. any clue how to figure out which code it is??? next time I will stick with text... The navbar with this skin has just been a nightmare every time I want to add something... Thanks Neo |
Quote:
- Zero Tolerance |
roger that--- great hack by the way! Thanks for spending your time on it! It's the best one that I've seen so far that is integrated with a whos online feature.. way to go..
- |
All times are GMT. The time now is 08:49 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|