Support Forums
I have a problem with "options" - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Forum Software Help (https://www.supportforums.net/forumdisplay.php?fid=49)
+---- Thread: I have a problem with "options" (/showthread.php?tid=2051)



I have a problem with "options" - Notorious Mental - 10-23-2009

Hi,
When I click on "options" next to a templates name(and everything else that has an 'option' button next to it) it's supposed to show a list of options (full edit,diff port,revert to original)
Few days ago,something happened (dunno what)and now the "options" button isn't expandable and I have to click on the template's name to edit it.
Any idea what the problem is?

I need it immediately,because there were more options that "edit" in there.
Plus the problem is only for my computer.Everyone else I put to test it,it was working for him.I tried it on my laptop too.It was working.Only on my computer is the problem.


RE: I have a problem with "options" - Omniscient - 10-23-2009

Do you have javascript enabled on your browser?


RE: I have a problem with "options" - Notorious Mental - 10-23-2009

Yes it is enabled.I also posted this question on mybb official community forums,the answers there didn't really satisfy me.


RE: I have a problem with "options" - Notorious Mental - 10-23-2009

Plus I checked my java version,I reinstalled it,cleaned my browsers' cache,cookies etc.,installed new browsers..nothing seemed to work,it's like that for 2-3 days now.And it's like that only for my computer.It's so strange.(This is for every Mybb site I have admin access,it doesn't only happen to my main site)


RE: I have a problem with "options" - Akshay* - 10-23-2009

Right click on the page and view source.Change the source where the options is linked.Or you may copy the options code and paste here.And I will check.


RE: I have a problem with "options" - Notorious Mental - 10-23-2009

<a href="javascript:;" id="theme_1" class="popup_button">Options</a>
<script type="text/javascript">
new PopupMenu('theme_1');
</script>

</td>

Source of "options"