Site changes and upgrade roadmap 2013-2014

Discussion in 'Site Help and Suggestions' started by ASSEMbler, Sep 19, 2013.

  1. leetwolf

    leetwolf Peppy Member

    Joined:
    Apr 25, 2011
    Messages:
    348
    Likes Received:
    5
  2. Druidic teacher

    Druidic teacher Officer at Arms

    Joined:
    Jun 6, 2006
    Messages:
    3,643
    Likes Received:
    129
    x
     
    Last edited: Jun 22, 2017
  3. ASSEMbler

    ASSEMbler Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    19,394
    Likes Received:
    995
    The changes have placed the moderator's button over the bottom of the menu.

    Am I reverting the css for new code?


    Capture11.PNG
     
  4. Druidic teacher

    Druidic teacher Officer at Arms

    Joined:
    Jun 6, 2006
    Messages:
    3,643
    Likes Received:
    129
    x
     
    Last edited: Jun 22, 2017
  5. Bad_Ad84

    Bad_Ad84 The Tick

    Joined:
    May 26, 2011
    Messages:
    8,566
    Likes Received:
    1,308
    Could we get strikethrough custom BB code added? its easy enough and might let people leave prices in their auctions but just cross them out when sold.
     
  6. ASSEMbler

    ASSEMbler Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    19,394
    Likes Received:
    995
    TERRIBLE IDEA
    Good idea.
     
    Last edited by a moderator: Sep 22, 2013
  7. Druidic teacher

    Druidic teacher Officer at Arms

    Joined:
    Jun 6, 2006
    Messages:
    3,643
    Likes Received:
    129
    x
     
    Last edited: Jun 22, 2017
  8. Bad_Ad84

    Bad_Ad84 The Tick

    Joined:
    May 26, 2011
    Messages:
    8,566
    Likes Received:
    1,308
    Only suggestion would be to move the icon next to bold/italic/underlined.

    But other than that, thanks
     
  9. ASSEMbler

    ASSEMbler Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    19,394
    Likes Received:
    995
    Having read the vbb forums, that's pretty hard to do apparently. If you go to the advanced editor, it shows the button.
     
  10. ASSEMbler

    ASSEMbler Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    19,394
    Likes Received:
    995
     
  11. Bad_Ad84

    Bad_Ad84 The Tick

    Joined:
    May 26, 2011
    Messages:
    8,566
    Likes Received:
    1,308
    Yeah I just checked the forum I helped set up - notice that I didnt get it next to bold and co either.

    I ended up making the quick reply box have more stuff in it by the look of things.

    [​IMG]
     
  12. ASSEMbler

    ASSEMbler Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    19,394
    Likes Received:
    995
    You'd have to edit the order of the fields in the css.

    Seems like a lot of work.
     
  13. Cyantist

    Cyantist Site Supporter 2012,2013,2014,2015

    Joined:
    Oct 28, 2008
    Messages:
    4,158
    Likes Received:
    20
    re: the user post count images

    On another VB forum I visit (related to MMA) they use a similar system, but its much smaller (its different colored "belts" following a Martial arts theme), at a certain number of posts you can use your own (god no, please dont put this feature in) or opt not to have one. It'd be nice having the option to have the post count image or not (I'd opt for not ofc)

    [​IMG]
     
    Last edited: Sep 22, 2013
  14. Druidic teacher

    Druidic teacher Officer at Arms

    Joined:
    Jun 6, 2006
    Messages:
    3,643
    Likes Received:
    129
    x
     
    Last edited: Jun 22, 2017
  15. ASSEMbler

    ASSEMbler Administrator Staff Member

    Joined:
    Mar 13, 2004
    Messages:
    19,394
    Likes Received:
    995
    Can someone surmise the code I am supposed to be using now for the 50 post limit?

    Am I reverting the css? Then what?
     
  16. Druidic teacher

    Druidic teacher Officer at Arms

    Joined:
    Jun 6, 2006
    Messages:
    3,643
    Likes Received:
    129
    x
     
    Last edited: Jun 22, 2017
  17. beepboop

    beepboop <B>Site Supporter 2013</B>

    Joined:
    Jul 10, 2013
    Messages:
    238
    Likes Received:
    52
    That would be $vbulletin->userinfo['posts'] < 50, right? 50 posts on their own would be enough.
     
  18. leetwolf

    leetwolf Peppy Member

    Joined:
    Apr 25, 2011
    Messages:
    348
    Likes Received:
    5
    Yeah a user could in theory do that, I knew that from when I did it, but it's highly unlikely since it'd require some actual knowledge lol.

    Also the original code I gave you is the same except here, he is is just checking if it is the section + no posts. You're better off just using the original one since it worked.

    I am not very knowledgable about VB cause I never used it.


    <vb:if condition="($foruminfo['forumid'] == 8 && $vbulletin->userinfo['posts'] < 50)">
    <div class="blockhead">Requirements Error!</div>
    <div class="blockbody" style="font-weight:bold; font-size:18px;>Error: You do not have enough posts to post in this section.<br /><a href="http://www.assemblergames.com/forums/showthread.php?4888-MARKETPLACE-RULES-as-of-September2013">Read Rules and Requirements for Posting In Sales Section</a></div>
    <vb:else />

     
  19. NESticles

    NESticles Rising Member

    Joined:
    Aug 29, 2012
    Messages:
    68
    Likes Received:
    0
    I'm be down to help out with the wiki.
     
  20. retro

    retro Resigned from mod duty 15 March 2018

    Joined:
    Mar 13, 2004
    Messages:
    10,354
    Likes Received:
    822
    As Druid said, set up user groups (you already use them, right?) so there's a n00b group and a rookie group, for example. Then use auto promotion to promote n00bs to rookies when they hit 50 posts AND have been here 3 months (I'm assuming vBulletin will allow you to be so specific - haven't used it for years and no longer have admin access to any forums). Then set the marketplace (well, for sale at least) so n00b group can't start threads. They can still view and reply. Easy peasy! ;)
     
    Last edited: Sep 23, 2013
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page