HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Great Plugin

SrggamerSrggamer HardCore Gamer ✭✭✭

This is one of a kind, plugin. Im extremely proud of it. How does it look on my website? http://www.dragonx.net/community/plugin/MembersListEnh

Find out!

Modified the CSS file to suit me. Hope you enjoy, and Im saying this again This IS amazing plugin.

http://gyazo.com/4b31870776cb96f7a33ea854deeb5d1f

Comments

  • Options

    @Srggamer
    Ah, i guess you received my check for marketing the plugin. :).

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    SrggamerSrggamer HardCore Gamer ✭✭✭

    Yes! Anytime, @peregrine I just decided to edit the CSS file, from Simple to more advanced.

  • Options
    SrggamerSrggamer HardCore Gamer ✭✭✭

    But I wonder how may I do this?

    http://www.dragonx.net/community/plugin/MembersListEnh

    to

    http://www.dragonx.net/community/members

    Without giving the /plugin/ or /MemberslistEnh/

    Thanks!

  • Options
    peregrineperegrine MVP
    edited March 2013

    to do that you could convert it to an application - it wouldn't be too hard :) if you have the time.

    I'll probably do that in the future, but not very soon. i've got other things to do right now.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    422422 Developer MVP
    edited March 2013

    Just a couple of edits to css , you COULD make, just a suggestion.

    .ProfilePhotoMedium {
        border: 1px solid #eeeeee;
        display: table;
        height: 40px;
        margin-top: 5px;
        padding: 4px;
        position: relative;
        width: 40px;
    }
    
    caption, th, td {
        font-weight: normal;
        height: 40px;
        line-height: 40px;
        text-align: left;
        vertical-align: middle;
    }
    

    There was an error rendering this rich post.

  • Options
    SrggamerSrggamer HardCore Gamer ✭✭✭

    @422 said:
    Just a couple of edits to css , you COULD make, just a suggestion.

    .ProfilePhotoMedium {
        border: 1px solid #eeeeee;
        display: table;
        height: 40px;
        margin-top: 5px;
        padding: 4px;
        position: relative;
        width: 40px;
    }
    
    caption, th, td {
        font-weight: normal;
        height: 40px;
        line-height: 40px;
        text-align: left;
        vertical-align: middle;
    }
    

    Added this to my code thanks!

  • Options
    422422 Developer MVP

    cool no worries, just looks a little more polished now i think ;)

    There was an error rendering this rich post.

  • Options

    422 will this look better in the plugin itself or just in srqgamers custom mod.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    SrggamerSrggamer HardCore Gamer ✭✭✭

    @peregrine said:
    422 will this look better in the plugin itself or just in srqgamers custom mod.

    May you rephrase this?

  • Options
    422422 Developer MVP

    Not sure I dont use the plugin, so only tested on @srggamer 's site

    There was an error rendering this rich post.

  • Options
    422422 Developer MVP

    If its any use to anyone, i will post a pic of our custom memberpics page ( but this is linked in with our own badges system and user system )

    There was an error rendering this rich post.

  • Options
    SrggamerSrggamer HardCore Gamer ✭✭✭

    @422 said:
    Not sure I dont use the plugin, so only tested on srggamer 's site

    Hmm Thanks! New site coming soon. For devs to have fun on!

  • Options
    422422 Developer MVP

    Bugger cant add a image to an edit post.

    There was an error rendering this rich post.

  • Options
    SrggamerSrggamer HardCore Gamer ✭✭✭

    @422 said:
    Bugger cant add a image to an edit post.

    Im getting excited.

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited March 2013

    @422

    ![]( image link would go here and a parenthesis on this end

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited September 2013

    @peregrine here is an icon I just made for you with the idea you had in mind, I am kind of half way awake from exhaustion and lack of sleep so it might not be the greatest but can improve upon if you like it

    mle.png 54.4K
  • Options
    peregrineperegrine MVP
    edited September 2013

    thx. @vrijvlinder perfectamente.

    You know how the fashion columnists always want to who made that dress or suit for certain people. Well, next time some one asks "who makes your plugin icons, they are stunning". I'll say V is the designer". :)

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited September 2013

    @peregrine

    Yes, I am the ICON QUEEN after all .... I really think that a good icon increases downloads and calls attention to the product. I think it adds value to it because people think it looks cool or interesting or fun whatever the reason, a great looking icon can make a big difference !!

  • Options

    links added via addlink in plugins such as this one.

    are controlled via

    {custom_menu}

    if {custom_menu} is in your tpl theme you will see theadded menu items.

    and you can order the placement in your tpl.

    e.g. to place in very front

       {custom_menu}
       {dashboard_link}
       {discussions_link}
       {activity_link}
       {inbox_link}
       {profile_link}
       {signinout_link}
    

    or after discussuions e.g.

       {dashboard_link}
       {discussions_link}
      {custom_menu}
      {activity_link}
       {inbox_link}
       {profile_link}
       {signinout_link}
    

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.