Flexile

Flexile 1.1.5.1

No permission to download
Status
Not open for further replies.
So just put all of those codes in the public.css?

Yes and no :) don't just put the code in the public.css. You have to put each code line in the correct area of the public.css :)

I show you where:

in public .css
Find
Code:
#content.forum_list .pageContent,

add above it
Code:
#content.EWRcarta_PageArchive .pageContent,
#content.EWRcarta_PageView .pageContent,
#content.EWRporta_Portal .pageContent,


in breadcrumb.css

find
Code:
.forum_list .breadBoxBottom,

add above it

Code:
.EWRcarta_PageArchive .breadBoxBottom,
.EWRcarta_PageView .breadBoxBottom,
.EWRporta_Portal .breadBoxBottom,

find
Code:
.forum_list .breadBoxBottom .breadcrumb,

add above it
Code:
.EWRcarta_PageArchive .breadBoxBottom .breadcrumb,
.EWRcarta_PageView .breadBoxBottom .breadcrumb,
.EWRporta_Portal .breadBoxBottom .breadcrum,

in sidebar.css

find
Code:
.sidebar .section:first-child

add above it
Code:
.EWRcarta_PageArchive .section,
.EWRcarta_PageView .section,
.EWRporta_Portal .section,

Then all should work.

Sorry that my first anwser was not precise enough!

Edit:

Added the code for the wiki addon

Greetings

Benny
 
Thank you! It looks like there's alot more code to be inserted.
I need to look for the rest of them. :D


Code:
#content.EWRcarta_PageArchive .pageContent,
#content.EWRcarta_PageView .pageContent,
#content.EWRporta_Portal .pageContent,

Code:
.EWRcarta_PageArchive .breadBoxBottom,
.EWRcarta_PageView .breadBoxBottom,
.EWRporta_Portal .breadBoxBottom,

Code:
.EWRcarta_PageArchive .breadBoxBottom .breadcrumb,
.EWRcarta_PageView .breadBoxBottom .breadcrumb,
.EWRporta_Portal .breadBoxBottom .breadcrumb,

Code:
.EWRcarta_PageArchive .section,
.EWRcarta_PageView .section,
.EWRporta_Portal .section,
 
No the other Code you only need if you also have the Wiki Addon installed. But if you only have the portal addon my code is all you need.

But even if you have the wiki addon installed you only need to put instead of

Code:
#content.EWRporta_Portal .pageContent,

this code in the css file

Code:
#content.EWRcarta_PageArchive .pageContent,
#content.EWRcarta_PageView .pageContent,
#content.EWRporta_Portal .pageConten

the position is the same
 
I have 3 of them installed (Portal, Wiki, Media), I just applied the changes for portal. Can you wrap this up for all 3 of them ? Thanks.
 
Hmm I'm sorry I only have installed the portal. I dont't know what css code for the media addon. I will add the code for the wiki in the other post.

Maybe Jaxel (the author of these addons) could say which css code is needed for the media addon
 
No the other Code you only need if you also have the Wiki Addon installed. But if you only have the portal addon my code is all you need.

But even if you have the wiki addon installed you only need to put instead of

Code:
#content.EWRporta_Portal .pageContent,

this code in the css file

Code:
#content.EWRcarta_PageArchive .pageContent,
#content.EWRcarta_PageView .pageContent,
#content.EWRporta_Portal .pageConten

the position is the same
ahHA! I gotcha. Yep I just have the portal installed. Thanks much my friend!
 
With the default XF template, it's an image replacement change away from changing the read/unread images. Not as easy with Flexile. Is there an easy workaround?

Screen shot 2010-12-06 at 11.41.23 AM.webp

These are transparent background pngs.
 
This ist easy as well in Flexile but not similar to the standard theme :)

Go to the admin panel und open the following template:

node_list.css

Find there:
Code:
.node .forumNodeInfo .nodeIcon,
	.node .categoryForumNodeInfo .nodeIcon
	{
		background-image: url(@forumIconReadPath);
		background-color: @primaryLightish;
	}

Replace it with

Code:
.node .forumNodeInfo .nodeIcon,
	.node .categoryForumNodeInfo .nodeIcon
	{
		background-image: url(@forumIconReadPath);
		/* background-color: @primaryLightish; */
	}


Then find:
Code:
.node .forumNodeInfo.unread .nodeIcon,
	.node .categoryForumNodeInfo.unread .nodeIcon
	{
		background-image: url(@forumIconUnreadPath);
		background-color: @primaryMedium;
	}

replace it with

Code:
.node .forumNodeInfo.unread .nodeIcon,
	.node .categoryForumNodeInfo.unread .nodeIcon
	{
		background-image: url(@forumIconUnreadPath);
		/* background-color: @primaryMedium; */
	}

That's all :)
 
This ist easy as well in Flexile but not similar to the standard theme :)

Go to the admin panel und open the following template:

node_list.css

Find there:
Code:
.node .forumNodeInfo .nodeIcon,
	.node .categoryForumNodeInfo .nodeIcon
	{
		background-image: url(@forumIconReadPath);
		background-color: @primaryLightish;
	}

Replace it with

