PDA

View Full Version : How to retrieve the "Prefix for Forum Status Images"?


jakobility
01-04-2013, 05:48 PM
I'm going to integrate a forum box on my WordPress homepage, which shows most recent postings in our forums.

Now I want to embed the status icon of respective categories. So I need to retrieve the "Prefix for Forum Status Images", which I've set in the adminCP.

I'd be really grateful if you could tell me how I can get this information :)

kh99
01-04-2013, 05:58 PM
It's the 'imageprefix' column in the forum table. Depending on how you're implementing your forum box, you may already have it as part of the forum information.

jakobility
01-04-2013, 09:45 PM
Thank you! I think, this will help a lot.

If I have further questions, I'll come back to you :)