• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
      • Manage Subscriptions
      • FAQ
      • Support For
        • VaultWiki 4.x Series
        • VaultWiki.org Site
    • What's New?
    • Buy Now
    • Manual
    • 
    • Support
    • VaultWiki 3.x Series
    • Bug
    • AllPages layout issue

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Issue: AllPages layout issue

    • Issue Tools
      • View Changes
    1. issueid=1943 August 23, 2010 10:31 AM
      dvsDave dvsDave is offline
      Regular Member
      AllPages layout issue
      Alphabetical list is in the wrong place

      If I got to http://www.controlbooth.com/wiki/Special:Allpages in both Chrome and Firefox (only browsers I've tested in), I get the following layout error.

    Issue Details
    Issue Number 1943
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Special Pages
    Status Fixed
    Priority 4 - Warnings / Script Errors
    Affected Version 3.0.3
    Fixed Version 3.0.4
    Milestone VaultWiki 3.0.5
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. August 27, 2010 9:48 AM
      dvsDave dvsDave is offline
      Regular Member
      Could you post a manual code fix for this? I want to use this page, but I can't until this layout bug is fixed.
      Reply Reply  
    2. August 30, 2010 11:55 AM
      pegasus pegasus is offline
      VaultWiki Team
      In template vw-tabbed.css, add:
      Code:
      .special_blockrow {
      	float: {vb:stylevar left};
      	clear: {vb:stylevar left};
      	margin-bottom: 5px;
      	margin-{vb:stylevar left}: 3px;
      }
      
      .special_button {
      	float: {vb:stylevar left};
      	margin-{vb:stylevar left}: 5px;
      }
      
      .special_options {
      	padding-bottom: 5px;
      	padding-{vb:stylevar left}: 8px;
      }
      
      .special_options label { display: block; }
      In template vault_special_shell, find:
      Code:
      <div class="formcontrols">
      	<div class="blockrow">
      		<vb:if condition="$alphabits">
      		<label>{vb:rawphrase vault_starting}:</label>
      		<select name="starting" tabindex="1">
      			{vb:raw alphabits}
      		</select>
      		</vb:if>
      		<vb:if condition="$namespacebits">
      		<label>{vb:rawphrase vault_namespace}:</label>
      		<select name="namespace" tabindex="1">
      			{vb:raw namespacebits}
      		</select>
      		</vb:if>
      		{vb:raw forminsert}
      		<vb:if condition="($alphabits AND ($namespacebits OR $forminsert)) OR ($namespacebits AND $forminsert)">
      		<div class="group rightcol">
      			<input class="button" type="submit" value="{vb:rawphrase go}" tabindex="1" />
      		</div>
      		<vb:else />
      		<input class="button" type="submit" value="{vb:rawphrase go}" tabindex="1" />
      		</vb:if>
      	</div>
      </div>
      Replace with:
      Code:
      <div class="floatcontainer">
      	<vb:if condition="$alphabits">
      	<div class="special_blockrow">
      		<label>{vb:rawphrase vault_starting}:</label>
      		<select name="starting" tabindex="1">
      			{vb:raw alphabits}
      		</select>
      	</div>
      	</vb:if>
      	<vb:if condition="$namespacebits">
      	<div class="special_blockrow">
      		<label>{vb:rawphrase vault_namespace}:</label>
      		<select name="namespace" tabindex="1">
      			{vb:raw namespacebits}
      		</select>
      	</div>
      	</vb:if>
      	{vb:raw forminsert}
      	<input class="button special_button" type="submit" value="{vb:rawphrase go}" tabindex="1" />
      </div>
      In template vault_special_recentform, find:
      Code:
      </div>
      <div class="blockrow">
      	<label>{vb:rawphrase options}:</label>
      	<div class="group rightcol">
      		<label for="cb_hide_1">
      			<input name="hideminor" id="cb_hide_1" type="checkbox" value="1" tabindex="1" <vb:if condition="$hide_minor">checked="checked" </vb:if>/> {vb:rawphrase special_hide_minor}
      		</label>
      		<vb:if condition="$bbuserinfo['userid'] > 0">
      		<label for="cb_hide_2">
      			<input name="hidemyself" id="cb_hide_2" type="checkbox" value="1" tabindex="1" <vb:if condition="$hide_myself">checked="checked" </vb:if>/> {vb:rawphrase special_hide_mine}
      		</label>
      	</div>
      </div>
      <div style="padding-bottom: 10px">
      Replace with:
      Code:
      <div class="special_blockrow">
      	<label>{vb:rawphrase options}:</label>
      	<div class="special_options">
      		<label for="cb_hide_1">
      			<input name="hideminor" id="cb_hide_1" type="checkbox" value="1" tabindex="1" <vb:if condition="$hide_minor">checked="checked" </vb:if>/> {vb:rawphrase special_hide_minor}
      		</label>
      		<vb:if condition="$bbuserinfo['userid'] > 0">
      		<label for="cb_hide_2">
      			<input name="hidemyself" id="cb_hide_2" type="checkbox" value="1" tabindex="1" <vb:if condition="$hide_myself">checked="checked" </vb:if>/> {vb:rawphrase special_hide_mine}
      		</label>
      	</div>
      </div>
      Reply Reply  
    3. August 30, 2010 5:06 PM
      dvsDave dvsDave is offline
      Regular Member
      works great! Thanks much.
      Reply Reply  
    + Reply

    Assigned Users
    Loading Please Wait
    Tags
    Loading Please Wait
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 6:56 PM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2023 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2023 DragonByte Technologies Ltd.
    Copyright © 2008 - 2013 VaultWiki Team, Cracked Egg Studios, LLC.