User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28
  1. #11
    turbo's Avatar
    Your loyal web dev.

    Status
    Offline
    Join Date
    Jan 2012
    Location
    Chicago
    Posts
    710
    Achievements:
    Bug Hunter First ClassWiki AmateurWA Points10000 Experience PointsBelovedVeteranTagger First ClassOverdrive

    Gamertag: XtremeRSR PSN ID: SenatorX
    I just tried in chrome and it worked. How often do you visit in your browser? maybe it picked up from last time.

  2. #12
    Kc's Avatar

    Status
    Offline
    Join Date
    Jan 2011
    Location
    Orange, CA
    Posts
    3,168
    Blog Entries
    4
    Achievements:
    BloggerBug Hunter First Class50000 Experience PointsPro Level Wiki EditorVeteranExtreme LoveOverdrive
    Blog Entries
    4

    Gamertag: kc wayland Steam ID: waylandprod
    Section: Edit Plugin Show Thread - Get Vault Options

    Plugin php code:

    Code:
    if (THIS_SCRIPT != 'showwiki')
    {
        $vault->fetch_instance('contenttype');
    
        $hook_query_fields .= ', vopt.options AS vault_options';
        $hook_query_joins .= "\r\n\tLEFT JOIN " . TABLE_PREFIX . "vault_options AS vopt ON (vopt.contentid = post.postid AND vopt.contenttypeid = " . intval($vault->misc['contenttypes']['post']) . ")";
    }


    Changing to:

    if (THIS_SCRIPT != 'showwiki' && !empty($vault))

    So the code is now:


    Code:
    if (THIS_SCRIPT != 'showwiki' && !empty($vault))
    {
        $vault->fetch_instance('contenttype');
    
        $hook_query_fields .= ', vopt.options AS vault_options';
         $hook_query_joins .= "\r\n\tLEFT JOIN " . TABLE_PREFIX .  "vault_options AS vopt ON (vopt.contentid = post.postid AND  vopt.contenttypeid = " . intval($vault->misc['contenttypes']['post'])  . ")";
    }

  3. #13
    turbo's Avatar
    Your loyal web dev.

    Status
    Offline
    Join Date
    Jan 2012
    Location
    Chicago
    Posts
    710
    Achievements:
    Bug Hunter First ClassWiki AmateurWA Points10000 Experience PointsBelovedVeteranTagger First ClassOverdrive

    Gamertag: XtremeRSR PSN ID: SenatorX
    Testing


    Sent from my iPhone using Tapatalk
    Likes Kc liked this post
    CJ's Head of Security

  4. #14
    Kc's Avatar

    Status
    Offline
    Join Date
    Jan 2011
    Location
    Orange, CA
    Posts
    3,168
    Blog Entries
    4
    Achievements:
    BloggerBug Hunter First Class50000 Experience PointsPro Level Wiki EditorVeteranExtreme LoveOverdrive
    Blog Entries
    4

    Gamertag: kc wayland Steam ID: waylandprod
    Seems to work... Not the biggest fan of the interface, but if people like it, then we leave her be. Doesn't seem to break anything


    Sent from my iPhone using Tapatalk
    Likes turbo liked this post

  5. #15
    REZombie's Avatar
    "Gatherer"

    Status
    Offline
    Join Date
    Feb 2013
    Location
    walkertown, nc
    Posts
    196
    Achievements:
    10000 Experience PointsVeteran

    Gamertag: ZombieMorbid
    Sweet! Posting from tapatalk. Thanks for adding this! Makes browsing so much easier

    Sent from my VS920 4G using Tapatalk
    Likes turbo liked this post
    "You may find me dead in a ditch one day...But by God you'll find me in a pile of brass!"


    The hardest part about the Zombie Apocalypse will be pretending that i'm [I][B]NOT [/B][/I]excited!

  6. #16
    Kc's Avatar

    Status
    Offline
    Join Date
    Jan 2011
    Location
    Orange, CA
    Posts
    3,168
    Blog Entries
    4
    Achievements:
    BloggerBug Hunter First Class50000 Experience PointsPro Level Wiki EditorVeteranExtreme LoveOverdrive
    Blog Entries
    4

    Gamertag: kc wayland Steam ID: waylandprod
    Quote Originally Posted by REZombie View Post
    Sweet! Posting from tapatalk. Thanks for adding this! Makes browsing so much easier
    Can you see the Admin section? Just wanted to make sure you couldn't.

    Also, in general, is there any way we can remove the "Submitted from tapatalk" thing?

  7. #17
    REZombie's Avatar
    "Gatherer"

    Status
    Offline
    Join Date
    Feb 2013
    Location
    walkertown, nc
    Posts
    196
    Achievements:
    10000 Experience PointsVeteran

    Gamertag: ZombieMorbid
    Yes. its in the setting of tapatalk on your phone.. and no the only access i have is to my user cp and the forum
    "You may find me dead in a ditch one day...But by God you'll find me in a pile of brass!"


    The hardest part about the Zombie Apocalypse will be pretending that i'm [I][B]NOT [/B][/I]excited!

  8. #18
    Kc's Avatar

    Status
    Offline
    Join Date
    Jan 2011
    Location
    Orange, CA
    Posts
    3,168
    Blog Entries
    4
    Achievements:
    BloggerBug Hunter First Class50000 Experience PointsPro Level Wiki EditorVeteranExtreme LoveOverdrive
    Blog Entries
    4

    Gamertag: kc wayland Steam ID: waylandprod
    Quote Originally Posted by REZombie View Post
    Yes. its in the setting of tapatalk on your phone.. and no the only access i have is to my user cp and the forum
    Cool. Thanks!

  9. #19
    REZombie's Avatar
    "Gatherer"

    Status
    Offline
    Join Date
    Feb 2013
    Location
    walkertown, nc
    Posts
    196
    Achievements:
    10000 Experience PointsVeteran

    Gamertag: ZombieMorbid
    You can turn the Sig on/off or customize. ..see below : )

    Sent From Ink's House
    "You may find me dead in a ditch one day...But by God you'll find me in a pile of brass!"


    The hardest part about the Zombie Apocalypse will be pretending that i'm [I][B]NOT [/B][/I]excited!

  10. #20
    Kc's Avatar

    Status
    Offline
    Join Date
    Jan 2011
    Location
    Orange, CA
    Posts
    3,168
    Blog Entries
    4
    Achievements:
    BloggerBug Hunter First Class50000 Experience PointsPro Level Wiki EditorVeteranExtreme LoveOverdrive
    Blog Entries
    4

    Gamertag: kc wayland Steam ID: waylandprod
    Quote Originally Posted by REZombie View Post
    You can turn the Sig on or customize. ..see below : )

    Sent From Ink's House
    Ah, so double signatures. Not sure I like that... But we'll see if it causes any issues.


 
Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •