• 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.

[XFStyles.net] XenColor pro

Status
Not open for further replies.

SonicRC

Well-known member
Version: XenColor pro 0.2

Bildschirmfoto 2010-12-15 um 13.58.45.webp
Bildschirmfoto 2010-12-15 um 13.59.03.webp

It`s very easy to change the colors:

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

colors.webp

ZIP Contents:
-xencolor image directory
-style-XenColor pro.xml
-Readme.txt

XenColor pro 0.2 changelog:
- updated to RC2!

If you find any bugs or need support please post in this thread and not via private message. Thank you

Note: XenColor is a beta version. Stay tuned for further updates!

Demo

Enjoy!

SonicRC
 

Attachments

Are we gonna expect an update for this theme any time soon SonicRC ?
Thanks for the great job again.
 
I really like the post icons! Just installed it on my RC1 test and the only problem I've found is that the lightbox is not working on attachments. It works fine on my default style. How can I fix this?

Thanks for a great style
 
Thanks. Hm Attachments works for me. But you can try this:

- search for template "attached_files"
- replace it with:

Code:
<xen:require css="attached_files.css" />

<div class="attachedFiles secondaryContent">
    <h4 class="attachedFilesHeader">{xen:phrase attached_files}:</h4>
    <ul class="attachmentList">
        <xen:foreach loop="$post.attachments" value="$attachment">
            <li class="attachment{xen:if {$attachment.thumbnailUrl}, ' image'}" title="{$attachment.filename}">
                <div class="boxModelFixer primaryContent">

                    <div class="thumbnail">
                        <xen:if is="{$attachment.thumbnailUrl} AND {$canViewAttachments}">
                            <a href="{xen:link attachments, $attachment}" target="_blank" class="LbTrigger"
                                data-href="{xen:link misc/lightbox}"><img
                                src="{$attachment.thumbnailUrl}" alt="{$attachment.filename}" class="LbImage"
                                data-src="{xen:link attachments, $attachment, 'embedded=1'}" /></a>
                        <xen:elseif is="{$attachment.thumbnailUrl}" />
                            <a href="{xen:link attachments, $attachment}" target="_blank"><img src="{$attachment.thumbnailUrl}" alt="{$attachment.filename}" /></a>
                        <xen:else />
                            <a href="{xen:link attachments, $attachment}" target="_blank"><img
                                src="@imagePath/xenforo/widgets/page2.png" alt="{$attachment.filename}" /></a>
                        </xen:if>
                    </div>

                    <div class="attachmentInfo pairsJustified">
                        <h6 class="filename"><a href="{xen:link attachments, $attachment}" target="_blank">{$attachment.filename}</a></h6>
                        <dl><dt>{xen:phrase file_size}:</dt> <dd>{xen:number $attachment.file_size, size}</dd></dl>
                        <dl><dt>{xen:phrase views}:</dt> <dd>{xen:number $attachment.view_count}</dd></dl>
                    </div>
                </div>
            </li>
        </xen:foreach>
    </ul>
</div>

<xen:comment><xen:require css="xenforo.css" /></xen:comment>
 
I think my problem is with imported attachments (images)

If I add a new image as attachment in your style, it works fine, if I click on the imported ones, they look and behave differently (open in new window)

Also, when viewing attachments that I uploaded after the import and within xencolor, I've lost the controls in the upper right hand side.

imported.webp attached_after_XF.webp no_controls.webp
 
this is a pro work and i should thank you so much for sharing
i also want to see more work done and i can't wait to use as my official style
 
XenColor pro 0.2 changelog:
- updated to RC2!

@melbo
Please update XenColor to RC2. If the problem still appears, please check if it only appears with XenColor or with the default style too. It doesn`t sound like an style issue to me.
 
Wow! Thanks for the update.
The lightbox now works for thumbnails and attached images but it still doesn't show the 'X' and Pop-Out control in the upper right corner. Those controls do show on the RC2 default style. They are there since they work if you click them but they don't show up. This is a great style and I'm thinking of using it as my default when I go live. Thanks again!

Default RC2
control.webp


XenColor RC2
nocontrol.webp
 
Ok, this problem should be solved now. Please download the zip again and upload the image directory "xencolor" to your server.
 
OK, new to XF styles. Templates in custom styles like xenColor show as needing reverting. Should they be reverted or is the customization of the style what makes them show as needing reverting?
 
Status
Not open for further replies.
Top Bottom