201

(16 replies, posted in Feature requests)

I just replied over on punres! Thanks! Im trying it out now.

202

(16 replies, posted in Feature requests)

by individual forum. Has anyone thought about anything like this? Some forums I want only discussion, others I would like to make available for pictures but I dont want pictures uploaded to my server. How hard would it be to make a check for each forum- img on or off?



Thanks!

Yes like here for example.  All img turned off except in troubleshooting. I dont want a picture gallery really since I dont want to host pics but if people want to link to an image and have it show that would be cool I just dont want it junking up the discussion areas.

204

(9 replies, posted in PunBB 1.2 troubleshooting)

I do have another question smile

http://punbb.org/forums/viewtopic.php?id=10893

I have the img tags off so people cant post pics on the discussion part but Id like to add a forum or new catagory and forum that allows imgs to be used sort of like a picture gallery. Anyway to turn imgs on for just one forum?



Thanks!!

206

(9 replies, posted in PunBB 1.2 troubleshooting)

Yep works great. I commented it out and it worked then I just removed all of section 10. Needless code I figure smile


Thanks gizzmo and artic smile

207

(9 replies, posted in PunBB 1.2 troubleshooting)

LOL index and such? if I knew what to take out I wouldnt be here asking smile

208

(9 replies, posted in PunBB 1.2 troubleshooting)

Nope still leaves the blank square.

Ive looked through the search to try to do this but havent figured it out yet. I want to remve the icons that are standard on the board next to forums and posts. Both the standard one and the new post one. I tried making DIV.icon {display:none} and DIV.inew {display:none} which took the icons out but left little gray squares in their place. How can I remove the icon and gray square so that nothing shows?






/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/

/* These are the post status indicators which appear at the left of some tables.
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/

DIV.icon {BORDER-COLOR: #DDDDDD #BBBBBB #AAAAAA #BBBBBB}
TR.iredirect DIV.icon {BORDER-COLOR: #FFFFFF #FFFFFF #FFFFFF #FFFFFF}
DIV.inew {BORDER-COLOR: #AAAAAA #888888 #777777 #888888}

Thank you Elzar! Thats exactly what I needed! It works!

Jimi wrote:

Seem's it didn't work try my hotmail my_first_ride_was_a_hot_wheel@hotmail.com

Yeah t was returned. I have the answers I need now anyway.


Thanks for the replies guys!! I will keep your email in case I need some more help.

emailed you smile

Ok Ive been trying to get my forum laid out like i want starting from zero php knowledge. I cant seem to get any more answers so Im offering 10$ per question for the answers. I will paypal you the money. Half before and half after. I have about 8 questions. so thats 80$.   I'll email my main.tpl and stylesheet and tell you how I want it. You will code it and get it to work and send me the working sheets and main plus the code in a seperate text file so I know what you did.


any takers?

Can someone explain this?

"Just create a new div #teamname in main.tpl and then define the height, width, margin and background image in each stylesheet."

elbekko wrote:

No, but I guess it'll be easily modified to do that smile

LOL I cant  figure the code as it is, last thing I need is to try to figure out how to modify a mod. Thanks anyway.

Thanks! Does that mod allow style specific logos? I will have 119 styles yikes

The above post didnt do anything but jack up the site. Im new to php so Im not sure what Im doing or not doing. Can anyone tell me what the code would be?



Thanks in advance!

hcgtv wrote:

TFD,

Most people that frequent this forum view all topics irregardless of where they start.

Starting two identical threads is really not needed, it's not going to get your posts answered any faster. In actuality it will make most people ignore your repeated requests, so I did you a favor wink

hmm I frequent a lot of forums and usually have a topic in mind. I know here I was sticking with just the troubleshooting. Thanks for the favor.

so the text for the main.tpl will look like this?

<div id="teamname">


and then in the style sheet

#teamname {
    height: 10px;
    background-image: url(BANNER.jpg);
    background-repeat: no-repeat;
}

I switchd the image called in the main.tpl and placed a image in the admin.title description box. So now it LOOKS the way I want but the title is the same for all styles. I want a title to be specific for each style.


Thanks.

why did you close my topic? I asked here becasue no wone is answering in troubleshooting. I thought people that come to the integration board might have an answer?


Thanks for the answers btw.

anyone want to take a stab at this? PLEASE?

Ok what I have isnt working. I have a banner called from the main.tpl and I want to add another small image above that (team Name) that is style specific. So I added the following code to my style sheet:

#brdtitle {
    background-image: url(http://www.d1acollegefootball.com/Forum ? lahoma.gif);
    background-repeat: no-repeat;
}

all it does is push the first banner down over the links and the team name doesnt show up.
What am I doing wrong?

Thanks!

Ok what I have isnt working. I have a banner called from the main.tpl and I want to add another small image above that (team Name) that is style specific. So I added the following code to my style sheet:

#brdtitle {
    background-image: url(http://www.d1acollegefootball.com/Forum … lahoma.gif);
    background-repeat: no-repeat;
}


What am I doing wrong?

Thanks!

Elzar wrote:
TFD wrote:

wonder what the avg size of a post is in kbs?

Puns CSS pages are very small, shouldn't have to worry about bandwidth.

hmm Ok I 'll try it. So what would the code be to have each style sheet center and set a background img ABOVE the banner that is called from the main.tpl?


TIA