Jump to content
  • Sign Up

S!r.ReaDy

Blizzard
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by S!r.ReaDy

  1. Its not about the IPS. Your theme must be corupted or the postContainer has a difffrent name.
  2. just type postC with capital C, should work
  3. Pm me I'll guide you in Russian
  4. ACP => Edit as html/css , find postContainer, delete <li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li> {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} <li><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li> {{endif}}
  5. Same for you. I deleted some on=f my messages. Try again to pm me, or also delete some old messages to free up space
  6. As expected the after keyword not really in place, and the gradient values for the URL image are kinda useless. But I'm glad it worked. PS:Fix it. PSS: Don't mix all those 3 up. Ends badly -webkit-linear-gradient - works the best always when you don't know what do to :3 background: -moz-linear-gradient(left, rgba(103, 58, 183,0.8) 0%, rgba(81, 45, 168,0.8) 100%); background: -webkit-linear-gradient(left, rgba(103, 58, 183,0.8) 0%,rgba(81, 45, 168,0.8) 100%); background: linear-gradient(to right, rgba(103, 58, 183,0.8) 0%,rgba(81, 45, 168,0.8) 100%);
  7. Ofc, i forgot the background value ? .p-header::before { content: ""; background: -webkit-linear-gradient(top, rgba(129,47,02,0.8) 0%, rgba(125,425,1268,0.8) 100%); z-index: 50; width: 100%; height: 100%; position: absolute; } Sorry, Can you try now?
  8. Can you please do a test for me ? Replace: in the element where bg goes background-image: url(Image/617692.jpg), linear-gradient(to right, #B8A8A5, #B8A8A5); background-size: cover; and PS: before instead of after .p-header::before { content: ""; -webkit-linear-gradient(top, rgba(129,47,02,0.8) 0%, rgba(125,425,1268,0.8) 100%) z-index: 50; width: 100%; height: 100%; position: absolute; } PSS: make ur text color white, its barely seen on that grey bg.
  9. To remove it at all, just set z-index to -1, the image should be displayed. Or remove the bg values. If you want bg image then you should reconsider how that image is displayed.
  10. Sorry, fix what? What is the issue ? You want to change that purple? To change that you need the linear-gradient only (3rd background value), the first RGB is left, 2nd is right.
  11. There is enhanced clubs plugin as well, you can give it a try.
  12. As far as I see, that is the "group/rank"image, Try to scale it, make smaller and reupload.
  13. Check the timeout of the scripts execution time, might want to increase them.
  14. Right, but the format of this subforum and actual WF is to provide support for issues, not to make something for someone. Just based on the latest topics you've made and the frames, I can say for certain you are experiencing some issues, that's why I recommended you to hire someone, no need to be rude. And trust me there aren't many who will actually go and check it out, It takes time and effort to test out something a user asks for. Just to understand me correctly.. Support is helping to do it: So to display the birthday in the postContainer you need to pass the variable author, check if it's enabled in the \IPS\Settings for the current user, then if yes display it. Doing for someone: {{if $comment->author()->birthday AND \IPS\Settings::i()->profile_birthday_type == 'public' or ( \IPS\Settings::i()->profile_birthday_type == 'private' and \IPS\Member::loggedIn()->member_id == $comment->author()->member_id )}} <li class='ipsDataItem'> <span class='ipsDataItem_generic ipsDataItem_size3 ipsType_break'><strong>{lang="bday"}</strong></span> <span class='ipsDataItem_generic'>{$comment->author()->birthday}</span> </li> {{endif}} I hope you will read till the end LUL.
  15. That's either a new plugin I'm not aware of, or a custom made one. If you cant do it, hire someone.
  16. I recommend you to hire a developer to do all the stuff you want. There is a limit of "doing for free" ? You can use the Enhanced user plugin.
  17. IPS has Clubs feature, you can use it. They can have own forums etc
  18. That app is called Super Pages.
  19. Please reformulate your question so I understand. I'm not sure what auction do you mean.
  20. Might not be cached. Check support in ACP
  21. I am not which one. 1. Member shop, it might have such option in the settings. 2. Basic Points. (Its outdated here on webflake)
  22. There was an app that unlocked posts using credits. It might be either the Basic points or member shop,
×
×
  • Create New...