Forums
-
- Forum
- Posts
-
- Installation
- 28,438
- Troubleshooting
- 62,525
- Themes
- 10,431
- Plugins
- 15,342
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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.