#1 (permalink)  
Old 24.03.2010, 21:00
Neuer Benutzer
 
Join Date: 01.2010
Posts: 1
Rep Power: 3
Hancoockk is on a distinguished road
Frage Cyborg-vBulletin-Style-blue, Update vBulletin 3.8.5 ?
Hello
I installed on my forum VBulletin 3.8.4 's style: Cyborg-vBulletin-Style, now with the release of 3.8.5, there have three templates that update.
How should I do there have an update provided by you in style, an overhaul in January when I bought the style was the latest version of vBulletin 3.8.2
If I take the update through the members area style is discounted for vBulletin version 3.8.5
Thank you

vBulletin 3.8.5 Maintenance Release Now Available!
Today we're announcing the availability of vBulletin 3.8.5 Maintenance Release. If you have an active vBulletin license, you can download your copy of 3.8.5 from the vBulletin Members Area at: http://members.vbulletin.com .

27 bugs have been fixed in vBulletin 3.8.5. Here's a list of the bugs fixed with the public bug tracker ID number.

28683: Upgrade to 3.8.4, but still deprecated messages
28698: Wrong Phrase in Advanced Mod while Posting a Visitor Message
28703: PHP Warning in Class Diff on Upgrade
28705: The links 'Prev' & 'Next' are missing when viewing an album picture
28708: Deprecated messages inside exported XML product files
28709: [URL] in custom BBCode
28713: Reputation Menu - Comment Box
28941: Recent Visitors Profile Block Not Taking Into Account user.infractiongroupid
29230: Groups You Created -> View Next -> Information layout changes
29127: Wrong phrasing
29231: Contact Us Options -> Other -> Webmaster's Email
29336: Missing date & time in social groups
29462: No search highlight
29607: Email test in diagnostic.php is out of date
29923: Quick Reply Go Advanced in MS IE8 only
30121: No hit counter for attachments through [attach] BB-code
30189: Problem with "delete posts/threads as spam" and protected members
30230: Automatic Bans Work on Unalterable Users
32430: Multi-quote, quick reply buttons missing when viewing posts by ignored users
32603: Where Cairo-Egypt time ?
32718: Social Bookmarks do not normalize {TITLE}
32785: "Mark Forums Read" not protected against attacks
36312: Typo in forumdisplay.php $threadadmin_imod_thread_menu

5 Template have been changed for 3.8.5:

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
Reply With Quote
  #2 (permalink)  
Old 31.03.2010, 22:12
Neuer Benutzer
 
Join Date: 09.2008
Posts: 12
Rep Power: 4
TheLastSuperman is on a distinguished road
Cool
Quote:
Originally Posted by Hancoockk View Post
Hello
I installed on my forum VBulletin 3.8.4 's style: Cyborg-vBulletin-Style, now with the release of 3.8.5, there have three templates that update.
How should I do there have an update provided by you in style, an overhaul in January when I bought the style was the latest version of vBulletin 3.8.2
If I take the update through the members area style is discounted for vBulletin version 3.8.5
Thank you

vBulletin 3.8.5 Maintenance Release Now Available!
Today we're announcing the availability of vBulletin 3.8.5 Maintenance Release. If you have an active vBulletin license, you can download your copy of 3.8.5 from the vBulletin Members Area at: http://members.vbulletin.com .

27 bugs have been fixed in vBulletin 3.8.5. Here's a list of the bugs fixed with the public bug tracker ID number.

28683: Upgrade to 3.8.4, but still deprecated messages
28698: Wrong Phrase in Advanced Mod while Posting a Visitor Message
28703: PHP Warning in Class Diff on Upgrade
28705: The links 'Prev' & 'Next' are missing when viewing an album picture
28708: Deprecated messages inside exported XML product files
28709: [URL] in custom BBCode
28713: Reputation Menu - Comment Box
28941: Recent Visitors Profile Block Not Taking Into Account user.infractiongroupid
29230: Groups You Created -> View Next -> Information layout changes
29127: Wrong phrasing
29231: Contact Us Options -> Other -> Webmaster's Email
29336: Missing date & time in social groups
29462: No search highlight
29607: Email test in diagnostic.php is out of date
29923: Quick Reply Go Advanced in MS IE8 only
30121: No hit counter for attachments through [attach] BB-code
30189: Problem with "delete posts/threads as spam" and protected members
30230: Automatic Bans Work on Unalterable Users
32430: Multi-quote, quick reply buttons missing when viewing posts by ignored users
32603: Where Cairo-Egypt time ?
32718: Social Bookmarks do not normalize {TITLE}
32785: "Mark Forums Read" not protected against attacks
36312: Typo in forumdisplay.php $threadadmin_imod_thread_menu

5 Template have been changed for 3.8.5:

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

Hancock,

You can upgrade, then compare the same templates form your current vB Designs style to a new default template (simply make one after the upgrade). In the two templates besides contact us your pretty much simply pasting in the replacement 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>

It's the seucrity token part, forumhome might need it if you have the marked read in there otherwise it could just be in the your quick links code in the navbar or header depending on that style.

Always remember you can make these changes yourself if you take the time to research and for example if it refers to a bug # like 36312: Typo in forumdisplay.php $threadadmin_imod_thread_menu

then simply go to the bug tracker and type in that number for the bug and view what was said it might have info there on how to fix immediately .

Example: http://www.vbulletin.com/forum/project.php?issueid=31073

Replace the 31073 with the bug # from your post above to view about it .

http://www.vbulletin.com/forum/project.php?issueid=36312

- Mike
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cyborg red vBulletin Style 3.6.8 xeokydoit Style- & Web Template Support 1 26.10.2007 14:11
Cyborg Red-vBulletin Style Rene Ankündigungen & News 0 27.01.2006 16:50
Cyborg-vBulletin Style Christian Ankündigungen & News 17 19.09.2005 17:18
vBulletin-Style Update Christian Ankündigungen & News 0 31.07.2005 16:38
[Update] Blue-life-vbulletin Style auf vb 3.0.7 Christian Ankündigungen & News 0 20.02.2005 13:29


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS