| 64bitguy wrote: |
As for the data calls, I would leave them alone and change the global variable of $phpBB3user. This way, wherever those variables are (and whatever the field names are), you won't have to hunt them down and change them everywhere in phpbb3. As long as those fields exist in the nuke users tables (again, regardless of what they are), they will work properly.
Next, if you are using GoogleTap functionality, yes, there will be some necessary modifications to support the new destinations! One example is instead of changing the profile to point to phpbb3 pages (in the 100 places it shows that option), I instead made Googletap handle it and changed the destination THERE to point to Your_Account. Thus, keeping the methodology for viewing and updating user data centralized and standardized. Meaning, there are things in Nuke that are not in phpbb3 and I wanted ALL of that data (and the table updates) to be consistent.
I remember hardcoding my menus (I can't remember why, but I did) to point to Nuke's "Your Account" .html page but keep in mind, I had that integrated phpbb3 with 1CMS 3 or 4 years ago and so you'll have to forgive me for not remembering why I did that.
I do remember that I set all of the globals (for example $phpbbuser) in one place so I didn't need to change them in the phpbb3 code.
If I get time today, I'll look at your site for corrections to the templates to fix compliance errors.
Hope this helps!
Steph |