GodDon Posted February 21, 2011 Posted February 21, 2011 hi. i edited the file to re-size the shoutbox, but when i saved teh CSS file. it didnt change anything. i noticed this when i changed another value (trying to widen the forum) and that didnt update when i saved either .....is there something im missing?
Elly Posted February 21, 2011 Posted February 21, 2011 hi. i edited the file to re-size the shoutbox, but when i saved teh CSS file. it didnt change anything. i noticed this when i changed another value (trying to widen the forum) and that didnt update when i saved either .....is there something im missing? There are two layout settings, you're probably using the second one with the input box on the right side. Below that piece of code, there's an identical piece of code that says: <div id='shoutbox-shouts' style='height:{$d['shout_height']}px;overflow:auto'> {$d['noshouts']} {parse template="inactivePrompt" group="skin_shoutbox" params=""} <table id='shoutbox-shouts-table'> <tbody> {$d['shouts']} </tbody> </table> </div> <img src='{$this->settings['img_url']}/spacer.gif' id='shouts-global-resizer' border='0' height='6px' alt='{$this->lang->words['resize_shouts_area']}' style='cursor:n-resize;width:100%' /> Do the same to that one and it'll work.
emberintherain Posted February 21, 2011 Posted February 21, 2011 Thanks Elly.. Worked like a charm. :)
GodDon Posted February 21, 2011 Posted February 21, 2011 hmm. i found the correct line, but when i did. it made the shoutbox huge, i wanted to be able to adjust it accordingly. the value i entered made it too big (regardless what value) and the default height is too small. i definitely musta effed up again
skilled107 Posted February 22, 2011 Posted February 22, 2011 has anyone had any problems with there buttons not working? I try clicking on "Shout" etc and its not doing anything :(
.Nuno. Posted February 23, 2011 Posted February 23, 2011 Hello, Any change we would have fixed colors in the shout? Any idea if it's difficult to implement? Thanks
Da_Magic Posted February 23, 2011 Posted February 23, 2011 im getting this when trying to installFatal error: Uncaught exception 'Exception' with message 'CANNOT_WRITE' in public_html/admin/sources/base/core.php:1463 Stack trace: #0 public_html/admin/applications/core/modules_admin/applications/setup.php(343): IPSLib::cacheFurlTemplates() #1 admin/applications/core/modules_admin/applications/setup.php(156): admin_core_applications_setup->finish() #2 public_html/admin/sources/base/ipsController.php(291): admin_core_applications_setup->doExecute(Object(ipsRegistry)) #3 public_html/admin/sources/base/ipsController.php(91): ipsCommand->execute(Object(ipsRegistry)) #4 public_html/admin/sources/base/ipsController.php(63): ipsController->handleRequest() #5 public_html/admin/index.php(24): ipsController::run() #6 {main} thrown in public_html/admin/sources/base/core.php on line 1463 this is the url its stuck on with this error admin/index.php?adsess=d996e3509f18e31a98010c8f8ee308b0&app=core&module=applications§ion=setup&do=finish&app_directory=shoutbox&type=install&version=10000 just wont install, any ideas?
Sull5 Posted February 24, 2011 Posted February 24, 2011 hmm. i found the correct line, but when i did. it made the shoutbox huge, i wanted to be able to adjust it accordingly. the value i entered made it too big (regardless what value) and the default height is too small. i definitely musta effed up again I am using 184px ^ Remember you can drag the shoutbox larger so maybe that's what you did.
Cheyney Posted February 24, 2011 Posted February 24, 2011 Getting the following message after a fresh install of the mod:Fatal error: Call to a member function announcement() on a non-object in /home/content/00/xxxxxxx/html/forums/admin/applications_addon/other/shoutbox/sources/classes/library.php on line 409 1.1.3 & 3.1.4 Any ideas?
HighlanderX Posted February 24, 2011 Posted February 24, 2011 I wish the shoutbox to display more lines before scrolling... is it possible to do that??? Tried the suggestion above but couldn't find the appropriate code.
ShadowPuppet Posted February 25, 2011 Posted February 25, 2011 Does this work with 3.1.4? Because when I use it with the global hook it generates 100's of errors in the sql logs
Sull5 Posted February 25, 2011 Posted February 25, 2011 @highlanderc, the code does exist I have done the mod myself and works great. I have shoutbox installed on 3.1.4 fine.
ChicagoMikey Posted February 27, 2011 Posted February 27, 2011 Is it possible to remove the shoutbox tab within the Header Forum Navigation? I don't see a reason why it should be linked there.
AndyF Posted February 27, 2011 Posted February 27, 2011 Is it possible to remove the shoutbox tab within the Header Forum Navigation? I don't see a reason why it should be linked there. Yes. ACP > System > Manage Applications / Modules > Find Shoutbox in the list. Click the grey button on the right hand side. Choose 'edit application details' On the following page, find 'Hide Tab' switch it on and save. Take care not to disturb any data on the rest of the page.
ChicagoMikey Posted February 27, 2011 Posted February 27, 2011 Yes. ACP > System > Manage Applications / Modules > Find Shoutbox in the list. Click the grey button on the right hand side. Choose 'edit application details' On the following page, find 'Hide Tab' switch it on and save. Take care not to disturb any data on the rest of the page. Thank you Andy. I appreciate the fast detailed response. It worked like a charm.
Stephen J Posted March 2, 2011 Posted March 2, 2011 my shoutbox dialog box is to the right of the shouts? can this be fixed?
Divine Forces Posted March 2, 2011 Posted March 2, 2011 my shoutbox dialog box is to the right of the shouts? can this be fixed? Admin CP -> System Settings -> IP.Shoutbox -> Hook: Global Shoutbox -> Change 'Global Shoutbox Look' from Theme 1 to Theme 2.
Private55555 Posted March 2, 2011 Posted March 2, 2011 I have a problem which appears to be related to the caching function. IP.Board 3.1.4, Shoutbox 1.1.3 I do not clear out old chats, and today it came up with a message indicating the cache array was empty (and when I checked in the ACP, lo and behold it was) If I disable shoutbox caching, it works, of course So is there a reason the caching would fail at, say, 511k rows in the table, and if so what is the workaround (besides turning cache off) btw small bug, when cache is turned off, the message "No shouts have been made" ALWAYS appears, so it's not properly checking for that setting
Private55555 Posted March 2, 2011 Posted March 2, 2011 actually now I think the problem with the cache was an illegal character entered in the shoutbox, still a bug
Private55555 Posted March 2, 2011 Posted March 2, 2011 here are the chinese characters someone entered that killed shoutbox cached: 龙翔和香肠工厂 the table is set to use utf8 charset.... any way to easily fix the caching function?
Sull5 Posted March 2, 2011 Posted March 2, 2011 here are the chinese characters someone entered that killed shoutbox cached: 龙翔和香肠工厂 the table is set to use utf8 charset.... any way to easily fix the caching function? Maybe just clear cache for shoutbox as temp fix ?
Songstuff Posted March 2, 2011 Posted March 2, 2011 Hi I had to hunt to find this support topic.... Ok, my members are getting more than a bit fed up with youtube links dropped in the shoutbox being automatically converted to the embedded video. Why can't it behave like the rest of IPB? If you drop a youtube link in a topic it remains a link. You have to use the media tag to display it as a video. Yet in the shoutbox the default embeds it as a video! How can I stop this happening. Where do i edit? There isn't an option I can see to stop this default behavior. Any help you can offer would be greatly appreciated! Cheers John
Sull5 Posted March 2, 2011 Posted March 2, 2011 ^ Tools & Settings > System Settings >Automatically parse media URLs? Turn to No, the negative side of this is if a user wants to post a yourtube video in a post they will have to use the media bbcode
Songstuff Posted March 2, 2011 Posted March 2, 2011 be nice if we were able to disable that for just the shoutbox
Recommended Posts
Archived
This topic is now archived and is closed to further replies.