![]() |
Awesome hack and very easy to install.
Carlos |
Very nice hack :nervous: :ninja:
joergh |
Quote:
If you already install the hack, do the followings run this querry to add another option (turn on/off) to your "vB Registration Options Code:
INSERT INTO `setting` (`varname`, `grouptitle`, `value`, `defaultvalue`, `optioncode`, `displayorder`, `advanced`, `volatile`) VALUES ('regpmactive', 'register', '1', '1', '', 139, 0, 0); Look for Code:
$pmoptions['regpmtext'] = $vboptions['regpmtext']; Code:
$pmoptions['regpmactive'] = $vboptions['regpmactive']; Code:
// Send the new owner a PM Code:
if ($pmoptions['regpmactive']) { LOOK FOR Code:
// ################################################################### Code:
} |
Hi,
I would like to add this on, but I am having a problem with phpMyAdmin, the problem is I have no real idea how to work it, can someone tell me in English how to to do these queries etc for this hack, I simply have no idea. Thanks taffy |
The easiest way to run queries is through the Admin CP. You can find the documentation about it here
|
One small thing to add for the more inexperienced members trying to install this hack. If you are following the updated version of the hack "Weclome PM Hack [Oct 14 2004]" and you open up phpMyAdmin to run the queries and you get the following error:
PHP Code:
To fix this problem, go back into the instructions and everwhere it says: INSERT INTO `setting` and INSERT INTO phrase make sure you add the prefix for your tables: Example: My tables have vb3_ as the prefix so I added it to look like the following: INSERT INTO `vb3_setting` and INSERT INTO vb3_phrase Hope this helps -Robert |
Quote:
anyway, there's a fun way to do this:turn on debug mod, and add directly from ACP/vB Options :) but ... you have to know what you are doing, or you will distroy your board. |
Quote:
Yes I know i can edit it manually, however it is just frustrating sometimes and well, annoying. |
nice thanks
|
I finally got around to installing this - used to use it on vB2. Thanks a lot. :)
|
All times are GMT. The time now is 09:56 AM. |
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:
|