![]() |
|
#1
|
|||
|
|||
|
Hello,
I would have posted this in the bugs forum, but it said I do not have permission for that forum. I know this is still a beta, I just wanted to give a heads up. But, when I go to click on the "Add/Remove From Pages" and then click on the "+" symbol to "view/edit active modules on this page", it does not do anything. This is a fresh installation of vbulletin and vbadvanced. No mods installed.
__________________
Global-Gamers |
|
#2
|
|||
|
|||
|
Still can't do the above with the Gold version.
__________________
Global-Gamers |
|
#3
|
||||
|
||||
|
This should be working fine since 4.0 RC1. Are you receiving any javascript errors on the page? What browser/OS are you using?
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#4
|
|||
|
|||
|
There are no javascript errors and I use Firefox mostly. Sometimes I use IE8.
__________________
Global-Gamers |
|
#5
|
|||
|
|||
|
It seems the option to click on the "+" icon disappears when using Firefox, but works with IE8.
__________________
Global-Gamers |
|
#6
|
||||
|
||||
|
There's not any reason I'm aware of that you should be having an issue with those images, but if you would like to submit a support ticket via the Members' Area here I'll be glad to take a look at things for you.
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#7
|
|||
|
|||
|
Just an update to this issue. You changed the icon name from collapse.png to vba_cp_collapsed.gif. You may want to change this code to show that as well or you will get a red X in the admincp:
Note: This code is in the /admincp/vba_cmps_admin.php file. Code:
'<a href="#top" class="collapse" id="collapse_vbapage_' . $pageid . '"><img alt="" border="0" src="' . $vbulletin->stylevars['imgdir_button']['imagedir'] . '/collapse.png" /></a> ' . $vbphrase['view_edit_active_modules_on_this_page'], false, $modcolsize, 'tfoot' ); Code:
'<a href="#top" class="collapse" id="collapse_vbapage_' . $pageid . '"><img alt="" border="0" src="' . $vbulletin->stylevars['imgdir_button']['imagedir'] . '/vba_cp_collapsed.gif" /></a> ' . $vbphrase['view_edit_active_modules_on_this_page'], false, $modcolsize, 'tfoot' );
__________________
Global-Gamers |
|
#8
|
|||
|
|||
|
Quote:
__________________
Global-Gamers |
|
#9
|
|||
|
|||
|
I am having this exact problem with my active module
![]() This whole section shown, totally frozen. Cannot move one way or the other.
__________________
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Active Discussions edit | twistermcs | "How Do I..." Questions | 1 | 08-15-2008 02:08 PM |
| Active Modules Not Showing | Dawn | Troubleshooting & Problems | 2 | 09-12-2007 07:15 PM |
| Can't active some modules | master85 | Troubleshooting & Problems | 1 | 11-30-2005 05:47 PM |
| How do I edit the code in the Active Users module | tomshawk | Troubleshooting / "How do I..." Questions | 3 | 05-30-2005 02:07 PM |
| Active modules not showing | contramontanum | Troubleshooting / "How do I..." Questions | 3 | 06-21-2004 01:43 PM |