Forums
-
- Forum
- Posts
-
- Installation
- 28,405
- Troubleshooting
- 62,338
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,951
- Showcase
- 3,254
-
What do you mean, no go?
This code should do it! At a wild guess, remember that globals have to be declared as globals again in each function.
global $topic;
$topic_poster_id = $topic->topic_poster;
It may also be helpful to know that the attributes or whatever they are (things after the ->) correspond to the columns of data in the table.