• 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
    • Bugs and Features

    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: Bugs and Features

    • Issue Tools
      • View Changes
    1. issueid=565 May 2, 2009 12:30 AM
      EGS EGS is offline
      Junior Member
      Bugs and Features
      There's many bugs and features that need to be addressed

      First off, with prefixes, there should be options on how prefixes are formatted as well as options configured by the administrator of the forum, as I completely outlined within this thread.

      Bug #1: I cannot edit articles that I post. I don't know why...but I can't find where or how to edit an article.

      Bug #2: Special pages are not editable.

      Bug #3: There needs to be a simpler way to create tables for users. If you can make the Wiki code intergrated into the WYSIWYG editor of vBulletin to make life a lot easier, that'd be great.

      Bug #4: Styling should be easier, ie, when I went to make a table in an article I noticed that there was no padding within the text. With VaultWiki's wiki codes, there should be a way to edit and customize the way things looked and/or are spaced with some type of generator.

      Bug #5: URLs are not formatted for search engines. GET RID OF THE "+" SIGN PLEASE. It's not search engine friendly, or user friendly, let alone the script can't even rid its own URLs, as explained below. URLs should be "-" or "_" as spaces.

      Bug #6: When linking to an internal article within an article, the system does not recognize prefixes or the "+" sign. Get rid of this. Users aren't webmasters...this should be an easy system...so they can just have to type [category=Page_Name_(Prefix)]Article Title[/category].

      Bug #7: To compliment the above proposal, like vBSEO has, when you link to an article, it should automatically retrieve that article's title.

      Bug #8: For some reason, you cannot have more than one h1 etc in an article...?

      Bug #9: Display order problem with vBulletin as worked personally with pegasus..

      Bug #10: Get rid of "&=gotonewpost" in article URLs, there is no need for this.

      Bug #11: For the sake of space, images should be stored in MySQL.

      Bug #12: Make this more like Wikipedia!

      Feature Request:

      1.) Can you create your own styles so like say for a specific section of an article I would want users to create a table...is there a way I could style that table to have like a background, specific padding, and format?

      2.) Ability to align text & images, so that they can be side by side...having a problem do that now.
    Issue Details
    Issue Number 565
    Issue Type Bug
    Project VaultWiki 3.x Series
    Category Editing / Posting Articles
    Status Fixed
    Priority 1 - Security / Login / Data Loss
    Affected Version 2.2.3 Patch Level 1
    Fixed Version 2.3.0
    Milestone VaultWiki 2.3.0
    Software DependencyAny
    Users able to reproduce bug 0
    Users unable to reproduce bug 0
    Attachments 0
    Assigned Users (none)
    Tags (none)




    1. May 2, 2009 5:51 PM
      Mokonzi Mokonzi is offline
      Senior Member
      I can help with Feature Requests... or I think I can.

      The first one can be done already. There's an option within vBulletin to add your own additional CSS options, which can be done in the Style Manager, select the style, and navigate to Additional CSS Definitions. I'm intending on having some default settings to make it easier for standard tables. Once I've got it done, I'll post how I did it. (This should work)

      The second is also doable. Create a table with float="right" or ="left" and then place your content in the table. They'll be aligned side by side. I often use a main table to create the shape with the float option, and then use padding in the first cell, followed by a second table. This helps create some space between the text.
      Reply Reply  
    2. May 2, 2009 10:55 PM
      EGS EGS is offline
      Junior Member
      Bug: Also, err, when people reply to an article it should go into discussions?

      Look: http://my.gamemonarch.com/wiki/Descr...&p=134#post134

      Replies are below the article? >.<;
      Reply Reply  
    3. May 3, 2009 1:27 AM
      pegasus pegasus is offline
      VaultWiki Team
      #1: Check your CUSTOM forum permissions. It's also possible that the ability to edit has timed out. This limitation will be removed in the next build.

      Bug #2: Special pages are not articles, so they cannot be edited. They do not have content that they even really need to be edited. If you want to change some of the phrasing, you can do this by editing the phrases.

      Bug #3: Believe me I have looked for this way for years. There just isn't an easier way. First of all it is nearly impossible to integrate anything into the WYSIWYG editor of vBulletin. That said, I have used WYSIWYG table editors, and they have been such a nightmare. Much more annoying than just figuring out how to code it.

      Bug #4: Styling is possible in tables using a style attribute. You can also use CSS classes. You probably should have a list of these in a sticky tutorial showing your users what classes are available to them.

      Bug #5: "_" are not search engine friendly. They are just MediaWiki standard. "-" is search engine friendly. Right now this has not been implemented because it's more likely people will want to use - or _ than +.

      Bug #6: Users should not be using the URL with wiki link codes. They should be using the article title (from the title of the post). When directly typing into the address bar, it will not recognize the + sign in the URL, because the browser interprets + as a space (not VaultWiki).

      Bug #7: I don't know what you mean. You are only supposed to link to an article using the title anyway. Either way, it shouldn't be an SEO problem because the 302 redirects and canonical URLs point to the right place.

      Bug #8: I have no idea where you got this. Perhaps you forgot to close a tag.

      Bug #9: vBulletin problem, not VaultWiki.

      Bug #10: goto=newpost performs an important function. It will not be eliminated. Again, the canonical URLs make this kind of change unnecessary.

      Bug #11: Not sure why you would think images aren't stored in MySQL. It all depends on how your forum saves attachments.

      Feature Request:

      1.) Define common CSS classes in your Style Manager. Tell your users about these classes, and inform them they can apply them to tables using the class attribute.

      2.) If you are using default CSS templates, there might be a closing bracket } missing from vault_css_fixes. Put it back and the images CSS should be fixed.
      Reply Reply  
    4. May 3, 2009 1:40 AM
      pegasus pegasus is offline
      VaultWiki Team
      Quote Originally Posted by EGS
      Bug: Also, err, when people reply to an article it should go into discussions?

      Look: http://my.gamemonarch.com/wiki/Descr...&p=134#post134

      Replies are below the article? >.<;
      Thanks for this you gave me a place to see the bug in action. Duplicate of: http://www.crackedeggstudios.com/pro...hp?issueid=511
      Reply Reply  
    5. May 3, 2009 12:18 PM
      EGS EGS is offline
      Junior Member
      pegasus,

      I now see the problem may be the JavaScript/AJAX loading...after clicking on the article (and seeing the posts) I clicked the discussion tab, then clicked on the article tab again and it took a bit while to load but then disappeared?...not sure if this happens all the time but this definitely is some type of bug.

      Bugs on CES:

      #1 Home page doesn't look proper in Google Chrome, header is in the footer for some reason (yes header and login at complete bottom of page instead of top).

      #2 Home+Page doesn't work...giving permission error on CES homepage. That's not good for visitors.
      Reply Reply  
    6. May 3, 2009 12:20 PM
      EGS EGS is offline
      Junior Member
      pegasus, in my original post, I meant for bug #5 to say that "+" aren't search engine friendly in URLs. The "+" sign needs to be replaced with "-" or "_" preferably...it should be an option set in control panel to whichever one. This really needs to be done for the sake of URLs and crawlers.
      Reply Reply  
    7. May 3, 2009 12:33 PM
      EGS EGS is offline
      Junior Member
      As for tables and structuring, can you make VaultWiki codes more similar and as easy as Wikipedia? As outlined in bug #3 & #4, creating a table was VERY DIFFICULT and expecting a normal forum user to do such a thing is quite a daunting task!

      Here is an example of Wikipedia's table structure, which I guess was customized by them (but I'd like to be able to customize table styles etc too):

      http://en.wikipedia.org/wiki/Final_Fantasy_XI

      I'm referring to the table on the right with the game's info. Here is the table coding:

      PHP Code:
      {{Infobox VG
      | title = Final Fantasy XI
      | image = [[Image:FFXI 2008.jpg&#8206;|Vana'Diel Collection 2008 boxart|256px]]
      | caption = North American cover art for ''Vana'diel Collection 2008''
      | developer = [[Square Co.|Square]] 
      What we have above is I guess {{ is the name/class/ID of the table.

      The equal sign separates the two columns in the table which is AWESOME and easy.
      If we could somehow do that...make it that easy...this would be awesome. Like title = value would be the table's heading, and then anything other than that with an = sign would be a column..

      Please make this happen.
      Maybe follow the new wiki coding standard, called Creole?:
      http://en.wikipedia.org/wiki/Creole_(markup)

      It's going into 2.0 now...
      Reply Reply  
    8. May 3, 2009 2:34 PM
      pegasus pegasus is offline
      VaultWiki Team
      We use exactly MediaWiki's table structure. What they are using in that article is a TEMPLATE that uses a table. If you want to create such templates for your users, go ahead, that's what the Template space is for.
      Reply Reply  
    9. May 3, 2009 6:13 PM
      Mokonzi Mokonzi is offline
      Senior Member
      I've replicated a number of similar tables in templates. If you want a hand, let me know and I'll help out. It's a pain to setup, but once perfected, the templates make life a lot easier.
      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 12:42 AM.
    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.