hahha
the fix usually is finding the line and what you clicked on in the address bar tells you where
just adding this piece to the code usually fixes it.. this is not all the code but it is the code that is missing
&markreadhash={vb:raw bbuserinfo.securitytoken}
the usual line is this
<input type="hidden" name="s" value="$session[sessionhash]" />
so usually finished like this
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
might be different in vb 4 but usually along these lines ..you can always look in default template . Someone please correct me if wrong in vb 4. .not near my pc
|