Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 04-25-2015, 11:48 AM
Hwona's Avatar
Hwona Hwona is offline
Member
 
Join Date: Mar 2013
Posts: 620
Gender: Female
Credits: 48,696
Hwona is on a distinguished road
Default One more little question.

Sorry about this, but I'd LOVE to be able to display the dropdown menu on profile pages. I know that this is a bug on v.1.3.3, but I was wondering if there was a way to change some files to fix this without upgrading to v.1.3.4
__________________
Reply With Quote
  #2  
Old 04-25-2015, 04:33 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 88,020
Kyttias is on a distinguished road
Default

'The' dropdown menu? Or just 'a' dropdown menu? What dropdown menu? Of what? How are you planning on using a dropdown menu??

I don't see any dropdown menus involved with profiles in v1.3.4...?

If you want to make using the GUI and populate it with stuff in the database (such as a list of pets), your best bet is to get HoF's attention because I don't know all the intricate changes between these two versions.

However, you could try finding someplace there is a dropdown list being used and try to understand it. You'll probably have to call a class file to basically tell it 'this is a new dropdown'. And it'll need to be inside of a form, of course, so that selecting something will actually take you someplace.

I've actually really been meaning to do some stuff with dropdown menus and according to the dropdown class file, it hasn't actually changed since v1.3.3. I think I will go download v1.3.3 and take a glance, but--

--what are you trying to do with a dropdown list, exactly?

PS: If by all this what you meant was "not have all bazillion pets the user owns on the same page without being paginated because the pagination is bugged' then, no, that was not fixed in v1.3.4, actually.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.

Last edited by Kyttias; 04-25-2015 at 04:40 PM.
Reply With Quote
  #3  
Old 04-25-2015, 05:08 PM
Hwona's Avatar
Hwona Hwona is offline
Member
 
Join Date: Mar 2013
Posts: 620
Gender: Female
Credits: 48,696
Hwona is on a distinguished road
Default

Quote:
Originally Posted by Kyttias View Post
'The' dropdown menu? Or just 'a' dropdown menu? What dropdown menu? Of what? How are you planning on using a dropdown menu??

I don't see any dropdown menus involved with profiles in v1.3.4...?

If you want to make using the GUI and populate it with stuff in the database (such as a list of pets), your best bet is to get HoF's attention because I don't know all the intricate changes between these two versions.

However, you could try finding someplace there is a dropdown list being used and try to understand it. You'll probably have to call a class file to basically tell it 'this is a new dropdown'. And it'll need to be inside of a form, of course, so that selecting something will actually take you someplace.

I've actually really been meaning to do some stuff with dropdown menus and according to the dropdown class file, it hasn't actually changed since v1.3.3. I think I will go download v1.3.3 and take a glance, but--

--what are you trying to do with a dropdown list, exactly?

PS: If by all this what you meant was "not have all bazillion pets the user owns on the same page without being paginated because the pagination is bugged' then, no, that was not fixed in v1.3.4, actually.
I'm refering to the dropdown menu that contains the site navigational links - it won't show up on the user profile page. I have no idea on how I can get that menu to show... I know this is related to the tab function.
__________________
Reply With Quote
  #4  
Old 04-25-2015, 05:21 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 88,020
Kyttias is on a distinguished road
Default

Hmm! Oh, that's interesting. I never even noticed it was that way on your site.

The good news is that... it IS there.

And what I mean by that is, inspect the html of the page once it's rendered and search for 'ddmenu'. The css file is loading, and the div that holds the navigation is, too. But if you look at the 'li' elements in the navigation, all the links inside them have the class of 'hide' on them, thus, disabling them from view.

Add this line to your css to fix this:

Code:
.ddmenu ul li a.hide {
  display: block !important;
}
The !important will override the default behavior of 'hide' but only inside 'ddmenu'. It won't get rid of the class itself, but that's fine now. The javascript that controls the profile tab navigation is probably adding 'hide' to all 'li' elements except for the one belonging to the currently active tab.
__________________
Please do not contact me directly outside of Mysidia.
I also cannot troubleshoot code more than two years old - I legit don't remember it.
Reply With Quote
  #5  
Old 04-25-2015, 05:34 PM
Hwona's Avatar
Hwona Hwona is offline
Member
 
Join Date: Mar 2013
Posts: 620
Gender: Female
Credits: 48,696
Hwona is on a distinguished road
Default Re

Quote:
Originally Posted by Kyttias View Post
Hmm! Oh, that's interesting. I never even noticed it was that way on your site.

The good news is that... it IS there.

And what I mean by that is, inspect the html of the page once it's rendered and search for 'ddmenu'. The css file is loading, and the div that holds the navigation is, too. But if you look at the 'li' elements in the navigation, all the links inside them have the class of 'hide' on them, thus, disabling them from view.

Add this line to your css to fix this:

Code:
.ddmenu ul li a.hide {
  display: block !important;
}
The !important will override the default behavior of 'hide' but only inside 'ddmenu'. It won't get rid of the class itself, but that's fine now. The javascript that controls the profile tab navigation is probably adding 'hide' to all 'li' elements except for the one belonging to the currently active tab.
Wow! Thanks Kyttias - You're as magical as always. XD
__________________
Reply With Quote
Reply


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 -5. The time now is 05:35 PM.

Currently Active Users: 379 (0 members and 379 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636