Go Back   Free website templates > Community Center > Give and Get Help
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Join now to share free website templates or post on the forum. If you have never been on a forum before read the FAQ. It's quick, easy and free to join!
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-04-2009, 11:56 PM
Stu Stu is offline
Junior Member
 
Join Date: Feb 2009
Posts: 3
Stu is on a distinguished road
Default few questions

first i would just like to say what a terrific site this is and what a top service

ive downloaded your featured nightclub template and pretty much customised it to how i want it, however, im changing the top links to what i need them to be, but one of them i need to be two words and its overlapping the next number very slightly. What do i need to do to the code to space out the link tags so i can make everything fit?


also, can anyone make a phpbb3 theme to complement this?
Reply With Quote
  #2 (permalink)  
Old 02-05-2009, 03:10 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,776
ishkey will become famous soon enough
Default

You can make your own www.phpbb.com/kb/article/how-to-create-a-new-phpbb3-style/ but not right now, the site has "been attacked through a 0-day-exploit" and is down.
As for your spacing problem this may work, but then it might make the font to small. Look in you style.css file for font-size: 12px and try 11px or 10px save your file after edit.
Code:
#menu li{
 position:absolute;
 top:50px; /* change to 35px */
 
 list-style-type: none;
}
#m01 {left:160px;}
#m02 {left:305px;}
#m03 {left:450px;}
#m04 {left:590px;}
#m05 {left:730px;}
#menu a{
 font-family: verdana, arial, sans-serif;
font-size: 12px; /* change to 11px or 10px */
 font-weight:bolder;
 color:#FFFFFF;
 text-decoration:none;
 text-transform: uppercase;
}
If that will not do it, then set top:50px to 35px and font-size: 10px save your edit. Now open for edit your index.html file go to the menu section and add a "break" >Home<br>Home< It should look like this (play around with different combos see what works best)
Attached Images
 
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants
Reply With Quote
  #3 (permalink)  
Old 02-05-2009, 03:16 PM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,776
ishkey will become famous soon enough
Default

Just noticed you could also try in the style sheet changing
Code:
#m01 {left:160px;}
#m02 {left:305px;}
#m03 {left:450px;}
#m04 {left:590px;}
#m05 {left:730px;}
reduce them and they will shift to the left.
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants

Last edited by ishkey; 02-05-2009 at 08:50 PM.
Reply With Quote
  #4 (permalink)  
Old 02-06-2009, 01:05 AM
CovertPea's Avatar
Moderator
 
Join Date: Dec 2007
Location: Brisbane, Australia
Posts: 2,346
CovertPea is on a distinguished road
Default

Wow, how simple was that fix? How did you get so clever David!!?
__________________
"When you eventually die, will this world have been better or worse off for you having lived in it?"

Reply With Quote
  #5 (permalink)  
Old 02-07-2009, 02:07 PM
Stu Stu is offline
Junior Member
 
Join Date: Feb 2009
Posts: 3
Stu is on a distinguished road
Default

nice one ill give that a go, thanks for that

also is there anyway to add extra links at the top, maybe another row underneath them with the numbers in stars continuing??

and do you know of an uploader script that i can place onto the page that will sync colour wise with the rest of the page so members can upload their dj mixes directly to my host that will display as a download link on the page??
Reply With Quote
  #6 (permalink)  
Old 02-12-2009, 01:27 AM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,776
ishkey will become famous soon enough
Default

Stu you might what to read A Basic Primer it will give you an idea what templates are all about. If you wanted to add another row then you would have to rewrite the whole template. Maybe you could use one of the menu selections to send them to another page and have all but one menu selections different. That one different menu would allow to get back home or you could see if a drop down menu with sub-menus would work. You can do this in javascript.

If you google for an uploader script, I would look in the area of "php" as there are more scripts written in php. Then you will need a another script in php to display them. Of course you will need to learn php. You can always get a better understanding of languages at http://www.w3schools.com/ along with many other tutoral sites out there.
Hope this helps - keep us informed - we love to see the site.
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants
Reply With Quote
  #7 (permalink)  
Old 03-13-2009, 07:11 AM
Web Monkey's Avatar
Member
 
Join Date: Mar 2009
Location: England
Posts: 36
Web Monkey is on a distinguished road
Default

Quote:
Originally Posted by Stu View Post
first i would just like to say what a terrific site this is and what a top service

ive downloaded your featured nightclub template and pretty much customised it to how i want it, however, im changing the top links to what i need them to be, but one of them i need to be two words and its overlapping the next number very slightly. What do i need to do to the code to space out the link tags so i can make everything fit?
also, can anyone make a phpbb3 theme to complement this?
I too have just joined FWT, & like you I see this as a great forum
Reply With Quote
  #8 (permalink)  
Old 06-11-2009, 09:29 PM
Junior Member
 
Join Date: Jun 2009
Location: USA
Posts: 1
Igorokk is on a distinguished road
Send a message via ICQ to Igorokk
Default few questions

Sorry if this is in the wrong place, but Im trying to compile some different code examples given in the devkit, and every example gives me error:too few arguments to function PAD_ScanPadsI tried searching for the problem, but with no luck...
Reply With Quote
  #9 (permalink)  
Old 06-12-2009, 01:50 AM
ishkey's Avatar
Moderator
 
Join Date: Aug 2007
Location: North GA USA
Posts: 1,776
ishkey will become famous soon enough
Default

Igorokk - what place do you think this is?
Lets see this is a forum about html/css templates and you are compling code in some language (unknown) and using a devkit, again unknown.
A mystery for now. I suppose you could use Visual Studio and c# as it's less ridged than c++. but then again you could use c++ for the framework with .NET as the wrapper and c# for the body, link it into a database and server up all pages from the back end, throwing in some ajax for good measure.
__________________

Consultant - Programmer - WebMaster
cleandeck - lawn mower undercoating
wilmargraphite - graphite lubricants
Reply With Quote
  #10 (permalink)  
Old 06-12-2009, 05:01 AM
GDSweb.ca's Avatar
Moderator/Developer
 
Join Date: May 2009
Location: Winnipeg, MB, Canada
Posts: 213
GDSweb.ca is on a distinguished road
Default

Quote:
Originally Posted by ishkey View Post
Igorokk - what place do you think this is?
Lets see this is a forum about html/css templates and you are compling code in some language (unknown) and using a devkit, again unknown.
A mystery for now. I suppose you could use Visual Studio and c# as it's less ridged than c++. but then again you could use c++ for the framework with .NET as the wrapper and c# for the body, link it into a database and server up all pages from the back end, throwing in some ajax for good measure.


...Oh Dave! LOL!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:29 PM.



mouseover mouseover mouseover