Simple Machines Community Forum
Customizing SMF => SMF Coding Discussion => Topic started by: FakeN on January 29, 2018, 05:12:09 PM
-
i use this shoutbox but have an issue http://custom.simplemachines.org/mods/index.php?mod=1295
i want to move the buttons up of message text so they don't block the place.
https://i.imgur.com/NkEO5yx.png
-
Welcome to SMF.
For all mod related questions, it is best to post in the mod's support topic- as either the mod author or someone that uses the mod can best help you
-
i tried to contact developer and he told me for free version to contact here , please move my topic if its at wrong section
-
how did you reach out to the author? did he say he would not support the free mod unless you paid?
-
i made account on his forum to ask for help and removed my thread telling me to ask support here
-
you need to post in the support topic for the mod you have a question with. the author should provide support to you there.
-
i posted on the support mate but he deleted and pmed me to come here ask for help if i use free version , where should i post it ??
-
Try here. https://www.simplemachines.org/community/index.php?topic=269091.0 (https://www.simplemachines.org/community/index.php?topic=269091.0)
-
i pmed this guy to check this thread please don't remove it
-
Looks like you're running the shoutbox alongside a portal, and some of it is overlapping the right side portal block. Put the shoutbox in a separate portal block across the top. If you try to fix that by diddling the code, you may cause different problems in different browsers.
-
its already on top :(
-
Link to your forum?
-
i have disabled for now , i need a way to remove that buttons or move them
-
then you need to post in the mods support topic to get further assistance.
-
You can remove bbc buttons in shoutbox settings (Disable BBCode:). You have to remove the sound button in template -
Shoutbox.template.php
/// disable sound
echo '
<!--img id="shoutbox_nosound" onclick="Shoutbox_SetStyle(\'nosound\');" onmouseover="Shoutbox_Hover(this, true)" onmouseout="Shoutbox_Hover(this, false)" src="' . $settings['default_images_url'] . '/bbc/nosound.gif" alt="nosound" style="background-image:url(\'' . $settings['images_url'] . '/bbc/bbc_bg.gif\');cursor:pointer" /-->';
Don't know if this will solve your problem, input field and send button slide right when buttons are removed.
-
i comment the files using "//" but then shoutbox not appear
-
You broke it. All of the buttons except sound can be removed in shoutbox settings. Sound button must be removed from template as posted above. If you can't get it, attach your file.