Sarvin Posted October 11, 2020 Report Share Posted October 11, 2020 Hi, sry for bad english , my lang not english, Is there a training on this topic in IPS ? postbit background for each user, like this Change the postbit background via the image link for each user i think that requires a bit more than just some HTML modifications🤔 If the administrator gives them access for more detail About my question >>> click it Quote Link to comment Share on other sites More sharing options...
Sarvin Posted October 12, 2020 Author Report Share Posted October 12, 2020 any body ? 🙂 Quote Link to comment Share on other sites More sharing options...
avangcom Posted Tuesday at 02:43 PM Report Share Posted Tuesday at 02:43 PM Hello Can this bit post be run for ips???? Quote Link to comment Share on other sites More sharing options...
turk Posted Wednesday at 10:06 AM Report Share Posted Wednesday at 10:06 AM 19 hours ago, avangcom said: Can this bit post be run for ips???? yes but this forum don't give you ready code. Quote Link to comment Share on other sites More sharing options...
avangcom Posted Wednesday at 10:56 AM Report Share Posted Wednesday at 10:56 AM 50 minutes ago, turk said: yes but this forum don't give you ready code. This is wrong. Some users of this forum are responding wholeheartedly Quote Link to comment Share on other sites More sharing options...
SlawkA Posted Wednesday at 12:20 PM Report Share Posted Wednesday at 12:20 PM Перейдите в ACP> Темы> Редактировать HTML и CSS > найдите postContainer, затем найдите и замените это: <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> Заменить на это <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone' data-groupId="{$comment->author()->member_group_id}"> В custom.css добавить .cPost .cAuthorPane[data-groupId="<group_id>"] { background-image: url("<url_to_image>"); } Замените <group_id> и <url_to_image> желаемыми значениями. я не пробовал. просто нашел информацию avangcom 1 Quote Link to comment Share on other sites More sharing options...
Desti Posted Wednesday at 01:16 PM Report Share Posted Wednesday at 01:16 PM Там не для групп просили, а для конкретных пользователей, если разрешено. Правкой html и css этого не сделать. avangcom 1 Quote Link to comment Share on other sites More sharing options...
SlawkA Posted Wednesday at 01:34 PM Report Share Posted Wednesday at 01:34 PM avangcom and Zero108 1 1 Quote Link to comment Share on other sites More sharing options...
avangcom Posted Wednesday at 01:57 PM Report Share Posted Wednesday at 01:57 PM 1 hour ago, SlawkA said: Перейдите в ACP> Темы> Редактировать HTML и CSS > найдите postContainer, затем найдите и замените это: <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> Заменить на это <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone' data-groupId="{$comment->author()->member_group_id}"> В custom.css добавить .cPost .cAuthorPane[data-groupId="<group_id>"] { background-image: url("<url_to_image>"); } Замените <group_id> и <url_to_image> желаемыми значениями. я не пробовал. просто нашел информацию This line does not exist in postContainer. I checked the default format : <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> Quote Link to comment Share on other sites More sharing options...
SlawkA Posted Wednesday at 06:41 PM Report Share Posted Wednesday at 06:41 PM 4 часа назад, avangcom сказал: This line does not exist in postContainer. I checked the default format : <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> я не пробовал. просто нашел информацию Quote Link to comment Share on other sites More sharing options...
by_ix Posted Friday at 05:32 PM Report Share Posted Friday at 05:32 PM В 11.10.2020 в 7:51 PM, Sarvin сказал: Change the postbit background via the image link for each user проще брать фона с профиля. но можно и через кастомное поле сделать подобное. типа: <img src="/uploads/{$content}"> или <img src="{$content}">, смотря какое поле. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.