Customizing SMF > Modifications and Packages

SMFPacks Shoutbox [SMF 2.0.2 Supported - 1.0.4 Released]

<< < (353/408) > >>

kasparh:

--- Quote from: phantomm on March 16, 2012, 11:42:46 AM ---@Ozzie, guests can see Shoutbox, but it is collapsed for them.

Maybe someone knows how to completely remove option to expand/collapse Shoutbox?

--- End quote ---
I have the same problem of phantomm, all my users can see the shoutbox, and the first time they expand it, then the shoutbox became always visible, but the users that don't expand it for the first time are never able to see the messages posted in it.
It there any way to set the shoutbox in expand mode (auto hide is already un-checked) or remove the collapse function so the box is always visible fot everyone has the permission to see it ?

p.s. i'm using 1.0.4 on smf 2.0.2 default theme (curve)

p.p.s in attach you can see a screenshot of the problem. The icon seem the one used when shoutbox is expanded, but the user is not able to see anything, after you click the expand/collapse button the shoutbox appear with all messages and from that moment it works correctly.
But the problem is to inform all the users that have to click the expand/collapse button to be able to see the new tool.
Any idea how to fix the problem ?

LindaHT:
Is there anyway to get rid of the box that pops up from webpage before it will post what you type?
Also where do you go to delete all of the chat that has piled up?

  I am sorry I am new at this.  I have this mod installed and other than the pop up works great?

If you hit send it works that way.  Consider this closed.

humanoid:

--- Quote from: nCogNeato on July 31, 2011, 07:27:43 PM ---
--- Quote from: marci_n on July 27, 2011, 02:09:06 PM ---
--- Quote from: nCogNeato on July 26, 2011, 07:58:52 PM ---
--- Quote from: nCogNeato on July 20, 2011, 06:18:25 PM ---
--- Quote from: Nibogo on July 04, 2011, 01:09:29 PM ---Just move this code in index.template:

//SMFPacks Shoutbox -->
   if (function_exists('template_shoutbox')) template_shoutbox('main');
   // <-- SMFPacks Shoutbox

To the place where you want to show the Shoutbox.

--- End quote ---

I'm currently trying to move the shoutbox directly between my News Fader and first forum board.  Every attempt to move the shoutbox code detailed above simply makes my shoutbox disappear.  I know I must be doing it wrong.  Any advice?

--- End quote ---

Anyone?

--- End quote ---

Yes, you have to move this:


--- Code: ---//SMFPacks Shoutbox -->
if (function_exists('template_shoutbox')) template_shoutbox('main');
// <-- SMFPacks Shoutbox
--- End code ---

to BoardIndex.template.php and place before:

--- Code: ---   // Here's where the "Info Center" starts...
--- End code ---

This is answer how to move to bottom of you page. If you wanna insert shoutbox before feeds place the code before

--- Code: ---   // Show the news fader?  (assuming there are things to show...)
--- End code ---

--- End quote ---

That didn't quite accomplish what I was needing.  By moving ...

index.template.php

--- Code: ---//SMFPacks Shoutbox -->
if (function_exists('template_shoutbox')) template_shoutbox('main');
// <-- SMFPacks Shoutbox
--- End code ---

to BoardIndex.template.php and place before:

--- Code: ---   // Here's where the "Info Center" starts...
--- End code ---

the shoutbox appears at the bottom of the board and above the Info Center.  I'm needing the shoutbox to appear at the top (or above) the board and below the News fader.

I played with moving the code around, but got some very crazy results.  Can anyone specify exactly where to place the shoutbox code to accomplish what I'm needing?

--- End quote ---


I took these changes way back when I was installing SMF 1.1.x and got my desired result - that being the Shoutbox placed just above the Info Centre. However, having recently upgraded to 2.0.2, this same change almost-but-doesn't-quite work perfectly with the default Curve theme (still works fine with the legacy Core theme). The shoutbox title bar ends up wedged between the read/unread icon legend and the "mark all messages as read" button instead of spanning the width of the page. (image attached)

I presently have the code reading like this:

--- Code: ---function template_info_center()
{
global $context, $settings, $options, $txt, $scripturl, $modSettings;

//SMFPacks Shoutbox -->
if (function_exists('template_shoutbox')) template_shoutbox('main');
// <-- SMFPacks Shoutbox

// Here's where the "Info Center" starts...
--- End code ---

But also have tried it in the main function (I know it's equivalent) :

--- Code: ---function template_main()
{

//stuff

//SMFPacks Shoutbox -->
if (function_exists('template_shoutbox')) template_shoutbox('main');
// <-- SMFPacks Shoutbox

template_info_center();
}
--- End code ---

I've also tried forcing a <br/> line break before the function call, encasing the section in <span> or <div> tags, but none accomplish the desired result. Any thoughts?

MetalBoy:
Hello, I have the problem   :-\



SMF 2.0.2

I have no idea where to start looking   :'(

♦PulsiveForums♦:
umm i haavent been answered Once yet.
all i wanna know is how to edit the shout output,like Nibogo did in this picture...

so when you shout its like

"[31|Jul 02:54 PM]ArkCreatiiion: Test"
and Not
"ArkCreation[31|Jul 02:54 PM]: Test" ....

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version