I changed the name of the marriage mod to real life hackProvokatiker wrote: What about this real life hack? Is it already working? What is it good for? I am very interested 8)
Yes it's all the sameProvokatiker wrote: virtual life hack = real life hack = marriage hack?
But why is this real_life_hack in the mods-folder of the root-folder of the virtual_life_hack ^^ *confused*
xauror wrote: Ok I have upgraded to the 7.5 version but I am not seeing anything in the virtual life section of view profile, nothing in the column on membership list and nothing in the viewtopic.
What am I missing?
Thanks
Nevermind - I erased all of the old database additions manually and installed as a new install. Everything seems to be working.
I do have some more questions though
1.) Is there a way through the ACP to delete propsals and/or marriages?
2.) It there a file for the template folder called real_life_copyright.tpl available?
3.) Also is there a way to turn off the the marry me when the person reaches the maximum number of partners so they stop getting proposals?
4.) In the install file it creates a table called phpbb_marriage. Do we need that for something because I had to change the install file to phpbb_marriages in order to stop getting errors?
5.) How do I change the yellow background on the tooltip to a different color?
Thanks again.
Code: Select all
background-color: lightyellow;
You asked Dextro to make a child with you.
And Dextro accepted, congratulations, you have SkulL GrindeR as child now!
yes (working on that for you)dextro wrote:You asked Dextro to make a child with you.
And Dextro accepted, congratulations, you have SkulL GrindeR as child now!
Does that awnser your question?
What are the edit that you did in constatnts.php? (please look in the file and don't copy them from the install instructionsxauror wrote: that is the error I am getting if I use the install file that comes with the zip file.
SQL Error : 1146 Table 'xauror_phpbb.phpbb_marriages' doesn't exist
SELECT m.*, u1.username AS username_1, u1.user_id AS user_id_1, u1.user_level AS user_level_1, u2.username AS username_2, u2.user_id AS user_id_2, u2.user_level AS user_level_2 FROM phpbb_marriages m LEFT JOIN phpbb_users u1 ON u1.user_id=m.partner LEFT JOIN phpbb_users u2 ON u2.user_id=m.partner2 ORDER BY begin_time DESC LIMIT 0, 50
Line : 134
File : /home/xauror/public_html/connection/marriage_list.php
I have
if(!defined('IN_REAL_LIFE_INSTALL'))
{
include($phpbb_root_path . 'includes/functions_marriage.'.$phpEx);
eval(init_classes_real_life());
if(isset($HTTP_GET_VARS['marriage_del_user_list']))
{
include($phpbb_root_path . 'mods/real_life_hack/del_user_list.' . $phpEx);
}
}
in my common.php file.
this is the other error I get:
Table 'xauror_phpbb.phpbb_marriages' doesn't exist
DELETE FROM phpbb_marriages WHERE propose_time < 1104895646 AND begin_time = 0 in the page_tail.php.
All of these errors go away when I create a marriages table.
However from time to time I get
Parse error: parse error, unexpected T_STRING in /home/xauror/public_html/connection/common.php(279) : eval()'d code on line 1092
Can you look if there is anything in the children table in your database?dextro wrote: any luck on that bug I told you about? it kind of prevents the mod from actually beeing used![]()