UBB.Dev
Posted By: seven89 Customizing content island - 01/02/2003 10:14 PM
Hi there,

I was just wondering - how easy is it to customize content islands?

Can you fully customize the code (font/colour etc) to integrate with other dynamic elements on a page? Also, is there anything that lets you list/de-list topics from appearing on the content island? For example if some user figures he/she is going to be a smartass and post a bunch of vulgar things to the board just to have it appear on a sitewide content island? :-)
Posted By: Ron M Re: Customizing content island - 01/03/2003 3:01 AM
Content islands can be fed as unstyled, and you can use CSS rules to style them as you see fit.

There isn't a way to exempt forums from appearing without hacking the code.
Posted By: SWFan Re: Customizing content island - 01/03/2003 5:23 AM
Any idea on what the specific CSS codes are to be used? The UBB control panel refers to the UBB Admin Guide for the information, but the Guide appears to not have been updated yet to include the CSS classes and such to properly format an unstyled CSS content island.
Posted By: Ron M Re: Customizing content island - 01/03/2003 5:30 AM
This was posted up in Mod Suggestions

Quote
quote:
Originally posted by tackaberry:
After taking a peek at the Content Islands, the following CSS classes are being used for the CSS flavor for new posts. Perhaps this can be useful to whomever is working on further development of the CI's.

ip-ci: controls border settings?
ip-ci-title: background/face settings for title bar
ip-ci-entry-even: settings for even rows in table
ip-ci-entry-odd: setting for odd rows in table
ip-ci-byline: text settings for author/post #
Posted By: seven89 Re: Customizing content island - 01/03/2003 9:05 AM
Neat smile

Got Content islands now working. Now another question about formatting...

I'm calling the content island via SSI as unstyled html as an include file. Ideally, I'd like to be able to change the font sizes and formatting (in similar fashion to what has been done on this site with the "latest posts" content island to he left). From what I'm gathering, this has to be done through CSS - but the question is how? Does anyone have any code snippets from their own content island (or the one on this site) to see how proper formatting is acheived?

Do you have to physically go into the ContentIslands directory and edit the css.html file, while applying formatting etc to it?
Posted By: tackaberry Re: Customizing content island - 01/03/2003 3:11 PM
Here is a sample you can use to start playing with:

[Linked Image]

Here is some sample css:

[code][/code]
Posted By: tackaberry Re: Customizing content island - 01/03/2003 3:44 PM
Recent Visitors CI Classes:

ip-ci: control borders
ip-ci-title: background/face settings for title bar
ip-ci-pntf-userlist: settings for background of Recent Visitors cell
ip-ci-pntf-user: text setting for user links
ip-ci-pntf-guests: text settings for guests
Posted By: tackaberry Re: Customizing content island - 01/03/2003 4:09 PM
New Members CI Classes:

ip-ci: control borders
ip-ci-title: background/face settings for title bar
ip-ci-entry-even: settings for background of even rows
ip-ci-entry-odd: settings for background of even rows
ip-ci-numline: text settings for member #
Posted By: AllenAyres Re: Customizing content island - 03/26/2003 5:38 AM
thanks for the tips Tacks, our index page is finally adopting CI smile
Posted By: catcherman Re: Customizing content island - 03/03/2004 2:29 AM
What's this I've read about ip-ci-1 and ip-ci-1-title?
Posted By: catcherman Re: Customizing content island - 03/05/2004 10:00 PM
Hello? Bump? Yes, bump please...

My CSS looks like this, put isn't working:

Code
 .ip-ci-title {
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
background-color: #0066CC;
text-align: center;
margin: 0px;
padding: 3px;
}
.ip-ci {
background-color: #FFFFFF;
text-align: center;
padding: 5px;
border: 1px #FFFFFF;
}
Posted By: Ian Spence Re: Customizing content island - 03/05/2004 10:18 PM
can we have a link to the page your putting the content island in?
Posted By: catcherman Re: Customizing content island - 03/07/2004 10:28 AM
Absolutely Ian, thanks for asking:

http://www.catcherman.com/index2.htm

(bottom left table)
Posted By: Ian Spence Re: Customizing content island - 03/07/2004 3:38 PM
You're using a styled CI. Go into your cp and change it to unstyled to use css
Posted By: catcherman Re: Customizing content island - 03/12/2004 10:49 PM
You're right I was. Shows me for not reading what I'm copying!

I wonder why the boxes are in reverse order from the Create Content Island Page to the Viewing Page...

Now, how do I keep all of the text from running together like it is? There are no breaks.
Posted By: catcherman Re: Customizing content island - 03/12/2004 11:51 PM
Nevermind, I figured it out. I needed to add "Block" to my classes.

Do me a favor, though, and take a look at it again. Let me know how you think it looks now.
© UBB.Developers