News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Need a support for few issues, please

Started by karamanliev, November 25, 2006, 06:51:43 PM

Previous topic - Next topic

karamanliev

Hello, first of all i'd like to say that I've installed today SMF and I think it's better than any other forum system i've used. Atm I'm working on a site for my world of warcraft guild - http://www.dnuguild.eu/index.php [nofollow]
The problems that i need solutions for are:

First I want to use wrapped mode of the forum, but my template has 3 rows and when I go to the forums i see almost nothing. Is there any solution?
here is my template css file -> http://dnuguild.eu/templates/jw_technozine/css/template_css.css [nofollow]
if any other files are needed just tell me and i'll upload them somewhere.

Second - again when I go to the forums my template screws and - the link, text and etc styles which is really annoying. I've searched for hours in the forum but didn't find a solution. Again if some files are needed just tell me, i'll upload them.

The third problem is not such a big deal but it's also kinda annoying - yea you've guessed right. It's the login forms. Are there any tweaks to the files so i could make them more stylish or something?

Hope that I'll find answers to my problems in here, my head is gonna blow :) Thanx in advance.

Orstio

QuoteFirst I want to use wrapped mode of the forum, but my template has 3 rows and when I go to the forums i see almost nothing. Is there any solution?
here is my template css file -> http://dnuguild.eu/templates/jw_technozine/css/template_css.css
if any other files are needed just tell me and i'll upload them somewhere.

What browser are you using?  It looks fine in IE7.

QuoteSecond - again when I go to the forums my template screws and - the link, text and etc styles which is really annoying. I've searched for hours in the forum but didn't find a solution. Again if some files are needed just tell me, i'll upload them.

Again, it looks fine in IE7, but what you'll need to do is probably copy the contents of your SMF CSS into your Joomla CSS file, and then delete any duplicates.

QuoteThe third problem is not such a big deal but it's also kinda annoying - yea you've guessed right. It's the login forms. Are there any tweaks to the files so i could make them more stylish or something?


THe file for this is mod_smf_login.php in your modules folder.

karamanliev

thanx for point 2 and 3, but i still need a solution for 1. The forum is too big and as you see the site is left aligned, and what i need is to expand it to the whole screen, so there will be more space for the forum. If you don't have special rights it really doesn't look so big, but it is, believe me :P

P.S.: I'm using Firefox

karamanliev

Hm i can't really sort out how to fix the 2 css files :| I'd appreciate a little help from somebody if possible - here are the 2 css files:

SMF - http://dnuguild.eu/forum/Themes/wowdk11rc3f/style.css [nofollow]
Joomla - http://dnuguild.eu/templates/jw_technozine/css/template_css.css [nofollow]

Orstio

Your width is fixed in your CSS:

div.main_header {
float: right;
width: 693px;
height: 181px;
background: url('../images/tz_header.jpg') no-repeat;
}


QuoteHm i can't really sort out how to fix the 2 css files :| I'd appreciate a little help from somebody if possible - here are the 2 css files:

What you've done looks fine to me.  You are going to have to play with it a bit to get everything perfect.  It helps to open a page, and "View Source".  In the page source you can find the classes you are looking for.

karamanliev

Oh, thank you! You've really made my life easier :P

Advertisement: