xendisConnect - PixelExit.com [Deleted]

:D, I'm doing an update for xendisConnect now, it'll replace that back part with a div which will fill with the color of your choice, I'll also make it automatically pull the width of the user bit so they'll be less editing for users.

That would be fantastic, cus right now the user boxes are a little unevenly spaced with the large avatars. lol

 
Ya this will be in the this update:

messagebg.webp


Should fix the problem for RTL users too, they can simply change the left: 0, to right 0.

Or if someone wants to remove this completely they can just remove all the css in here.
 
Any plans for a dark version of this theme? lol

Heh no plans in the near future, primary focus is our premium styles.

For the most part the style uses the color palette heavily so changing that should do the trick for the most part.
 
The New Posts background is rgb(4, 51, 71) and the text color is black when the counter shows 0. It's pretty hard to see the 0 on that backgroud. Where can I change the background color? I've looked for postItemCount but no joy.

Can you screenshot not sure what your referring too.
 
I'm talking about this case:
new+posts.jpg
 
I've solved somehow, since I've asked, but now I've messed up my CSS. It looks like I'll have to reset the style.
I'll report back later.
 
I've solved somehow, since I've asked, but now I've messed up my CSS. It looks like I'll have to reset the style.
I'll report back later.

Make sure the include xendisconnect.css is still in the extra.css file.
 
should have absolutely nothing to do with avatars lol all its supposed to do is add a little box in the bottom of the thread view that shows who is looking at a particular thread
 
should have absolutely nothing to do with avatars lol all its supposed to do is add a little box in the bottom of the thread view that shows who is looking at a particular thread

Well unless I'm seeing something the problem is from large avatars.

Two things you need to do(next patch addresses the background issue)

Extend the background of that image like previously noted, then style properties -> message layout -> message content, adjust the margin left. It doesn't automatically resize by default if you increase the userblock width.
 
another issue my users are complaining about, since I run the oversize avatar's, they are saying that when viewing in mobile the avatars to do not allow them to view the message windows with more then 1 line. Judging by what im seeing this is partly because of the background image used on the member info box?

 
Well unless I'm seeing something the problem is from large avatars.

Two things you need to do(next patch addresses the background issue)

Extend the background of that image like previously noted, then style properties -> message layout -> message content, adjust the margin left. It doesn't automatically resize by default if you increase the userblock width.

Ah i think i see part of the problem, im using this script in the extra.css but when i enable that plugin, it seems to set the avatar size to the default "large" size rather then the one specified by the code below.

.thread_view .messageList a.avatar img,
.thread_view .quickReply a.avatar img,
.conversation_view .messageList a.avatar img,
.conversation_view .quickReply a.avatar img,
.sfreview_view .messageList a.avatar img
{
width: 142px;
height: auto;
}

.messageUserInfo
{
width: 170px !important;
}

.message .messageInfo,
#QuickReply
{
margin-left: 186px !important;
}
 
another issue my users are complaining about, since I run the oversize avatar's, they are saying that when viewing in mobile the avatars to do not allow them to view the message windows with more then 1 line. Judging by what im seeing this is partly because of the background image used on the member info box?


I'd need a link to the site to debug that one, by default this is the correct view:

default.webp
 
removing the !important tag screws up the larger avatars again much like what the plugin was doing, only this time with the plugin disabled, any ideas as to what i could use? or is this something thats gonna have to wait until the patch is released.
 
@Russ

hi
i have the problem because my notices are no longer displayed. I have checked the rights and all addons turned off. but this did not help. its in the styl here asn fusiongamer I then installed a new styl (from audentio) and lo and behold, the notices will be displayed again, but not in my other styl. can someone tell me how that can be.? or where I need what code in the templates enter the notices that disgusts are displayed. really needed help because I do not know how it goes. I use the beta 2 from the 1,3 Version. the url is www.ligev.de
 
Back
Top Bottom