MyBB Community Forums

Full Version: DVZ Shoutbox 2.3.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know, 1.6.16 is secure though, isn't it?
(2015-05-04, 06:08 PM)SomeoneToxic Wrote: [ -> ]I know, 1.6.16 is secure though, isn't it?

Yes, security patches are still being applied to the 1.6 branch.
Yes, it's working! for some reason, I had to use global_start instead of global_end, but it's working now. Thanks for the help Smile
Not sure if this is possible, perhaps in the future versions allow the ability to disable certain BBCodes please.
Thank you, Devilshakerz, for the beautiful plugin. I was hoping that you, or anyone really, could tell me how to edit the code so that the entry is below the shouts. I have looked around and tried moving a few things, but nothing is working. I would greatly appreciate any help you could give me on this. Thank you!


EDIT: Actually, there are a few changes I would like to make if possible. Any help is appreciated. 


The current format is ....


[Image: defaultshout_zpsertazrie.jpg]


But I would prefer it to be....

[Image: newshout_zpsstuehurr.jpg]

Also: how do I stop the shoutbox from minimizing after x amount of time.???
(2015-05-06, 07:51 PM)Voltagee Wrote: [ -> ]Not sure if this is possible, perhaps in the future versions allow the ability to disable certain BBCodes please.
It's not possible with the MyCode parser to allow only defined codes. That was originally the plan but I decided not to complicate things.

(2015-05-07, 08:16 PM)AHGoodwin Wrote: [ -> ]I was hoping that you, or anyone really, could tell me how to edit the code so that the entry is below the shouts.
Move {$panel} 5 lines below in the dvz_shoutbox template (Global Templates). You might want to enable the Reversed order setting as well.

Quote:Also: how do I stop the shoutbox from minimizing after x amount of time.???
Set the Away mode setting value to 0.
Are you able to disable links, and images from the shoutbox?
(2015-05-08, 12:00 PM)Devilshakerz Wrote: [ -> ]
(2015-05-06, 07:51 PM)Voltagee Wrote: [ -> ]Not sure if this is possible, perhaps in the future versions allow the ability to disable certain BBCodes please.
It's not possible with the MyCode parser to allow only defined codes. That was originally the plan but I decided not to complicate things.


(2015-05-07, 08:16 PM)AHGoodwin Wrote: [ -> ]I was hoping that you, or anyone really, could tell me how to edit the code so that the entry is below the shouts.
Move {$panel} 5 lines below in the dvz_shoutbox template (Global Templates). You might want to enable the Reversed order setting as well.


Quote:Also: how do I stop the shoutbox from minimizing after x amount of time.???
Set the Away mode setting value to 0.

Thank you so much! I also found where the code was that I needed to move the order of the other things. 

Alright, it appears I am still having some trouble.

I was able to move the shout text to a new line below, but it isnt aligned properly. However, when I try to use css to correct its position (move it left), it moves the location of the text ENTRY as well. How can I change this ???

[Image: shoubox_zpsiaipis11.png]
What are the available commands?
For images:
Create new mycode.

Tittle: Shoutbox images

Description: Shoutbox images

Regular expresion: \[imgs\](.*?)\[/imgs\]

Replace for: <a href="$1" target="_blank"><img src="$1" alt="İmage" id="maximage" title="Click en la imagen para mostrar la versión full" /></a>

Active: Yes

And save.


in your global.css (style theme):
/*Max img*/
#maximage
{
max-width: 100px;
}

Use: [imgs]link.png[/imgs]
Result:
[Image: yS6jC3V.jpg]