Jump to content
  • Sign Up

S!r.ReaDy

Blizzard
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by S!r.ReaDy

  1. Version 1.2.0

    10 downloads

    The add-on adds a ribbon on original poster's avatar to highlight the user who started the thread. Disable the product for particular styles. Style property that will define the ribbon color. Style property that will define the ribbon position Top Left corner/Top Right Corner/Top/Bottom. Ribbon/Text Position Virus Total
  2. S!r.ReaDy

    Question Changing Password

    https://webflake.sx/settings/ Change the password there. You can just use your username and the new password. Ex: I used google to connect, changed my password, disconnected google, and logged in with the username.
  3. Xenforo is good for people who want a smooth, nice website.It's easy to customize. Other is quite outdated. You can go With IPS is you are confident in what you want/can do.
  4. Her is a tweak for the Enhanced user plugin. Follow the same Tutorial here. Go to your theme, core -> global -> plugins -> EnhangedUserPanelPlugin. Find this code: <span class='ipsUserPhoto euip_AvatarSize {{if $coverPhoto->file AND \IPS\Settings::i()->euip_ShowCoverPhoto == 1}}euip_Avatar{{endif}}'> <img src='{$comment->author()->photo}' alt='{$comment->author()->name}' itemprop="image"> </span> </li> NOTE : The last</li> tag is required and replace it with this </li> <li class='cAuthorPane_photo'> {template="userPhoto2" app="core" group="global" params="$comment->author(), 'variable', $comment->warningRef()"} </li> NOTE : The FIRST </li> tag is required Go to the postContainer template: and comment on this code: <!-- <li class='cAuthorPane_photo'> {template="userPhoto2" app="core" group="global" params="$comment->author(), 'variable', $comment->warningRef()"} </li> --> To remove the double avatar showing for mobiles This will allow our avatars to have different sizes. The Images won't be cropped any more allowing any size.
  5. https://invisioncommunity.com/files/file/9228-sidebar-profile/ need it badly. Thax
  6. My mistake, I meant to say doesn't work for Xenforo 1.5. This person is using xenforo1.5
  7. Currently, I'm available on discord: S!r.ReaDy<3#3310 or by this email: [email protected] My messager disabled due to some issues.
  8. To fix need a different approach. We cant help from this end. We can try to have a look from inside if you are willing to share the details ( OFC NOT PUBLIC)
  9. Did you try another avatar? Change the theme and try if the same issue persists. If the issue will be gone then its theme issue. I tried on 2 forums with different themes and the avatar shows as the image above posted
  10. Try to refresh the plugin. I put the code in the enhanceduserinfopanel.css and it works. I reuploaded my avatar and it works. Try to remove the code from the custom.css and put it in the enhanceduserinfopanel.css, and give it a try . if won't work, try using another theme.
  11. I will look more regarding your issue. Tel me how did you modify the size of the avatars. The solution might be there as well
  12. I don't know if will work but try to change the avatar image as well. .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large::after { height: 150px !important; width: 150px !important; } .cAuthorPane { width: 180px !important; } For the topics, try .cPost.ipsComment .ipsUserPhoto > img { height: 150px !important; width: 150px !important; } Use your own h/w.
  13. That is a simple one. Go to ACP->members-> Profiles. Edit the profile field you want to show in the topic. And make sure to set this in the display format: <strong>{title}:</strong> {content} \ Result:
  14. I did manage to get the image, but it shows the same image per forum. If you have any forum links that have such feature, please share so we could get it working, the site from the image doesn't seem to work This is how I got it atm. The image does repeat. .nodeList .node_1 .forumNodeInfo { background-image: url("https://cdn.pixabay.com/photo/2016/07/02/12/21/wallpaper-1492818_960_720.jpg"); } I will look further but a website example would speed up.
  15. Steam Interrogation Google Interrogation If you mean the login handlers, you can find the plugins. About the custom : go to ACP-> members-> profiles There member verification plugin was requested as well by me.
  16. I tested the theme, and I can confirm its too buggy. You should look forward to fixing bugs or replace it, or wait for an update..
  17. Shit got worse...

  18. There is a plugin what extends all the features, called Clubs Enhancements. Give it a try
  19. You could create a new group banned, or if it is, use the same statement from the frames tutorial,and redirect them to the new page. _xfRedirect. is used to redirect. php <xf:if is="{$user.user_group_id} == 6"> return $this->responseRedirect( XenForo_ControllerResponse_Redirect::SUCCESS, XenForo_Link::buildPublicLink('forums', $forum), new XenForo_Phrase('forum', array('forum' => $forum['title'])) ); Or easiers make a redirect rule. RewriteRule ^(threads|forums|members|banned)/(.*)$ /community/$1/ [R=301,L] Its an example and wont work.Is to get you to the idea
  20. Invest in cryptocurrency. Just do it. To pay for services, PayPal is the go. @IamKangy you should give it a try. i do invest for 5 years, and you can guess what i have there. I can drop my job
  21. ESET is ok. Malwarebytes has failed every test with viruses. Avast and Avira did 70% good but failed against ransomware. I recommend getting a paid license for any of them. Virus protection is not enough. Getting internet protection is needed. I personally use ESET Smart Security Premium . I used Kaspersky before. Every antivirus failed against ransomware if forced. So, having an antivirus doesn't mean you are safe.
  22. Replace in the node_list.css template. Replace the Code. .nodeList .categoryStrip { @property "subHeading"; font-size: 11px; color: @secondaryDarker; background: none; padding: 5px 10px; margin: 3px auto 0; border-top: 1px solid @secondaryLighter; border-bottom: 1px solid @secondaryLight; @property "/subHeading"; @property "categoryStrip"; padding: 5px 10px; margin: 0; border-bottom-color: @subHeading.border-bottom-color; border-radius: 5px; min-height: 6px; @property "/categoryStrip"; } Then add the following. .nodeList .node_3 .categoryStrip { background-color: #8042f4; } .nodeList .node_4 .categoryStrip { background-color: #41f486; } node_3 and node_4 is the category id. Result: @ErronBlack95
×
×
  • Create New...