PDA

View Full Version : Style variable to show someone's style in the postbit?


CrystaStarLight
09-28-2010, 02:14 AM
Hi! Before VB4 I was able to to this with this variable:

$post[stylename]

The code seems to have changed because that doesn't work anymore, does anyone know the correct variable to use for VB4?

Lynne
09-28-2010, 03:32 AM
{vb:raw post.stylename} would be the translation of your vb3 to vb4 variable call. However, as far as I know, the stylename isn't available like that. You're gonna need to plugin to get the name.

CrystaStarLight
09-28-2010, 07:36 AM
Ah okay, I think I can make a plugin to get the style name from the database. Thank you for your help!