PDA

View Full Version : Settings to add How?


Sleepyk
03-19-2005, 10:45 PM
how i add settings "screenshot would be appreciated"

i see few but some hacks that i have to add settings and i cant figure out how to

Sleepyk
03-22-2005, 11:44 PM
hello?

lasto
03-22-2005, 11:45 PM
were not ignorant but aint got a clue what u on about.

give a bit more info or even tell us what bit u stuck on and we`ll do our best to help

Sleepyk
03-23-2005, 12:01 AM
###################### AddAdmin Options
Making sure you have the $debug variable in config.php
go to your admin control panel (http://yourdomain.com/vbulletin/admincp/)
and then click Vbulletin Options >> VBulletin Options >> Edit Settings >> Add new setting

Enter the following as follows:

1) varname - minpostpm
2) Setting Group - Private Message Options
3) Minimum Post Count
4) Insert the minimum amount of posts a user must have to use the Private Message System.
5) Leave the next box blank
6) Default - Instert the number you want to have
7) Display Order - Leave as is
8) vBulletin Default - No




its for X posts to send pm

cinq
03-23-2005, 12:39 AM
Sleepyk, in your includes dir, there should be a config.php file.
In that file, at the very top, right after the <?php tag, add this :

$debug=1;


Once done, save the file and upload it, overwriting the old file.

Next in your admincp, under Vbulletin Options, there should now be the choice to 'add a new setting'. Perform the necessary step(s) as per the hack's instructions.

Once done, you will need to reverse the change you did on the config.php file.
Remove ( or uncomment ) the line you added earlier on and re-upload it again.

Sleepyk
03-23-2005, 12:44 AM
why would i need to remove? is it a bad security fault?

and thank you very much i have had this hack sitting waiting for days now
lol

cinq
03-23-2005, 01:43 AM
Nope, you can choose NOT to undo the code change , but you and your users will get to see all the stuff that debug mode shows :D

Sleepyk
03-23-2005, 02:09 AM
which is?