well im finally getting a chance to work this out.
the dpInterviews module was of no help. And any support for it is in Spanish that I could tell and made no sense to me. Installing 750 is not an option.
So Im back to modifying the Reviews Module. Everything works fine until I try to look up Interviews of a certain letter or send an Interview to the
DB.
it says
Error accesing to the database
Program: [webroot]/modules/Interviews/index.php - Line N.: 690
Database: mainsite
Error (1064) : You have an error in your
SQL syntax near ' nuke_interviews.pn_score FROM nuke_interviews WHERE nuke_inter' at line 1
now that
SQL select statement is the exact same except i changed this part of the function
$reviewstable = $pntable['reviews'];
$column = &$pntable['reviews_column'];
to
$interviewstable = $pntable['interviews'];
$column = &$pntable['interviews_column'];
and pntables.php has all the right entries and the
DB was created with the same
SQL just replaced nuke_reviews with nuke_interviews
so it should work. but its not. any ideas at all?