Jump to content
WebFlake
  • 0

IPS 4.1.6.1 Problem with shoutbox, chatbox and a small thing


1Example

Question

Hello guys, i have troubles with chat on ips...

Members have permissions, shoutbox have permissions seted and same for chatbox, but the chat is not show up in forum.

And the small thing:

sT3eYHl.png

My forum description is under the sub-categories, i want to be above them.

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 1

As answered in PM.

You will need to check in the theme settings

AdminCP > Customization > Themes > Animate > Edit

Or this has to be changed in the html 

Applied this for user solutions for others that might be asking.

AdminCP > Customization > Themes > Animate > Edit HTML / CSS > index > forumRow

Find 

{{if $forum->description}}
				<div class="ipsDataItem_meta ipsType_richText">{$forum->description|raw}</div>
			{{endif}}

Move this code to where you want it, in this case find

<a href="{$forum->url()->setQueryString( 'passForm', '1' )}" data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="forum_requires_password"}'>{$forum->_title}</a>
				{{else}}
					<a href="{$forum->url()}">{$forum->_title}</a>
				{{endif}}

And move the first code below after {{endif}} 

For the avatar thing it can be found here

 

  • Upvote 1

VAEfvMI.png

Liked what i posted remember to feed me a cookie ->
Or you can add a cookie to myCookieJar

Link to comment
Share on other sites

  • 0
11 minutes ago, 1Example said:

Those are the apps:

I sent you the link in PM.

This one is outdated and is not compatiable with 4.1.x (I used it but it breaks everything) First one you linked i have no problem with working

  • Upvote 1

VAEfvMI.png

Liked what i posted remember to feed me a cookie ->
Or you can add a cookie to myCookieJar

Link to comment
Share on other sites

  • 0
2 hours ago, Cookie Monster said:

This one is outdated and is not compatiable with 4.1.x (I used it but it breaks everything) First one you linked i have no problem with working

But i still want to move the forum description above the sub-categories.

Chatbox works fine, but i didn't know what i have to do.

First, click here:

ynmzd21.png

Then drag your block like this:

GnVnvy0.png

Edited by 1Example
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...