![]() |
ShoutBOX would be nice.
Simple one. No multi/l33t/edit permissions features. Just for registered users, only on forumhome, regular shoutbox that uses forum smilies.
:nervous: Damn, wrong forum :( |
Yeah, thats what im looking for.
|
moved.
|
Quote:
|
Hi,
This is a nice shoutbox by GeekyDesigns, it would be great if someone does it for vBulletin 3.50 https://vborg.vbsupport.ru/showthread.php?t=68861 taffy |
I would prefer something that just checked (if bbuserid) (include bb code parsing file) to allow smiles and URLs and bam post a shout!
Modify the forum home template with an iframe to show the shouts and your done. It's only a shout and geeky's is nice if you want ultimate control over shouts but something really, really simple would be nicer IMO. Unfortunately, I don't have the experience or I would probably spit one out in 10 minutes. :) |
I have started to attempt to do this with my limited knowledge. I realize this looks more like 3.0 code. No problem converting it once the basics are in place.
I get it to insert the correct values into the database. I just need to figure out how to get it displayed now :nervous: If anyone wants to chime in... CREATE TABLE QUERY [sql] CREATE TABLE `shouts` ( `shoutid` bigint(255) unsigned NOT NULL auto_increment, `shout` text, `username` varchar(50) default '0', PRIMARY KEY (`shoutid`) ) TYPE=MyISAM AUTO_INCREMENT=1 ; [/sql] SHOUTBOX.PHP PHP Code:
HTML Code:
<form action="shoutbox.php" method="post"> IFRAME SOURCE ON FORUMHOME HTML Code:
$stylevar[htmldoctype] |
You should at least protect the INSERT statement against SQL-Insertions. The current code is a huge security risk.
|
Quote:
---------------------------------------------------- I got this to pull shouts... PHP Code:
will probably give up at this point :( |
PHP Code:
Look here on how to ensure security Here |
I'm looking for this also. :)
|
I whipped up a really simple Quick ShoutBox based on a forum. It's a hidden forum, well almost, I just don't show it, it's accessable. New threads are off, html is off, image code is off. BBcodes are on and so are smilies. There is only one thread. All posting permissions are handled by standard vB stuff. Display uses the security model from showpost. We have it set to only display the last shout.
The last post in that thread is the shout. It's one template edit and one plugin for forumhome complete. It has one fast indexed query. We're testing it now. If it seems useful, I will post it. Quick ShoutBox Demo. |
All times are GMT. The time now is 08:19 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|