Hello,
i hope to find somebody to help me, please.
Here /profile.php?ID=43 i will find some actionbuttons like subscribe, befriend, and when i push one, a popup opens, but at other Dolphin sites i see a nice ajax-feature under the buttons.
"code":
<div class="button_wrapper" style="width:100%; margin: 0;"
onclick="window.open( 'greet.php?sendto=43', '',
'width=660,height=200,menubar=no,status=no,resizable=no,scrollbars=yes,toolbar=no,location=no' );" > <div class="button_wrapper_close"></div> <div class="button_input_wrapper"> <button class="form_input_submit" type="button" class="menuLink"> <img alt="Greeting" src="myTLS/templates/base/images/icons/action_greet.png" /> Greeting </button>
</div> </div>
Is it possible to reset the buttons back to factory settings or knows somebody in which script i must do the neccessay changes?
In other communities, the above mentioned part looks like this:
<div class="button_wrapper" style="width:100%; margin: 0;" onclick="getHtmlData
( 'ajaxy_popup_result_div_435', 'greet.php?sendto=435&mode=ajax');return false;" > <div class="button_wrapper_close"></div> <div class="button_input_wrapper"> <button class="form_input_submit" type="button" class="menuLink">
<img alt="Greeting" src="TLD/templates/base/images/icons/action_greet.png" /> Greeting </button> </div> </div>
Thank you in advantage
Thomas