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

Grosraisin

#6000
I had:
// 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);
   censorText($text);
   return $text;
}


But it worked xD

For this to be emptied its cache (not type) something I had not done the first time. And you simply remove the / /

For the cons I have a Bug. After a /me in chat, I'm linking to the selection of the ban. But I do not know why, I just wanted to change the color and its not even change.

Example:
Quote[Aujourd'hui à 21:58:43]      Grosraisin: Pour Grosraisin: gfdg
[Aujourd'hui à 21:58:46]      * Grosraisin sdjhgsqk
[Aujourd'hui à 21:58:48]      Grosraisin: ghq      //** Link -->

Sélection du mode de bannissement:

Lecture et envoi

Envoi seulement

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


Mes modifications de Mods / Templates



cruspeed

the shoutbox was installed with no problems, it is displaying the shouts incorrectly, it was installed by uploading the package.  I also have no settings in the Admin panel.  I don't know if it is a java problem or a code issue.  smf 2.0 RC5 running in RC4 compatability mode with  PHP4.  I have 755 all files in yshout file, they were 666.


kr5323

Hallo.

I wonder if i can change the situation nneonneo shoutbox.

When i install the mod ... it install under the avatar, in the user's welcome area, and i would like to put under the menu (home-help-search-admin-moderate ...).


Is it possible?



PD: I use smf 2.0 RC5 and default theme - curve

123 Kid

hey i need help
i've installed this Shoutbox but it doesn't show up anywhere
i see it in installed section list but not on menu or website at all
can someone help?

Grosraisin

Français:
Re,
Je viens de finir ma customisation de la chatbox pour mon forum, pour ceux qui veul voir je la met en attachement.

Version basée sur celle de cieplutki. Merci a lui.

Changlogs:
Intégration sur le template Darkmark
Nettoyage des répertoires
Ajout d'icons
Traduction Française (une meilleur traduction est a venir) et anglaise
Ajouts de divers paramètres CSS 3.
Liens des outils en bas
Seulement SMF 2.0

English:
Re,
I just finished my customization of the chatbox to my forum, for those spineless see I put in attachment.

Version based on that of cieplutki. Thank you to him.

ChangLog:
Integration on the template Darkmark
Cleaning Directories
Adding icons
French translation (a better translation is coming soon) and English
Additions of various parameters CSS 3.
Tool links at bottom
Only SMF 2.0

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


Mes modifications de Mods / Templates



cieplutki

heah it's nice very good job





.

cieplutki





.

cieplutki

and when you install ... any error ???
try this pack





.

Grosraisin

Hello,

I have a little trouble with a script from the shoutbox.

This script:
<script src="',$boardurl,'/yshout/js/yshout.js?" type="text/javascript"></script>

Break this script:
<script src="http://www.google.com/jsapi"></script>
<script>google.load("jquery", "1");</script>
<script type="text/javascript" src="', $settings['theme_url'], '/scripts/jquery.ez-bg-resize.js" charset="utf-8"></script>
<script>
$(document).ready(function() {
$("body").ezBgResize({
img     : "', $settings['theme_url'], '/images/theme/bg.jpg",
});
});
</script>


Would you have any idea to fix the bug.

Thank you.

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


Mes modifications de Mods / Templates



Markco

Please update for 2.0Gold
Thank's
Sorry, I use the on-line translator ("Reverso") French / English

Grosraisin

Utilise mon lien il marche très biens. (voir un peu plus haut)

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


Mes modifications de Mods / Templates




Markco

Merci Grosraisin ;)
----------------------
I would like to delete the ban on admins as well as on itself
Sorry, I use the on-line translator ("Reverso") French / English

unclezillion

not working in 2.0 any chance of an update?

nneonneo

#6014
Good evening all:

There have been some minor CSS updates in SMF 2.0 Gold (Final) which resulted in the shoutbox appearing incorrectly. This has been remedied in the "1.22b" release. No other changes were made.

If anyone wants to apply the changes themselves, here they are (in XML form):

<file name="$themedir/index.template.php">
<operation error="ignore">
<search position="replace"><![CDATA[ #yshout .shout { /* one shout */]]></search>
<add><![CDATA[ #yshout #shouts .shout { /* one shout */
float: none;]]></add>
</operation>
</file>


P.S. I'm not dead, just really busy these days, so I haven't had time to respond to your comments. Thank you all for your continued support of this mod!

EDIT: removed redundant float:left on fieldset
Check out the AJAX Shoutbox (my one and only mod to date :P)
Do you like SMF? Are you using ProBoards, InvisionFree, ActiveBoards or some other web-hosted forum? I can help you convert to SMF (without having to purchase a DB conversion)...contact me [nneonneo {at} gmail *dot* com], and see this topic
spammers here!

Markco

hello nneonneo, Shoutbox appearing again incorrectly in 1.22b  :(


Sorry, I use the on-line translator ("Reverso") French / English

FinsandFur

Diddo. Looking for a demo or a live view.
All referenced links are dead.

nneonneo

@Markco: Whoops, I forgot to test this with an avatar. Fixed.

I changed
echo '<br /><b>',$txt['yshout_shoutbox'],'</b><br /><br />';
to
echo '<br clear="all" /><b>',$txt['yshout_shoutbox'],'</b><br /><br />';

in index.template.php.

@FinsandFur: I haven't had a live demo site for quite some time; if anyone is willing to donate two forums on a domain, I'd be very grateful.
Check out the AJAX Shoutbox (my one and only mod to date :P)
Do you like SMF? Are you using ProBoards, InvisionFree, ActiveBoards or some other web-hosted forum? I can help you convert to SMF (without having to purchase a DB conversion)...contact me [nneonneo {at} gmail *dot* com], and see this topic
spammers here!

Markco

Quote from: nneonneo on July 10, 2011, 11:24:48 AM
@Markco: Whoops, I forgot to test this with an avatar. Fixed.

I changed
echo '<br /><b>',$txt['yshout_shoutbox'],'</b><br /><br />';
to
echo '<br clear="all" /><b>',$txt['yshout_shoutbox'],'</b><br /><br />';

in index.template.php.
Shoutbox appearing always incorrectly in 1.22b while the modification is present  :'(
Sorry, I use the on-line translator ("Reverso") French / English

nneonneo

@Markco: Please describe what looks wrong.
Check out the AJAX Shoutbox (my one and only mod to date :P)
Do you like SMF? Are you using ProBoards, InvisionFree, ActiveBoards or some other web-hosted forum? I can help you convert to SMF (without having to purchase a DB conversion)...contact me [nneonneo {at} gmail *dot* com], and see this topic
spammers here!

Advertisement: