T O P I C R E V I E W |
Sonic |
Posted - 16 August 2005 : 06:41:03 i made a litte mod like a shoutbox
des: every member who is log in can make a message in a box
screenshot: features: - flood control - bad word filter - smilies are enabeld - limit db to 15 entries can be edit in the admin pannel - older entries will be automaticly deleted - limit the Messages in the admin pannel --> Msg / 30 Sec. - smile popup page (maybe you link to a other page mine is --> pop_smiles.asp ) can be edit in shoutbox_box.asp line 46 - admin can delete messages - long words are breaked
red marked are new features since 06-09-2k5
when the limit of the messages are reached old messages are deleted from the database so it will be clean
download on http://www.snitzbitz.com/mods/details.asp?Version=All&mid=215 < |
15 L A T E S T R E P L I E S (Newest First) |
MYLE |
Posted - 12 September 2007 : 03:20:59 Thanks Got it working< |
ruirib |
Posted - 09 July 2006 : 16:03:18 Well a mod should require a lot more than that. Just by hanging out here a little bit you would find out that many users have no such experience. If everybody did that, some mods would be impossible to install, it's that simple...
I'm sorry if I'm blunt, but posting a mod is a compromise with the community. It means that you need to go a bit more further than if you'd code something for yourself.
I've made many changes to peoples forum's, even developed some specific code to achieve some things people requested. I've hardly ever posted them as mods, cause it takes that extra effort to be sure that everyone would be able to add the mod to their own forum without problems. There is a big difference between coding for you or for a community where you have many people who have no programming or HTML skills.< |
Sonic |
Posted - 09 July 2006 : 15:47:16 *g* so here i'm
@ ruirib i know that the install instuctions are quick and short but i think if someone mod thinks he should know and can use HTML basics.... it is the motherlanguage.... if someone can't use it, so he let it
when i find a prog i don't need to read a install.. i try it, i read the whole code, i will understand the code and thinking of the coder.... if it won't work i read the install (rarely happens)
my thing is ... learning by doing and trying
------------------------------------------------ @ rasure nice work thx for write the instructions< |
rasure |
Posted - 15 May 2006 : 15:37:32 quote: Originally posted by serritzlev rasure that sonuds good i can use that you have made to images code and i can se you have made on the images but i cant se the demo of it on your forums.
You`ll need to use these loging details and log in to see it in action on my live forums...
User Name: SnitzForum Password: 0123abcd
Ive neary finished the rewrite for snitz just testing it now as you can see here on my test forums... http://www.spiritjourney.co.uk/aaa_forums/default.asp
use Guest as username and password to get acces to the forum then register to try it out. < |
Mr Pink |
Posted - 15 May 2006 : 13:23:51 Thank you, it's much appreciated.< |
rasure |
Posted - 15 May 2006 : 08:46:17 quote: Originally posted by Mr Pink
Rasure
Could you possibly supply instructions for integrating the shoutbox as it is on your site? I've been looking for this for a while now.
I'll try and sort the code out, but I'm using largely images forum so and think I've changed the shoutbox a little. I'll see what I can do.
EDIT: I'm currently rewriting the whole thing to be more easy to install and compatible for the latest version of snitz, so please give me a couple of days< |
Mr Pink |
Posted - 15 May 2006 : 08:03:15 Rasure
Could you possibly supply instructions for integrating the shoutbox as it is on your site? I've been looking for this for a while now.< |
rasure |
Posted - 14 May 2006 : 16:23:58 Heres the login details for testing...
User Name: SnitzForum Password: 0123abcd< |
MarkJH |
Posted - 14 May 2006 : 13:22:16 Yep, it's definitely an IE7 thing and it looks like it's here to stay if this is anything to go by:
http://66.249.93.104/search?q=cache:_l346vS1ke0J:msdn.microsoft.com/workshop/essentials/whatsnew/whatsnew_70_sdk.asp+clipboard+ie7+bug&hl=en&ct=clnk&cd=1
Anyway, back on topic... I'd love to see this in action (using Firefox!) so a test account would be great. < |
rasure |
Posted - 14 May 2006 : 11:39:01 quote: Originally posted by MarkJH
rasure, I went to the website in your sig to checkout your Shout Box. A box opened up which said "Do you want to allow this webpage to access your Clipboard?". Clicking 'allow' or 'disallow' did nothing over than open up the box again and again. Eventually, I had to alt-ctrl-delete it. Maybe it's an IE7 bug but thought you should know.
Yep, I had that message when I tried IE7, but no matter what you choose in allowing or disallowing it just kept popping up the messages box.
In fact I just don't like IE7 at all and have uninstalled it, even makes the pages look different and I don't mean from coding issues either.
I think the clipboard message in IE7 is to do with a script that I use that prevent copying and pasting to the clipboard, its nothing malicious, here's the code.
Response.Write "<!--" & vbCrLf
Response.Write "nocopy=true;" & vbCrLf
Response.Write "nocpytxt="" "";" & vbCrLf
Response.Write "" & vbCrLf
Response.Write "function correcterrors(){return true;}onerror=correcterrors;function copyprotect(){notallowed.createTextRange().execCommand(""Copy"");setTimeout(""copyprotect()"",300);}" & vbCrLf
Response.Write "nocpytxt=(nocopy)?nocpytxt:"" "";if(navigator.appName.indexOf('Internet Explorer')==-1||(navigator.userAgent.indexOf('MSIE')!=-1&&document.all.length!=0)){if(document.all&&navigator.userAgent.indexOf('Opera')==-1){" & vbCrLf
Response.Write "document.write('<div style=""position:absolute;left:-1000px;top:-1000px""><input type=""textarea"" name=""notallowed"" value=""'+nocpytxt+'"" style=""visibility:hidden""></div>');copyprotect();}}" & vbCrLf
Response.Write "//-->" & vbCrLf
Response.Write "</SCRIPT>"
Anyway back on topic the shout box is only available to our gold forum members if you want me to provide a test account so you can have a look then I can.< |
MarkJH |
Posted - 14 May 2006 : 07:57:05 rasure, I went to the website in your sig to checkout your Shout Box. A box opened up which said "Do you want to allow this webpage to access your Clipboard?". Clicking 'allow' or 'disallow' did nothing over than open up the box again and again. Eventually, I had to alt-ctrl-delete it. Maybe it's an IE7 bug but thought you should know.< |
rasure |
Posted - 13 May 2006 : 18:43:30 I did manage to install it a while ago, although it did take some tweaking to get to fit in correctly and I've modified it a little to work why my setup.
Screenshot < |
Ghassan |
Posted - 13 May 2006 : 17:32:24 A detailed installation notes will be deeply apprecitiated :)
Thanks< |
ruirib |
Posted - 05 May 2006 : 06:30:22 I find this mod probably the worst documented mod I've ever tried to install. The requirements are not clear (there are no popup windows with smilies in a base Snitz version, so it should be stated that the code requires some smilie add-on). The code to add to admin_config_features is utterly careless and does not use the formatting required to integrate it on the page.
Mod posting should require a bit more care!< |
Sonic |
Posted - 06 September 2005 : 14:00:31 2 new features
- admin can delete messages - long words are breaked eg ---> longword;longword;longword;longword; ---> longword;longword;-(and insert <br>) longword;longword;
new screenshot available here on post one!< |