• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki How-Tos
    • VaultWiki Questions
    • VaultWiki Pre-Defined BB-Codes

    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.

    Page 2 of 5 FirstFirst Previous 1234 ... Next LastLast
    Results 16 to 30 of 74

    Thread: VaultWiki Pre-Defined BB-Codes

    • Thread Tools
      • Show Printable Version
    1. August 14, 2008 #16
      Hilary
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Hilary is offline
      Junior Member
      Join Date
      July 5, 2008
      Posts
      23
      Rep Power
      192
      Hey - success! The only thing I haven't been able to do is control vertical alignment in the table cells. Is that possible?

      Thanks for the edit (just noticed it was you).

      By the way, quick reply here is behaving strangely: after posting I see not the post I made, but a few lines of code about 'newreply'. Refreshing the page shows the post is there.
      Last edited by Hilary; August 14, 2008 at 5:48 AM. Reason: thanks and forum bug report
      Reply With Quote Reply With Quote

    2. August 14, 2008 #17
      vimto
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      vimto is offline
      Regular Member
      Join Date
      June 16, 2008
      Location
      United Kingdom
      Posts
      71
      Rep Power
      197
      I'm also having problems with valign.....and also colspan, are these possible?
      Reply With Quote Reply With Quote

    3. August 14, 2008 #18
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      Yes, we are currently having Quick Reply output the code to tell us what happened when the AJAX Double Post bug would occur. Unfortunately this is an error at the system level and does not appear to be associated with any code in VaultWiki or vBulletin.

      As for valign, colspan, and the like... You would start a table cell normally by placing it on a separate line. However you would add a second | to separate the properties from the cell content. As seen in NickyPhils's example:

      Code:
      |rowspan="5"|Nick Phillips
      To add valign as well you would just put a space after the rowspan definition. The | would signify that actual content is starting.

      Code:
      |rowspan="5" valign="top"|Nick Phillips
      The properties allowed, classes allowed (class="XX"), and styles allowed (style="XX"), are controllable via the stuff in special_class_table.php.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    4. August 14, 2008 #19
      Hilary
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Hilary is offline
      Junior Member
      Join Date
      July 5, 2008
      Posts
      23
      Rep Power
      192
      More success - great! It seems to be
      Code:
      valign=top
      that works, though, without the "quotes".
      Reply With Quote Reply With Quote

    5. August 14, 2008 #20
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      If you are saying that: if you use quotes, valign does not work. Then that would be a bug and you should report it as such.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    6. November 29, 2008 #21
      beduino
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      beduino is offline
      Junior Member
      Join Date
      September 5, 2008
      Location
      Rio de Janeiro, Brasil
      Posts
      42
      Rep Power
      192
      tks for this
      joao barroca
      aka beduino
      Reply With Quote Reply With Quote

    7. February 6, 2009 #22
      mafioso
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      mafioso is offline
      Junior Member
      Join Date
      February 3, 2009
      Posts
      6
      Rep Power
      0
      Jesus. What is this???

      Footnotes do not work. A number is inserted, but the footnote is not there.

      And most importantly: What's the code for autolink creation?
      On wikipedia, you are able to create a link to a page with [[linktext]].
      This is the most valuable tool in wiki that leverages its use above a simple article system.
      If this feature is missing in your script, it is not a wiki.
      Last edited by mafioso; February 6, 2009 at 7:28 AM.
      Reply With Quote Reply With Quote

    8. February 6, 2009 #23
      vimto
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      vimto is offline
      Regular Member
      Join Date
      June 16, 2008
      Location
      United Kingdom
      Posts
      71
      Rep Power
      197
      I would just use [ wiki ]article title here[ /wiki ] (without the spaces)
      Reply With Quote Reply With Quote

    9. February 6, 2009 #24
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      Quote Originally Posted by mafioso View Post
      Footnotes do not work. A number is inserted, but the footnote is not there.
      I think you neglected to read the next header after the footnote explanation. You need to use reflist to show the list of all footnotes. Otherwise it doesn't know where you want them.

      Quote Originally Posted by mafioso View Post
      And most importantly: What's the code for autolink creation?
      There is no code for autolink creation. That's why they are called autolinks.

      Quote Originally Posted by mafioso View Post
      On wikipedia, you are able to create a link to a page with [[linktext]].
      This is the most valuable tool in wiki that leverages its use above a simple article system.
      If this feature is missing in your script, it is not a wiki.
      You need to check your settings in the Namespace Manager to find the tag for creating links to pages in the various namespaces.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    10. March 21, 2009 #25
      tommythejoat
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      tommythejoat is offline
      Regular Member
      Join Date
      October 22, 2008
      Location
      Boston
      Posts
      81
      Rep Power
      194

      Question Names of Special Pages

      I think I understand how Special works now, but I do not know how to invoke it except as a tag. Is there some way to just browse the special pages? If I even knew their names I could experiment with it a bit more. I would guess that information is buried here somewhere, but I have been looking for half an hour with no success.
      Reply With Quote Reply With Quote

    11. March 21, 2009 #26
      tommythejoat
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      tommythejoat is offline
      Regular Member
      Join Date
      October 22, 2008
      Location
      Boston
      Posts
      81
      Rep Power
      194

      Unhappy

      I tried just using the example you gave of Special Pages using a parameter (filled in through the parameter box and button approach). I tried it with and without a space in the name.

      Help:Special Pages
      $s are utilities that provide information about the operation of the wiki. This is an experiment at accessing the pages. I do not yet know all their names.

      Showing the tag indicates that the specialpages name is not supported here. I will try it $s and see if that works.


      Created by TMcIntyre, Today at 03:02 PM
      Last edited by TMcIntyre, Today at 03:04 PM
      0 Comments, 0 Views
      I think the $s must be your code shorthand for "I am lost."

      I will move on to something else in the setup until I hear back about the feature.
      Reply With Quote Reply With Quote

    12. March 21, 2009 #27
      tommythejoat
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      tommythejoat is offline
      Regular Member
      Join Date
      October 22, 2008
      Location
      Boston
      Posts
      81
      Rep Power
      194

      Question

      How about that!! On this site the tag is resolved to a page that says the page is missing, but gives me the long sought link to the special pages descriptions. Is that link on my board also? Special pages edit function in Admin CP does not seem to point to anything. All I can do is change the name, tag and description. There is nothing about where the pages are.
      Reply With Quote Reply With Quote

    13. March 21, 2009 #28
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      I think the BB-Code issue may be related to a bug that we fixed for 2.2.1. The pages do not physically exist. You can access them from the wiki drop-down menu from any of your other articles. Click the "Special pages" link.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    14. March 21, 2009 #29
      tommythejoat
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      tommythejoat is offline
      Regular Member
      Join Date
      October 22, 2008
      Location
      Boston
      Posts
      81
      Rep Power
      194

      Unhappy

      On your site the Vault drop down list the nav bar displays the special pages link.

      On my site the Default drop down list in the nav bar only displays List and Post New Article.

      Is there some setting that is missing? I don't see anything except the check box to display the menu. Nothing to say what its content should be.

      Is 2.2.1 stable? Seems odd to me that this is not working in the stable release.
      Reply With Quote Reply With Quote

    15. March 22, 2009 #30
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,934
      Blog Entries
      18
      Rep Power
      659
      2.2.1 says Unstable at the download link. Even so, this should work. If you are not seeing the Special pages in the drop-down, you need to give your usergroups permission for the pages. Under Usergroup Permissions, look for "Special Page Permissions".
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Page 2 of 5 FirstFirst Previous 1234 ... Next LastLast

    Similar Threads

    1. Where are my VW BB Codes?
      By delicateglow in forum VaultWiki Questions
      Replies: 2
      Last Post: September 25, 2011, 2:42 AM
    2. How do I get back the BBCODE for the TABLE, TR and TD codes?
      By Trekkan in forum VaultWiki Questions
      Replies: 6
      Last Post: June 25, 2011, 5:12 PM
    3. How to remove this part : BB-Codes Used in this Post
      By basketmen in forum VaultWiki Questions
      Replies: 1
      Last Post: April 19, 2011, 1:11 AM
    4. Better Heading BB-Codes?
      By CedricFP in forum VaultWiki Questions
      Replies: 2
      Last Post: June 1, 2010, 3:56 AM

    Tags for this Thread

    able, about, admincp, advanced, after, align, all, also, another, any, anyone, appears, are, attachment, available, bbcodes, because, been, before, being, best, better, breaking, but, cache, called, can, cannot, certain, check, class, collapse, com, correct, could, creation, deal, defined, description, did, different, disable, discussion, does, don, down, duplicate, each, easy, enabled, every, example, existing, explain, explanation, few, first, for, format, from, generated, germany, get, getting, give, gives, going, has, have, having, help, here, how, http, ide, into, its, jesus, knew, know, last, left, like, line, load, long, longer, look, looking, looks, many, more, most, must, name, need, new, next, notes, now, object, old, older, one, only, other, out, own, php, place, please, plus, point, possible, pre, predefined, quick, quote, really, reason, reference, regular, replace, reply, rest, revision, right, row, rows, same, screen, second, see, shot, should, shows, single, some, something, source, space, stuff, sure, that, the, their, them, there, things, this, today, too, translations, try, trying, two, under, use, using, various, vaultwiki, very, via, was, wasn, way, were, what, when, where, why, will, with, within, without, worked, would, write, www, you, your

    View Tag Cloud

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 7:50 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.