Quote:
Originally Posted by Ninth Dimension
My idea is based around the fact I run an interactive story site that intregrates with my forum. What I'm looking to do is query the database for each user to see if they have made any posts on the story site, and have links to them listed under their username, as well as on their member profile page.
|
I take it you already know the appropriate queries to gather the story site info? To be honest, that would be a different hack, as mine gathers static profile field info, whereas what I believe you are looking to accomplish will gather constantly changing data.
Only thing I can think of offhand would be to create some vB database queries that hit the story tables and save the results as vB variables (all of this in the member page), and then slap the variable into the member page similar to how I've done. The ones under each user's name in each post could be more difficult, depending on how your story site tables link with vB, if at all.
Quote:
Originally Posted by Jericho2004
This is strange. The dropdown only shows up for admins and mods on my site and not for regular members. Anyone know what would cause that?
|
It would have to be wrapped in conditionals that limit the viewing for this to happen. PM me the code for your member page and I'll analyze it.