Quote:
Originally Posted by ntrance
Is there a way to only allow registered users to use the form, Currently we are being spammed using the form.
Also can you get the IP address in the post to ban if the form post is a spam
|
The line you're looking for is:
HTML Code:
////////////////////////////////////////////////////////////////////////////////////////////////////
// if (!in_array($vbulletin->userinfo['usergroupid'], array(2,5,6,7))) print_no_permission();
////////////////////////////////////////////////////////////////////////////////////////////////////
Which is neard the top of the hack.
----
My question for some help:
I'm trying to get the text(content I put in) to show up bigger - How can I enlarge the text/Make the font bigger?
How would I be able to make it so the Radio buttons - aren't so spread apart? Or make the font smaller for the default questions?