vForums Support > vForums :: Support :: > Questions

Questions - Posted By Michael (wrighty) on 30th Dec 07 at 5:54am
vf_profile = 0

What's that storing?

And..

Code:
 
  1. <table id="status_holder" align="center" width="100%" cellspacing="1" cellpadding="3" class="border" style="display: none;"><tr><td class="title1"><b id="status_holder_title"></b></td></tr><tr><td class="window1"><font size="2" id="status_holder_message"></font></td></tr></table><br />
 


What's that for? {Tongue Out}

Re: Questions - Posted By Ross (admin) on 30th Dec 07 at 10:47am
vf_profile = 0 is the mini-profile layout. At the moment 0 = standard, 1 = Tabular and 2 = Above Post. Although when I release a proper templating system 3 will be a "custom design beside posts" and 4 a "custom design above posts".

The status holder table is for AJAX actions. At the moment that's only lock and sticky though.

Re: Questions - Posted By Michael (wrighty) on 30th Dec 07 at 12:44pm
Stupid me... the first one was obvious! {Tongue Out}

Ajax actions? O.o

I gotta test them! {Tongue Out}