nneonneo's Shoutbox

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

Previous topic - Next topic

smithz

ok,i solved :D..now in home i see this /www/greenhouse.org/serpiko/web/Sources/Load.php(1726) : eval()'d code on line 72


ameo

@ LinkinParkBoy:  Just recently I made some changes in tutorial, and update for new version is available on the same page; thanks to nneonneo itself, who actually told me what to do.
antechinus:
QuoteIf you are dying for a solution it may be wise to seek medical attention.
Get some Awesome Smileys for your forum

|±(ಠ_ಠ
)±|

LinkinParkBoy


dangerboy

hello there nneonneo. how can i reset the history.home.txt? the file size is 10mb now.. and i want to reset all the logs

LinkinParkBoy

Its Works Yeah!

Ty ameo and nneonneo


Regards for all _o_

nneonneo

@dangerboy: just delete it
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!

dangerboy

neo i already did that.. even tried changing the chmod permissions to 777.. it still cant be deleted.

[unplugged]

create a new "empty" one and upload it over the top of that one.  ;D
« Next Edit: Tomorrow at 08:34:45 PM by SunKing »   <---- « someone stole my sig... :o »



4T3IG0

#3708
Hi my friend nneonneo.

I'm back with more difficulties...     
 
1 - I upgrade to 1.2.1 and it's all Ok except the sound of Shouts...  it doesn't stop after shouting and  repeats an echo. I think that also happens whenever a member makes a refresh. 
 
2 - How can I allow that just some members of a group have permissions to moderate Shout?

Thanks for your attention.  :)

By the way, great changes in the Admin CP.  ;)

nneonneo

@4T3IG0:

1) Hmm. Have you tried shift+refresh? The old version of the code might be cached.

2) Make a new membergroup and put those people in that group via "Additional Membergroups" in their Account Settings.
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!

4T3IG0

1) No I didn't shift+refresh...   I will try it again.

2) And if some of the members are already Global Mod, and I don't wish all off them to Mod the Shout?

Thanks  :)

[unplugged]

If you create a membergroup called "Shoutbox Mods" or whatever, you can add any members you want to moderate the shoutbox to that membergroup under additional membergroups and the shoutbox moderation will be added to whatever permissions they already have.
« Next Edit: Tomorrow at 08:34:45 PM by SunKing »   <---- « someone stole my sig... :o »



4T3IG0

Quote from: SunKing on September 07, 2008, 09:18:15 PM
If you create a membergroup called "Shoutbox Mods" or whatever, you can add any members you want to moderate the shoutbox to that membergroup under additional membergroups and the shoutbox moderation will be added to whatever permissions they already have.

Hi SunKing. Thanks for your help. I think I can do it.

:)

dangerboy

nneonneo i can't delete it nor rename the history.home.txt.. I just want to delete the contents of that because I only have a little space left in my hosting. tried every method that i could think but still doesnt work even tried changing permissions

nneonneo

Well, as an emergency measure, you could always just edit yshout/yshout.php, adding a clearhist command as described here:
http://www.simplemachines.org/community/index.php?topic=137508.msg1643552;topicseen#msg1643552

If that doesn't work, try using
$handle=fopen($historyPath, "w");
fwrite($handle,"\n");
fclose($handle);

in place of the unlink line
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!

pipo_il_primero

Hey all,
just installed ASB 1.21 and works great, but I want to increase the font size, it is tiny!
Where can I do this? I've tried editing the css file but no luck.
Text in history file looks huge, text on ASB is just tiny!
Thx,
P.

[unplugged]

#3716
open yshout.css and find
#yshout #shouts {
and add font-size: 16px; right after it. You can change the 16px to your liking.






Now for my own question.   :D
I am trying to add a menu that has some javascript in it. But when I add it, the shoutbox no longer shows anything. It is almost as if it were collapsed. I imagine there is a conflict with the SB scripts and the Menu script, but I have no clue where or what. I would really like to get these two things working together. Thanks for your help.
« Next Edit: Tomorrow at 08:34:45 PM by SunKing »   <---- « someone stole my sig... :o »



pipo_il_primero

Hey SunKing,

thanks for the support!
I don't see where I should add the text, my yshout.css file has following code:

/* Default theme style. Modify to your taste. */
#yshout {
font-size: 11px;
}
#yshout p {
margin: 0 0 0; /* Top Bottom Linespacing */
}
.shout-invalid {
background: #FFFDD1;
}
#yshout fieldset {
border: none;
}
#yshout em {
font-style: normal;
}
#yshout p {
line-height: 1;
margin-top: 0;
}
#yshout {
overflow: hidden;
}
#yshout .shout-timestamp {
font-weight: normal;
color: #000;
}
#yshout .adminlink {
font-size: 6pt;
color: #141414;
}
#forum-name, #shout-text, #shout-button {
font-size: 11px;
margin: 0;
padding: 0;
}
#yshout #forum-name {
color: #666666;
width: 70px;
margin-right: 5px;
}
#yshout #shout-text {
color: #000000;
width: 150px;
margin-right: 5px;
}
#yshout #shout-button {
width: 55px;
}


Can you point me to what shall I change?
Thanks!
P.

AJ32

Great mod, very useful in my case!

But in my SMF 2 Beta 4 installation it will not "shout", I'm not sure if it's a javascript error or something to do with the template changes or what. (It did work great in SMF 2 Beta 3.1).

Any ideas as of why this won't work? Thanks! :D

Threnelegy

#3719
I've got it installed properly in SMF 1.1.5, but I can't figure out where to put the box. Everytime I try a spot, it either doesn't show up, or I get an error and have to remove it. Here's the theme I'm using: Foxy

I'd like the box to appear below the button/navigation strip, if possible. Thanks!

Advertisement: