• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Social

Status
Not open for further replies.
Looks good! Is the category strips intended the way you have them? Just wondering if there might have been a problem with them during the import.
 
After upgrading to 1.1, thread icons are broken. I know this is because of the sprites, but what is the easiest way to fix?

social error.webp
 
After upgrading to 1.1, thread icons are broken. I know this is because of the sprites, but what is the easiest way to fix?

View attachment 19620
Try editing the .node .nodeIcon class in the node_list.css template to

Code:
.node .nodeIcon
{
    @property "nodeIcon";
    background: transparent none no-repeat center center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
    width: 36px;
    height: 36px;
    @property "/nodeIcon";
}
 
You should not need to edit the template when it can be done in the style properties.

I will look at this as soon as I get 1.1 Beta installed on my localhost.

EDIT: Revert, Style Properties -> Forum List -> Node Icon for social
 
You should not need to edit the template when it can be done in the style properties.

I will look at this as soon as I get 1.1 Beta installed on my localhost.

EDIT: Revert, Style Properties -> Forum List -> Node Icon for social
is that all that needs done to get 1.1.0 working?
I have Social on one of my sites.

Thanks :)
 
I have one problem with this skin after upgrading to Beta 2

I am using custom node icons throughout my 50 boards, but the STANDARD node icon is not displaying ... Also not displaying is the up and down arrow that goes next to your username in the navigation bar
 
Style Updated to XenForo 1.1.0 Beta-2!

Style Version - 1.1.0 (02-23-2011)
  • Fixed popupCosedArrow & popupOpenArrow issue in XF-1.1
  • Updated form.css template
  • Removed the folder "widgets" from within the style directory. (See Below)
  • Redesigned the node icons to follow the use of sprites in XF-1.1 (never did like the ribbons :p)

No huge changes just some fixes and added a sprite for node icons. ;)

Quick peek at a newer version of Social I am working on. (No ETA)

Social-V2.webp
 
  • Like
Reactions: Dan
No huge changes just some fixes and added a sprite for node icons. ;)

Quick peek at a newer version of Social I am working on. (No ETA)

What all did you change to get the arrow working?

I seriously modded the crap out of that skin, and don't want to do all of my color / aesthetic changes to it again in the template / styles properties if possible...
Thanks!
 
Status
Not open for further replies.
Top Bottom