|
#1
| |||
| |||
| vb3.8.5 problems - Red Carbon
Since upgrading to vB 3.8.5 if one chooses the option to mark all forums as read the the security token invalid message pops up. Anyone any ideas how to fix it? |
|
#2
| |||
| |||
| Re: vb3.8.5 problems - Red Carbon
I have held up upgrading to vb3.8.5 but am also using RedCarbon. There were a few style updates that needed to be done, would be good to know exactly what these were. |
|
#3
| |||
| |||
| Re: vb3.8.5 problems - Red Carbon
Here is the announcement: Quote:
|
|
#4
| |||
| |||
| Re: vb3.8.5 problems - Red Carbon
Found this on the vb forums: Quote:
Code: <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow"> Code: <a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow"> |
|
#5
| |||
| |||
| Re: vb3.8.5 problems - Red Carbon contactus and pm_showpm seem to be outdated as well. Any ideas?
|
|
#6
| |||
| |||
| Re: vb3.8.5 problems - Red Carbon
I just did what mblesch posted above. I couldn't find any difference in Contact Us, although if you don't care that much for the rounded edges you can just revert it. pm_showpm didn't show as outdated for me, I only had contactus, navbar and forumhome. |
|
#7
| |||
| |||
| Re: vb3.8.5 problems - Red Carbon
Hello all, Apologies for the late reply, here are the manual edits, I'll have full style updates ready soon. contactus Find: Code: <div>
<label for="rb_subjother"><input type="radio" name="subject" value="other" id="rb_subjother" $other_subject_checked />$vbphrase[other]</label>
<input type="text" class="bginput" name="other_subject" size="40" value="$other_subject" maxlength="85" />
</div>
Code: <if condition="$vboptions['contactusother']">
<div>
<label for="rb_subjother"><input type="radio" name="subject" value="other" id="rb_subjother" $other_subject_checked />$vbphrase[other]</label>
<input type="text" class="bginput" name="other_subject" size="40" value="$other_subject" maxlength="85" />
</div>
</if>
Find: Code: <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> Code: <a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a> Find: Code: <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr> Code: <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread&markreadhash=$bbuserinfo[securitytoken]">$vbphrase[mark_forums_read]</a></td></tr> |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 2 problems in red carbon | menese | General Questions | 4 | 22-06-2008 12:59 AM |