Michael Posted September 29, 2011 Posted September 29, 2011 Sounds like you're seeing the same thing these folks were saying here: http://community.invisionpower.com/topic/345761-edit-word-pack/
Joey_M Posted September 29, 2011 Posted September 29, 2011 Michael, I forgot to ask but if you release a patch, Currently the shoutbox tab remains on the board even when it's disabled but I was wondering you could give us the option of hiding it? Thanks for your help.
Michael Posted September 29, 2011 Posted September 29, 2011 You can hide the tab through editing the application in the manage Applications & Modules page.
KevinMc Posted September 30, 2011 Posted September 30, 2011 Hello, Michael. How can I go about adjusting the width of the shout input box? I'm trying not to affect the global class of:.input_text, .ipsTagBox_wrapper { background: none repeat scroll 0 0 #FFFFFF; border-color: #848484 #C1C1C1 #E1E1E1; border-radius: 2px 2px 2px 2px; border-style: solid; border-width: 1px; padding: 4px; }
rjam Posted September 30, 2011 Posted September 30, 2011 Does anyone know how to change the height of the shoutbox sidebar hook? Just find the following line in hookGlobalShoutShoutboxSidebar file: <div id='shoutbox-shouts' style='height: {$d['shout_height']}px; overflow-x: hidden;'> change the {$d['shout_height']} to the number of pixels... example: <div id='shoutbox-shouts' style='height: 250px; overflow-x: hidden;'>
JahLion Posted September 30, 2011 Posted September 30, 2011 Since upgrade my shoutbox it look weird,also what happen to the sidebar hook,and my words in the shout box is now under the usernames and it look weird.
Michael Posted September 30, 2011 Posted September 30, 2011 Hello, Michael. How can I go about adjusting the width of the shout input box? I'm trying not to affect the global class of:.input_text, .ipsTagBox_wrapper { background: none repeat scroll 0 0 #FFFFFF; border-color: #848484 #C1C1C1 #E1E1E1; border-radius: 2px 2px 2px 2px; border-style: solid; border-width: 1px; padding: 4px; } Are you referring to the input textarea in the Global Shoutbox hook? Since upgrade my shoutbox it look weird,also what happen to the sidebar hook,and my words in the shout box is now under the usernames and it look weird. I don't know what i can tell you about "Since upgrade my shoutbox it look weird', since you don't explain what is weird. As far as the sidebar hook, the text has always appeared under the user names.
Michael Posted September 30, 2011 Posted September 30, 2011 I already answered that question in the post immediately below the one you quoted.
KevinMc Posted September 30, 2011 Posted September 30, 2011 Are you referring to the input textarea in the Global Shoutbox hook? Indeed I am. :D
Michael Posted September 30, 2011 Posted September 30, 2011 If you adjust the column width of the table cells in that area, the textarea should widen as needed. Look in the skin_shoutbox_hooks -> hookGlobalShoutbox skin template, and find these two rows: <td class='altrow' valign='top'<if test="$this->memberData['g_shoutbox_use']"> style='width:75%'<else /> colspan='2'</if>> <td class='short row2 altrow' style='width:25%' valign='top'> The first one is the width of the main area showing all of the shouts, the second is the section with this input box. Just adjust these values so the second column is wider or narrower as needed.
JahLion Posted September 30, 2011 Posted September 30, 2011 I think my files was mess up so i remove it all and done a fresh install instead
KevinMc Posted September 30, 2011 Posted September 30, 2011 <td class='short row2 altrow' style='width:25%' valign='top'> ...the second is the section with this input box. Just adjust these values so the second column is wider or narrower as needed. Hmm, I tried adjusting that, even taking it out completely and no change.
Michael Posted September 30, 2011 Posted September 30, 2011 This is what I see when I adjust them to both 50%: Which browser are you using? Maybe it's a browser issue.
KevinMc Posted September 30, 2011 Posted September 30, 2011 Which browser are you using? Maybe it's a browser issue. Doubtful, but Firefox 7.0. Like I said, I even took that entire row out and there was still no change. I'm using theme 2 so maybe that the reason?
Michael Posted September 30, 2011 Posted September 30, 2011 *Smacks forehead* I should have thought maybe you weren't using the same theme as me. OK, so the width of the input box on Theme 2 is this line: <input type='text' id='shoutbox-global-shout' size='70' class='input_text' /> Change the 70 there to something bigger or smaller as needed.
KevinMc Posted September 30, 2011 Posted September 30, 2011 *Smacks forehead* I should have thought maybe you weren't using the same theme as me. OK, so the width of the input box on Theme 2 is this line:<input type='text' id='shoutbox-global-shout' size='70' class='input_text' /> Change the 70 there to something bigger or smaller as needed. Awesome! Thanks, Michael!
JustHatched Posted October 1, 2011 Posted October 1, 2011 I am curious if it would be possible to have the shoutbox displayed on an IPContent page? If so, how?
Michael Posted October 1, 2011 Posted October 1, 2011 http://community.invisionpower.com/topic/340044-download-shoutbox-32/page__view__findpost__p__2174073
outkastz Posted October 1, 2011 Posted October 1, 2011 Is there a method to install shoutbox for the mobile skin in addition to the default skin? If it's something that has been done before I'd love to save some time.
Michael Posted October 1, 2011 Posted October 1, 2011 No, so much of the app relies on features (javascript, ajax) that may not be available when viewing the site on a mobile browser. You'd essentially have to keep manually reloading the page if you wanted to see if any more shouts came in.
outkastz Posted October 1, 2011 Posted October 1, 2011 Ahh, because the full version runs nearly flawlessly on the full version skin on most mobile devices with webkit browsers. My users have been pushing for an app JUST for the shoutbox so I've been trying to figure out the best way to go about it. Michael, I appreciate the quick response.
Michael Posted October 1, 2011 Posted October 1, 2011 I filed a suggestion in my Tracker for this: http://invisionfocus.com/tracker/issue-411-mobile-skin/ Note, though, if I do implement this it's only likely to happen for the current (IP.Board 3.2) version of the app, not this one for IP.Board 3.1.
outkastz Posted October 2, 2011 Posted October 2, 2011 That should be expected. The work you do is greatly appreciated.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.