Jump to content

Jeffrey

Rising Star
  • Posts

    927
  • Joined

  • Last visited

  • Days Won

    56

Everything posted by Jeffrey

  1. For what I use this for, I don't include warnings and the group.
  2. in the theme templates, go to Forums > Topics > postContainer Replace: <li>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</li> <li class='ipsType_light'>{lang="member_post_count" pluralize="$comment->author()->member_posts"}</li> With: <li style="padding-top:5px"><span style="float:left">Reputation:</span><span style="float: right">{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></li> <br> <li><span style="float:left">Posts:</span><span style="float:right">{lang="$comment->author()->member_posts" pluralize=""}</span></li>
  3. Replace: <li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li> With: {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} {{else}} <li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li> {{endif}} Then only give staff members group icons.
  4. .cForumList .ipsDataItem { border-bottom: 1px solid #161616; /* Change hex color /* }
  5. Just post that in custom.css then.
  6. Look in in the CSS templates of the theme: core > global > framework > global.css > Look for: body { font-family: (add font family here); }
  7. Jeffrey

    Plugin

    Or hire someone to make you one ?
  8. Jeffrey

    Themes

    Or hire someone to make you one ?
  9. Change the member group id in the database. Switch the member group id.
  10. Order how? Change the given group IDs? Or are you using the Group Indicator Plugin?
  11. No. When you active the license key, you will only be allowed to use the apps you paid for, including on the WF retail version. It will continue the install, however all the other apps, you didn't paid for, will be locked and you'll be asked to pay for them.
  12. He's a very good designer with quality services. He's quick to respond and will change anything until you're happy with the finished product.
  13. I appreciate the work and time you've help to making the logo.
  14. As long as you speak English in an English speaking community, we welcome you ?
  15. You're welcome! I hope you found everything you're looking for. ?
  16. Here's a guide I made for upgrading your forum software properly.
  17. I have having the same issue. It's either this or that my IP doesn't match the session
  18. In that group; Click on the group -> Group Settings tab -> scroll down to Privacy Settings and see if this is on:
  19. Para userbar, use algo como Imgur para redimensionar a imagem. Original: For userbar, use something such as Imgur to resize the image. https://imgur.com,
  20. I like the logos man. I was asking how I'd be able to ask you to make a logo for me.
  21. The passwords are already encrypted using MD5.
  22. Your mySQL version should be 5.2+
×
×
  • Create New...