Advice on site

Found a bug? Miss something? Want to leave a comment about this site?
Then this is the forum to post in.
Forum rules
No phpBB Support in this Forum! If you want support for your forum, go here.
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

You mean like "margin-bottom: -5px; " to the css table?

I have "iner" div tags around it, but they are used for other things too, so edditing those would put over things on the piss. :shock: Plus, where are the css values for the header? Can't find them in the css files :oops:
User avatar
Semi_Deus
Past Contributor
Past Contributor
Posts: 405
Joined: 28 Sep 2007, 23:52
Location: the Netherlands
Contact:

Re: Advice on site

Post by Semi_Deus »

Crispy wrote:You mean like "margin-bottom: -5px; " to the css table?

I have "iner" div tags around it, but they are used for other things too, so edditing those would put over things on the piss. :shock: Plus, where are the css values for the header? Can't find them in the css files :oops:


Yes like that.
And if you don't want to edit an existing class, just make a new one, and wrap it around with a div. ;)
Image
Keep an eye on us, were back in business..
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

Alright, what css file do i put the new class in? :shock:
User avatar
Mr. Bond
Member
Member
Posts: 89
Joined: 30 Mar 2008, 20:34
Real name: Bobby
Location: 127.0.0.1

Re: Advice on site

Post by Mr. Bond »

For my site, I created a new CSS file for my main site stuff called site.css, feel it keeps it more organized and allows to modify it easier, Then open up stylesheet.css and add this at the bottom of the file

Code: Select all

@import url("site.css");

:)
Twitter • Ohloh • GitHub
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

I made a new file called site.css, and put this in it:

Code: Select all

/* Header image
----------------------------------------*/

.headerimg {
margin-bottom: -10px;
}


Then i Added this to stylesheet.css:

Code: Select all

@import url("site.css");


And in overall_header.html i put this:

Code: Select all

<div class="headerimg"><img src="http://dsminded.com/community/styles/proGrey/imageset/header_new.gif" width="899" height="76" border="0" alt=""></div>



I also tried margin-top:, but had no effect. It moved the head image down frm it's place so it touched the phpbb3 navigation under it, but couldn't get it to move up. :roll:
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

Never mind now, i've fixed it. DOne the div tags aroun dth enavigation links i made and it work now. ty for yuor help. I feel like i'm learning allot now too :D
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

Ok, new question :P Getting towards finishing my sitre now. Can't wait for 3.1 so i can have native RSS feeds :D

Anyway, is there any way of having one forum mirrored to a different directory of my site (a page i have made).
So i want the forum(with sub forums) called tutorials, to be mirrored on it's own page in /tutorials (not in phpbb3 directory)
So when you click on tutorials in the navigation, it will go to a page with only tutorials forum/catagory on it.


-----------
Second question:

How did you add a catpche data (anti bot image thing) to your contact page? I I had a mailer on my site, but i tried to impliment it with a anti bot image, but it didnt go well. Could you show me how to add the phpbb3 anti bot image to my form?


-Thankyou
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: Advice on site

Post by igorw »

Crispy wrote:Second question:

How did you add a catpche data (anti bot image thing) to your contact page? I I had a mailer on my site, but i tried to impliment it with a anti bot image, but it didnt go well. Could you show me how to add the phpbb3 anti bot image to my form?

Hi,

we are using this class for it: http://svn2.assembla.com/svn/phpbbmodders_lib/phpbb_confirm_handler.php

For support go [url=http://phpbbmodders.net/board/viewforum.php?f=94]here[/url]. :)
User avatar
Crispy
New member
New member
Posts: 43
Joined: 10 Aug 2008, 12:57
Real name: Clive
Contact:

Re: Advice on site

Post by Crispy »

Hey guys. Just a quick question, not worth making a new topic for. I have been looking for someone who can make custom phpbb skins, with custom navigation links + header image built into the skin(liek phpbbmodders, and my site). I was thinkign where to go from there, and thought phpbbmodders would be a good option considerign i learnt more or less everything i know about phpbb from there :D.
I wonder if there is a place on phpbbmodders where i could request custom skin work (paid work), either from members or the styles team. I didn't wanna jump in and make a topic because i don't know if its allowed or not.

Cheers, Crispy.
User avatar
Semi_Deus
Past Contributor
Past Contributor
Posts: 405
Joined: 28 Sep 2007, 23:52
Location: the Netherlands
Contact:

Re: Advice on site

Post by Semi_Deus »

Crispy wrote:Hey guys. Just a quick question, not worth making a new topic for. I have been looking for someone who can make custom phpbb skins, with custom navigation links + header image built into the skin(liek phpbbmodders, and my site). I was thinkign where to go from there, and thought phpbbmodders would be a good option considerign i learnt more or less everything i know about phpbb from there :D.
I wonder if there is a place on phpbbmodders where i could request custom skin work (paid work), either from members or the styles team. I didn't wanna jump in and make a topic because i don't know if its allowed or not.

Cheers, Crispy.

Check your inbox :geek:
We don't have a section for that, so basically those type of requests aren't really allowed.

Semi
Image
Keep an eye on us, were back in business..
Post Reply