in the profileplus.txt file where you write the instructions, there's an error, and a thing that I don't understand...
The wrong thing is in topic.php:
CODE: #XXXXXXXXXXXXXXXXXXXXXXX Ïðîôàéë + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
if ($exbb['profileplus'] == TRUE){
include ($pfpfile);
}
#XXXXXXXXXXXXXXXXXXXXXXX Ïðîôàéë + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Must be:
CODE: #XXXXXXXXXXXXXXXXXXXXXXX Ïðîôàéë + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
if ($exbb['profileplus'] == TRUE){
pfpfunc();
include ($pfpfile);
}
#XXXXXXXXXXXXXXXXXXXXXXX Ïðîôàéë + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I don't uderstand what is $pfpfile. It doesn't exists in the code...
Another question: Do you think to implement pictures input?
Sorry for my english :P
Thanks for this great MOD!! |