Customers SupportDocumentation




Reply
 
Thread Tools
  #1  
Old 14-03-2010, 10:43 PM
Senior Member
 
Join Date: Dec 2007
Posts: 326
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?
Attached Thumbnails
vb3.8.5 problems - Red Carbon-mark_as_read_error.jpg  
__________________
MS MVP Mobile Devices
CEO www.4winmobile.com
Reply With Quote
  #2  
Old 22-03-2010, 02:54 AM
Member
 
Real Name: James
Join Date: Apr 2008
Location: New Zealand
Posts: 83
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.
Reply With Quote
  #3  
Old 23-03-2010, 02:39 AM
Member
 
Real Name: James
Join Date: Apr 2008
Location: New Zealand
Posts: 83
Re: vb3.8.5 problems - Red Carbon

Here is the announcement:

Quote:
1. FORUMHOME
Added security token to "Mark Forum Read" link. (Bug #32785)
Requires Revert ? Yes

2. reputation_ajax
Added width to reputation popup menu table. (Bug #28713)
Requires Revert ? No

3. threadbit
Added highlight parameter to "Go to Newest Post" icon links of search results. (Bug #29336)
Requires Revert ? No

4. contactus
Added condition for "Other" subject. (Bug #29231)
Requires Revert ? Yes

5. navbar
Security Token added to the markread link
Requires Revert? Yes
I'm looking at upgrading to 3.8.5 tonight (Due to the new security concerns) - I'll post up what changes have to be made after I've figured it out.
Reply With Quote
  #4  
Old 24-03-2010, 05:44 PM
Junior Member
 
Join Date: Jun 2009
Posts: 2
Re: vb3.8.5 problems - Red Carbon

Found this on the vb forums:

Quote:
...the FORUMHOME and navbar templates will need to be edited.

For the navbar template, find this:

Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread">
Change that to this:

Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread&amp;markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">
For the FORUMHOME template, find this:

Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">
Change that to this:

Code:
<a href="forumdisplay.php?$session[sessionurl]do=markread&amp;markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">
Reply With Quote
  #5  
Old 24-03-2010, 05:58 PM
Junior Member
 
Join Date: Jun 2009
Posts: 2
Re: vb3.8.5 problems - Red Carbon

contactus and pm_showpm seem to be outdated as well. Any ideas?
Reply With Quote
  #6  
Old 24-03-2010, 08:06 PM
Member
 
Real Name: James
Join Date: Apr 2008
Location: New Zealand
Posts: 83
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.
Reply With Quote
  #7  
Old 29-03-2010, 12:05 AM
vBulletin Skin Zone Staff
 
Join Date: May 2007
Posts: 1,811
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>
Replace:

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>
FORUMHOME

Find:

Code:
 <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> 
Replace:

Code:
 <a href="forumdisplay.php?$session[sessionurl]do=markread&amp;markreadhash=$bbuserinfo[securitytoken]" rel="nofollow">$vbphrase[mark_forums_read]</a> 
navbar

Find:

Code:
 <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr> 
Replace:

Code:
  <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread&amp;markreadhash=$bbuserinfo[securitytoken]">$vbphrase[mark_forums_read]</a></td></tr> 
Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
2 problems in red carbon menese General Questions 4 22-06-2008 12:59 AM


All times are GMT. The time now is 01:36 PM.