• 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
    • Help with autolink

    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 1 of 2 12 Next LastLast
    Results 1 to 15 of 18

    Thread: Help with autolink

    • Thread Tools
      • Show Printable Version
    1. October 3, 2008 #1
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      191

      Help with autolink

      I have uploaded and installed the Lite version before I purchase. The autolinks shows up like this:

      [autolink=]%1\$s

      Any ideas?

      Thanks.
      Reply With Quote Reply With Quote

    2. October 3, 2008 #2
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      191

      Background colors and tab fonts.

      Where can I can the background where the Article is posted. The current background is not very good for reading but is a background for my site.

      Also, the Tab fonts at the top of the article display, "article", "discussion", "edit", are black on black. Where can I change the colors?
      Reply With Quote Reply With Quote

    3. October 3, 2008 #3
      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
      For autolinks, did you type in the BB-Code yourself? VaultWiki is supposed to automatically insert it, and doing it yourself can cause similar issues. Another possibility is that you have a mod like Advanced BB-Code Permissions installed.

      The CSS is controlled by the vault/special.css file. This file should be renamed before you make any changes, and you should then update the file name in CES VaultWiki options. Also keep in mind that the full version contains a special.css file that is more like the style on vbulletin.com, so if you do purchase, you may wish to revert.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    4. October 3, 2008 #4
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      191
      Quote Originally Posted by pegasus View Post
      For autolinks, did you type in the BB-Code yourself? VaultWiki is supposed to automatically insert it, and doing it yourself can cause similar issues. Another possibility is that you have a mod like Advanced BB-Code Permissions installed.
      Thank you for your prompt reply. I didn't add the code. I went back and edited out the code and tried to repost. Didn't help any. I looked at the code in the BB-Code Manager in the AdminCP, and don't see anything unusual there either. Here is a link.

      http://www.light-after-darkness.org/...addon+Spurgeon

      I am not using a mod like Advanced BB-Code Permissions.

      The CSS is controlled by the vault/special.css file. This file should be renamed before you make any changes, and you should then update the file name in CES VaultWiki options. Also keep in mind that the full version contains a special.css file that is more like the style on vbulletin.com, so if you do purchase, you may wish to revert.
      Thank you. I will check this out.
      Reply With Quote Reply With Quote

    5. October 3, 2008 #5
      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 only way the autolink problem is possible is if autolinks are enabled, but the wiki is disabled. Please check your settings and make sure the wiki is enabled.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    6. October 3, 2008 #6
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      191
      Quote Originally Posted by pegasus View Post
      I think the only way the autolink problem is possible is if autolinks are enabled, but the wiki is disabled. Please check your settings and make sure the wiki is enabled.
      Ok, I checked and wiki is enabled. So I uninstalled and then installed the program again. Then I enabled wiki, checked the forum and enable it in the forum. Then I enable in the User Groups that can use the wiki. Same thing.
      Reply With Quote Reply With Quote

    7. October 3, 2008 #7
      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
      Oh, in the Lite version there is no option to disable autolinks. This creates a problem where it checks to see if it's enabled in one place that we missed.

      In vault/special_plugins_bbcode.php, find:
      PHP Code:
      if ($vbulletin->options['vault_enabled'] AND $vbulletin->options['vault_autolinks']) 
      Replace with:
      PHP Code:
      if (1 == 1) 
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    8. October 3, 2008 #8
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      191
      Didn't help. I have the same thing:

      [autolink=]%1\$s


      I tried running Rebuild Link Cache and got the following error:
      Code:
      Currently processing Project Tools notes...
      
      Processing: 22309
      Processing: 22308
      
      Fatal error: Call to a member function fetch_namespaceid() on a non-object in /*******/*****/public_html/forums/admincp/vaultwiki.php on line 272
      I don't know if that will help or not???

      BTW, I have the smilies and html turned off in the wikki.
      Reply With Quote Reply With Quote

    9. October 3, 2008 #9
      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
      The link cache doesn't affect this. You need to edit the post and make some change to the text. I don't believe simply rebuilding the post cache works in the Lite version.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    10. October 3, 2008 #10
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      191
      OK, what I'll do is uninstall the Lite version and buy the latest version. I like the support your giving me and the folks on my forums like the idea of the wiki. Give me a couple of hours, I am at work now, and I'll purchase the software.

      Should I uninstall the Lite version and start over?
      Reply With Quote Reply With Quote

    11. October 3, 2008 #11
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      191
      OK I purchased the software and deleted all of the old stuff. Couldn't wait.
      Reply With Quote Reply With Quote

    12. October 3, 2008 #12
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      191
      I don't see my subscription in the Members area. How long will it take for it to show up?
      Reply With Quote Reply With Quote

    13. October 3, 2008 #13
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      191
      Where'd ya go?
      Reply With Quote Reply With Quote

    14. October 3, 2008 #14
      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
      Updated your account. Sorry for disappearing. I had a meeting.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    15. October 3, 2008 #15
      Tallen
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      Tallen is offline
      Junior Member
      Join Date
      October 3, 2008
      Posts
      46
      Rep Power
      191
      No problem.

      I have installed the new version and am getting this error.
      Code:
      Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_bbcode.php on line 336
      
      Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_autolink.php on line 25
      
      Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_autolink.php on line 25
      
      Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_autolink.php on line 25
      
      Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_autolink.php on line 25
      
      Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_autolink.php on line 25
      
      Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_autolink.php on line 25
      Reply With Quote Reply With Quote

    Page 1 of 2 12 Next LastLast

    Similar Threads

    1. editing autolink CSS
      By dvsDave in forum VaultWiki Questions
      Replies: 2
      Last Post: August 13, 2013, 1:44 PM
    2. Autolink Multiple Tags
      By waylandprod in forum VaultWiki Questions
      Replies: 2
      Last Post: February 9, 2011, 12:59 PM
    3. Autolink pop-up character limit
      By bigtree in forum VaultWiki Questions
      Replies: 2
      Last Post: July 3, 2010, 11:07 AM
    4. Autolink Testing
      By pegasus in forum General Discussion
      Replies: 3
      Last Post: May 31, 2010, 10:52 PM
    5. What does autolink do?
      By Hilary in forum VaultWiki Questions
      Replies: 7
      Last Post: August 5, 2008, 9:45 AM

    Tags for this Thread

    admincp, advanced, after, all, also, another, any, are, autolink, automatically, before, but, cache, can, changes, check, com, could, did, disable, discussion, does, doing, don, enabled, for, get, getting, give, giving, groups, have, help, here, how, http, invalid, keep, know, like, line, long, more, need, new, notes, now, object, off, old, one, only, other, out, php, place, please, possible, public, quote, renamed, reply, same, see, should, shows, showwiki, some, stuff, subscription, sure, that, the, there, this, type, user, using, very, way, what, where, will, with, 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 8:07 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.