Jump to content
  • Sign Up

The Grim Reaper

Expert
  • Posts

    411
  • Joined

  • Last visited

  • Days Won

    41

Everything posted by The Grim Reaper

  1. We go to forums - topics and select "postContainer" and then look for the following code: <li data-role='photo' class='cAuthorPane_photo'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} {{if $comment->author()->modShowBadge()}} <span class="cAuthorPane_badge cAuthorPane_badge--moderator" data-ipsTooltip title="{lang="member_is_moderator" sprintf="$comment->author()->name"}"></span> {{elseif $comment->author()->joinedRecently()}} <span class="cAuthorPane_badge cAuthorPane_badge--new" data-ipsTooltip title="{lang="member_is_new_badge" sprintf="$comment->author()->name"}"></span> {{endif}} </li> We will replace the above code with the following: <li class='cAuthorPane_photo'> {{if $comment->author()->pp_main_photo AND $comment->author()->pp_thumb_photo}} <img src="{url="" base=""}/uploads/{$comment->author()->pp_main_photo}"> {{else}} <img src="{$comment->author()->photo}"> {{endif}} {{if $comment->author()->modShowBadge()}} <span class="cAuthorPane_badge cAuthorPane_badge--moderator" data-ipsTooltip title="{lang="member_is_moderator" sprintf="$comment->author()->name"}"></span> {{elseif $comment->author()->joinedRecently()}} <span class="cAuthorPane_badge cAuthorPane_badge--new" data-ipsTooltip title="{lang="member_is_new_badge" sprintf="$comment->author()->name"}"></span> {{endif}} </li> Save then go to "costume.css" and add the following code: .cAuthorPane_photo img { max-width: 170px; width: auto; } Result :
  2. The problem was due to the fact that yandex think you are spam bot, after they verify the content and the website they let you send emails.
  3. Version 1.1.4

    102 downloads

    The updated version of :
  4. Have you made any custom changes to the theme ? The problem is the same even on the default white theme ? There are many options for to cause of the problem : corrupted platform files wrong php version custom theme edits non compatible theme with the platform @Fighter tell us if the problem persist even on the default white theme.
  5. If you are using a nulled version of IPS you can try adding into the custom.css of the theme these code : #ipsLayout_footer #elCopyright { order: 3; display: none !important; } As i saw is linked or embedded into the main ips copyright, i will try to figure out witch FTP theme files have to copyright and come back with an update for the future.
  6. Yes it is, you can't tell him how to activate something he doesn't have, at least tell him is for 4.5 only, otherwise he have to custom edit the post Container to show the badge. And here is the second group indicator for 4.4 :
  7. If you copied the description but not removed the format, this might be the problem.
  8. Disable the moderation logs for your group, you will not be able to see any mods on the topic. Search in the database for topics and posts and edit in both of them the topic ( you search the topic and post by the topic ID ), you edit the member id with your id.
  9. If he is not using ips 4.5 he will not have the first badge. And in the picture with junior moderate is a custom theme edit.
  10. Try it like this : .ipsNavBar_primary #elNavSecondary_43 a:before{ content: "\f133"; font-family: FontAwesome; }
  11. What version of PHP are you using ? Try speaking with your hosting provider, maybe they dont accept nulled version.
  12. First, set your maximum photo size to 300 px. Post here the code you have on your postContainer and what IP.Board version you are using.
  13. You can try adding your font from google in your globaltamplate as a code and then adding „font-family: your font” to the element you want to be displayed.
  14. You want to change your text font or even font awesome with other font ?
  15. That is not your header, is your logo image....
  16. You set the banner as logo, you want to be on full header or ?
  17. Did you try to write your user and password and not using autofill ?
  18. First, you are not allowed to download files anymore, you install them directly on your forum via ACP. Second, you have to link your marketplace account to able to this function. You need dev files to download plugins, the second way is to recode them using the files on your forum host directory.
  19. Check the PHP version to be at 7.1 or 7.2 ! If it is to 7.2 speak with your host provider, maybe they don't accept nulled versions.
  20. Speak with @Tony, i am able to see and download the file.
  21. I found a new version of that but is on their marketplace, i searched google for a free copy of it but no one posted yet. https://invisioncommunity.com/files/file/9584-tabbed-forums-index/
×
×
  • Create New...