MyBB Community Forums

Full Version: Another Shoutbox help thread!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I added the shoutbox on qnhl.com
2 Requests:
1) I would like the guests to be able to see the shouts without being able to add
2) I would like to be able to apply the tweaked shoutbox changes on the orginal one that I am currently using. I tried to follow the instructoins, but they are outdated.

Thanks!
GSA
You are using the shoutbox of musicalmidget right?

i guess removing

if($mybb['uid'] == 0)
{
	nopermission();
} 

should do the trick, however i'm not sure if it will allow them to post or not, because i haven't tried (it is refusing to install :/)

however if they were allowed to add shouts then this should fix it
in the same file
find

if($action == "do_shout")
{

below it add

 if($mybb['uid'] != 0)
	{


then find

redirect("shoutbox.php", "Shout submitted.", $settings['bbname']." - Shoutbox");
	} 
below it add

 } 
	else
	{
	nopermission();
	}

* i haven't tested that, but i guess it works
regards
thanks Zaher, I will try that later today, but what about the second point:
2) I would like to be able to apply the tweaked shoutbox changes on the orginal one that I am currently using. I tried to follow the instructoins, but they are outdated.

GSA
Anyone can help???

Let me make myself clearer:
1)I would like to have on the main page of www.qnhl.com a history of the shouts that can scroll (like the actual shoutbox that i right now), but I would like it only to be for viewing, not for posting.

2)I would like to have the tweaked shoutbox popus when u click on a shoutbox link. I installed the orginal one, and I tried to follow the steps to install the tweaked one, but they weren't clear.

Waiting for some help!
Thanks!

GSA
Bump! Is anyone willing to help?

Thanks,
GSA
No one? WOOOHOOO!

GSA