Code:
.node .forumNodeInfo .nodeIcon,
	.node .categoryForumNodeInfo .nodeIcon
	{
		background-image: url(@forumIconReadPath);
		/* background-color: @primaryLightish; */
	}


Then find:
Code:
.node .forumNodeInfo.unread .nodeIcon,
	.node .categoryForumNodeInfo.unread .nodeIcon
	{
		background-image: url(@forumIconUnreadPath);
		background-color: @primaryMedium;
	}

replace it with

Code:
.node .forumNodeInfo.unread .nodeIcon,
	.node .categoryForumNodeInfo.unread .nodeIcon
	{
		background-image: url(@forumIconUnreadPath);
		/* background-color: @primaryMedium; */
	}

That's all :)


That worked like a charm. Thanks!
 
I've got one more issue that I'm hoping someone can help with...

Not sure how (and if it was by my doing), but my non-Flexile template has a Home tab that links to my homepage (not my forums). I see that in the sample, but it's not showing on my site. Is this a customization or am I missing an option to add this?

Thanks.
 
I've got one more issue that I'm hoping someone can help with...

Not sure how (and if it was by my doing), but my non-Flexile template has a Home tab that links to my homepage (not my forums). I see that in the sample, but it's not showing on my site. Is this a customization or am I missing an option to add this?

Thanks.
Have you entered a home URL under Options > Basic Board Information > Home Page URL? :)
 
Yeah it does on XF too.
I was pointing out that my information was in Big Board Information, otherwise it wouldn't have put the Home breadcrumb. I'm trying to figure out why it won't add a 'Home' tab. *Might* be because I'm running 1.0.0 Beta 3?

Update: Sure enough, moving to Beta 4 fixed it.:)
 
I think I may add support for all of Jaxel's modifications in the next release of Flexile, seeing as they are very popular. Although ideally I should find a way to deal with the CSS in such a way that the custom CSS shouldn't be required. :)
 
I think I may add support for all of Jaxel's modifications in the next release of Flexile, seeing as they are very popular. Although ideally I should find a way to deal with the CSS in such a way that the custom CSS shouldn't be required. :)
Everyone would love you! :)
 
I think I may add support for all of Jaxel's modifications in the next release of Flexile, seeing as they are very popular. Although ideally I should find a way to deal with the CSS in such a way that the custom CSS shouldn't be required. :)
Here are the current constructs:
Code:
.EWRcarta_PageArchive .breadBoxBottom,
.EWRcarta_PageView .breadBoxBottom,
.EWRmedio_Categories .breadBoxBottom,
.EWRmedio_CategoryView .breadBoxBottom,
.EWRmedio_KeywordView .breadBoxBottom,
.EWRmedio_Media .breadBoxBottom,
.EWRmedio_MediaView .breadBoxBottom,
.EWRmedio_Playlists .breadBoxBottom,
.EWRmedio_PlaylistView .breadBoxBottom,
.EWRmedio_ServiceView .breadBoxBottom,
.EWRmedio_UserView .breadBoxBottom,
.EWRporta_Portal .breadBoxBottom,

Code:
.EWRcarta_PageArchive .breadBoxBottom .breadcrumb,
.EWRcarta_PageView .breadBoxBottom .breadcrumb,
.EWRmedio_Categories .breadBoxBottom .breadcrumb,
.EWRmedio_CategoryView .breadBoxBottom .breadcrumb,
.EWRmedio_KeywordView .breadBoxBottom .breadcrumb,
.EWRmedio_Media .breadBoxBottom .breadcrumb,
.EWRmedio_MediaView .breadBoxBottom .breadcrumb,
.EWRmedio_Playlists .breadBoxBottom .breadcrumb,
.EWRmedio_PlaylistView .breadBoxBottom .breadcrumb,
.EWRmedio_ServiceView .breadBoxBottom .breadcrumb,
.EWRmedio_UserView .breadBoxBottom .breadcrumb,
.EWRporta_Portal .breadBoxBottom .breadcrumb,

Code:
#content.EWRcarta_PageArchive .pageContent,
#content.EWRcarta_PageView .pageContent,
#content.EWRmedio_Categories .pageContent,
#content.EWRmedio_CategoryView .pageContent,
#content.EWRmedio_KeywordView .pageContent,
#content.EWRmedio_Media .pageContent,
#content.EWRmedio_MediaView .pageContent,
#content.EWRmedio_Playlists .pageContent,
#content.EWRmedio_PlaylistView .pageContent,
#content.EWRmedio_ServiceView .pageContent,
#content.EWRmedio_UserView .pageContent,
#content.EWRporta_Portal .pageContent,

Code:
.EWRcarta_PageArchive .section,
.EWRcarta_PageView .section,
.EWRmedio_Categories .section,
.EWRmedio_CategoryView .section,
.EWRmedio_KeywordView .section,
.EWRmedio_Media .section,
.EWRmedio_MediaView .section,
.EWRmedio_Playlists .section,
.EWRmedio_PlaylistView .section,
.EWRmedio_ServiceView .section,
.EWRmedio_UserView .section,
.EWRporta_Portal .section,
 
Status
Not open for further replies.
Top Bottom