php forum
php mysql forum
php mysql smarty
 
Topic Options
#64389 - 01/02/03 02:14 PM Customizing content island
seven89 Offline
Junior Member

Registered: 05/25/02
Posts: 5

   Customizing content island to Del.icio.us Add to del.icio.us
  Digg Customizing content island Digg it
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? :-)

Top
#64390 - 01/02/03 07:01 PM Re: Customizing content island
Ron M Offline
Admin Emeritus
Developer

Registered: 11/29/01
Posts: 789
Loc: Des Moines, IA
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.
_________________________
http://thegeeksinc.com
[img]http://www.ubbdev.com/ud/?u=Sub_Zero&s=1[/img] points generated

Top
#64391 - 01/02/03 09:23 PM Re: Customizing content island
SWFan Offline
Member

Registered: 08/11/00
Posts: 253
Loc: Kansas City | May The Force Be...
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.
_________________________
I am altering the deal. Pray I don't alter it any further.
Kansas Star Wars Club
Missouri Star Wars Club

Top
#64392 - 01/02/03 09:30 PM Re: Customizing content island
Ron M Offline
Admin Emeritus
Developer

Registered: 11/29/01
Posts: 789
Loc: Des Moines, IA
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 #
_________________________
http://thegeeksinc.com
[img]http://www.ubbdev.com/ud/?u=Sub_Zero&s=1[/img] points generated

Top
#64393 - 01/03/03 01:05 AM Re: Customizing content island
seven89 Offline
Junior Member

Registered: 05/25/02
Posts: 5
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?

Top
#64394 - 01/03/03 07:11 AM Re: Customizing content island
tackaberry Administrator Offline
Pooh-Bah

Registered: 11/28/00
Posts: 3213
Loc: NYC | 100% Hockey
Here is a sample you can use to start playing with:



Here is some sample css:

[code][/code]
_________________________

Top
#64395 - 01/03/03 07:44 AM Re: Customizing content island
tackaberry Administrator Offline
Pooh-Bah

Registered: 11/28/00
Posts: 3213
Loc: NYC | 100% Hockey
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
_________________________

Top
#64396 - 01/03/03 08:09 AM Re: Customizing content island
tackaberry Administrator Offline
Pooh-Bah

Registered: 11/28/00
Posts: 3213
Loc: NYC | 100% Hockey
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 #
_________________________

Top
#64397 - 03/25/03 09:38 PM Re: Customizing content island
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25411
Loc: Texas
thanks for the tips Tacks, our index page is finally adopting CI smile
_________________________
- Allen wavey
- What Drives You?

Top
#64398 - 03/02/04 06:29 PM Re: Customizing content island
catcherman Offline
Member

Registered: 05/14/01
Posts: 262
Loc: Los Angeles, CA
What's this I've read about ip-ci-1 and ip-ci-1-title?
_________________________
Do more than just get your tackle wet - www.catcherman.com

Top
#64399 - 03/05/04 02:00 PM Re: Customizing content island
catcherman Offline
Member

Registered: 05/14/01
Posts: 262
Loc: Los Angeles, CA
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;
}
 
_________________________
Do more than just get your tackle wet - www.catcherman.com

Top
#64400 - 03/05/04 02:18 PM Re: Customizing content island
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
can we have a link to the page your putting the content island in?
_________________________
Code monkey like Fritos

Top
#64401 - 03/07/04 02:28 AM Re: Customizing content island
catcherman Offline
Member

Registered: 05/14/01
Posts: 262
Loc: Los Angeles, CA
Absolutely Ian, thanks for asking:

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

(bottom left table)
_________________________
Do more than just get your tackle wet - www.catcherman.com

Top
#64402 - 03/07/04 07:38 AM Re: Customizing content island
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
You're using a styled CI. Go into your cp and change it to unstyled to use css
_________________________
Code monkey like Fritos

Top
#64403 - 03/12/04 02:49 PM Re: Customizing content island
catcherman Offline
Member

Registered: 05/14/01
Posts: 262
Loc: Los Angeles, CA
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.
_________________________
Do more than just get your tackle wet - www.catcherman.com

Top
#64404 - 03/12/04 03:51 PM Re: Customizing content island
catcherman Offline
Member

Registered: 05/14/01
Posts: 262
Loc: Los Angeles, CA
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.
_________________________
Do more than just get your tackle wet - www.catcherman.com

Top


Moderator:  AllenAyres 
Top Posters Last 30 Days
AllenAyres 12
Gizmo 10
S7ARBVCK 2
Cambridge 1
Murphdog 1
MattUK 1
Kevin H 1
Who's Online
0 Registered (), 29 Guests and 6 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
BeyondCompare v3.00
by blaaskaak
Yesterday at 02:46 PM
Noob - need help, or a reality check!
by Gizmo
09/04/08 03:21 AM
Here I am! Rock me like a Hurricane!
by AllenAyres
09/02/08 03:05 PM
[7.x] Generic Page Outside of forum directory
by Gizmo
08/30/08 05:43 PM
Team UBBDev Rides Again!
by Gizmo
08/28/08 11:45 PM
Multiple Identity Detector
by MattUK
08/28/08 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
[7.x] Generic Page Outside of forum directory
by
01/14/07 10:58 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
Newest Members
veedubb8, twentyseven, Claus1, welcomeback1, Paug
13327 Registered Users

 

 

 
fusionbb message board php hacks