Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ruby

Pages: 1 2 3 [4]
46
Suggestions, Compliments, And Questions / Re: Change the forums
« on: January 13, 2013, 10:56:45 am »
Why would you change to vBulletin from SMF? The benchmarks are almost identical and SMF can do anything vBulletin can do. vBulletin has more customization from the control panel however anyone with some basic PHP knowledge can manipulate SMF to do the exact same thing. SMF also offers the SSI which is unmatched by most forum providers, SMF is definitely the best option when considering forum software.

47
Suggestions, Compliments, And Questions / Re: Client PHP suggestion.
« on: January 13, 2013, 10:51:12 am »
Bearing in mind that this won't be done in PHP, it's JavaScript.
Code: [Select]
window.onbeforeunload = function() {
return 'Make sure you have logged out from RuneRebels before continuing';
};
That'll work in most browsers.

Pages: 1 2 3 [4]