News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

nneonneo's Shoutbox

Started by nneonneo, December 26, 2006, 06:58:11 PM

Previous topic - Next topic

JKC

#5980
Hi, can anyone tell me how they managed to get the timestamp on its own (separate) line, either above or below the shout? I don't actually know any PHP, so every time I try, I break the shoutbox. xD Thanks!

Edit: Never mind, I realized that the adv shoutbox had this, so I switched over.

RvG

Quote from: cieplutki on November 28, 2010, 07:53:35 AM
unofficial to 2.0 rc 4 and 1.1.12 with some change to smf.pl and friedns
it's look that :



included:
scrollbar, sound and some more

Thank you for your update. It works fine with rc5. Just some notes,

when you click the user name, it always do like this:
How to disable it?

Do RvG:



RvG

will that be fixed on your unofficial version? :)

EGCoopey

I am using 2.0 RC5 and installed the 1.22 version. When I did, I set the emulate version to RC4. Installed it. Set the permissions and then set the emulate back to RC5.

I am not seeing it on my board? The permissions are all set properly as well. My theme is BacknBlack if that matters.

Any ideas?

nubieteky

how can I add a little text to the shoutbox?




mathmission

I'm wondering if anyone can help. I've installed this on a fresh install of SMF 2.0RC5, no problems. Using the RC5 of the theme ACTUALISM, and am wondering where I might insert the two bits of code into the index.template.php for that theme, and have the shoutbox at the bottom of the screen, rather than the top. Any help would be greatly appreciated.

pitbull10

Can anyone help with my shoutbox, I need to change the font size from 10pt to 16/18 when i get into the style sheet I cant change the font can highlight the code and nothing else.

Rob
Learning how to code at my age is fun but need some help sometimes.

pitbull10

Thank you for your none help with this fantastic help forum.
Learning how to code at my age is fun but need some help sometimes.

Bandeen

Hey people,

Using this on my forum 1.1.12 atm but the permissions dont work?  Id like to remove the shoutbox area complete from view of guests and certain member groups?

Is this possible?

Many thanks,
Adam

Nvb

#5990
Quote from: EGCoopey on March 15, 2011, 09:36:36 PM
I am using 2.0 RC5 and installed the 1.22 version. When I did, I set the emulate version to RC4. Installed it. Set the permissions and then set the emulate back to RC5.

I am not seeing it on my board? The permissions are all set properly as well. My theme is BacknBlack if that matters.

Any ideas?

Same here,

Using RC5 and 1.22, installation went perfect.
Extracted manually the yshout folder to my forum root.

Permissions are set ok, but nether i (admin) or any members can see it.
I'm using default theme

How to solve this?

impreza

Installing the forum is problematic, according to 1x instukcji manual. Something is always in fashion 1.6 breaks down in at least to me.
Portal ToTemat.pl - treści w postaci artykułów i filmów tematycznych.

Grosraisin

#5992
Cieplutki thank you for your version of the shoutbox, it works fine on SMF 2.0 RC5

If you want a French translation, you can take it and integrate (join the file extension)

Is it normal that "bbcodes" does not work on the shoutbox?
I also wanted to know if his would be better to put a single link o show and hide Smilies?

Sorry for my bad English.

SMF / Le Partage et l'Entraide
SMF / Sharing and Caring


Mes modifications de Mods / Templates



cieplutki

Quote from: Grosraisin on April 17, 2011, 10:59:42 AM
Cieplutki thank you for your version of the shoutbox, it works fine on SMF 2.0 RC5

If you want a French translation, you can take it and integrate (join the file extension)

Is it normal that "bbcodes" does not work on the shoutbox?
I also wanted to know if his would be better to put a single link o show and hide Smilies?

Sorry for my bad English.

bbcode was off
to be on please open youshout.pl
find
$codes = array('tag' => 'url');
$text = parse_bbc($text, true, '', $codes);
//$text = parse_bbc($text);


replace to
Quoteparse_bbc($text);




.

gvalfer

I have $ reverseShouts = true; messages appear on top, but scroll is to down, how to fix this?

Switch-Renn

Hey everyone,

I had the regular version of 1.22 installed on my 2.0 RC5 for a while now. It was working fine until I tried to move it from index.template.php to Boardindex, where my theme crashed. No worries there, since I just installed a different theme and reinstalled the shoutbox. However, anytime anybody tries to post in it now, it simply changes the URL in the address bar to "/forums/?#".

It works for me, but no one else. Already checked permissions, though logically it couldn't be that since the other administrators on my site get the same result.

The only editing I've done to yshout.php was remove "header('Content-type: text/html; charset='.$defaultEncoding);", since that was giving me an error anytime the shoutbox loaded, and I failed to deduce why.

Any help with this would be greatly appreciated.

pzyhô

Hy i use 2.0 rc5 with custom theme but on the custome theme the Shoutfield doesnt appear

look screen in attachment

i really want these shoutbox and on default theme all works fine but not on custom

if i refresh it says "shoutbox loading..." for 3seconds and nothing appear


please help
thanks in advance
My Mods: click

pzyhô

#5997
edit: i fixxed it

it wasn error:

Undefined index: spoiler_for in ...
in the language.php now it works fine :)


for the other users if you use Custom theme and got the same issue look in your Errorlogs and try to fix this errors
My Mods: click

Grosraisin

#5998
Quote from: cieplutki on April 21, 2011, 09:25:28 AM
bbcode was off
to be on please open youshout.pl
find
$codes = array('tag' => 'url');
$text = parse_bbc($text, true, '', $codes);
//$text = parse_bbc($text);


replace to
Quoteparse_bbc($text);
Quote
Its still not working.

I am:

Found:
$ codes = array ('tag' => 'url');
$ text = parse_bbc ($ text, true,'', $ code);
/ / $ text = parse_bbc ($ text);


Replaced and all lines by:
parse_bbc ($ text);

But its still not working.

Link: http://prez-me-all.redheberg.com/elevenn/index.php
User: test
Password: test

Thank you again.
I just corrected my problem.

Should not I remove the 2 lines before:
/ / $ text = parse_bbc ($ text);

SMF / Le Partage et l'Entraide
SMF / Sharing and Caring


Mes modifications de Mods / Templates



cieplutki

@Grosraisin

that should be
Quote// utility functions for shouting
function cleanupShout($text) {
   global $func,$bannedCode,$context;
   $text = $func['htmlspecialchars'](stripslashes($text), ENT_QUOTES);
   foreach($bannedCode as $searchString)
      $text = preg_replace('/'.preg_quote($searchString,'/').'/i','',$text);
   preparsecode($text);
   $text = parse_bbc($text);
   censorText($text);
   return $text;
}


and you have that
Quote// utility functions for shouting
function cleanupShout($text) {
   global $func,$bannedCode,$context;
   $text = $func['htmlspecialchars'](stripslashes($text), ENT_QUOTES);
   foreach($bannedCode as $searchString)
      $text = preg_replace('/'.preg_quote($searchString,'/').'/i','',$text);
   preparsecode($text);
   $codes = array('tag' => 'url');
   $text = parse_bbc($text, true, '', $codes);
   //$text = parse_bbc($text);
   censorText($text);
   return $text;
}




.

Advertisement: