Print Page | Close Window

Request

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Skins
Forum Description: Skins to beable to change the look of Web Wiz Forums on your own site.
URL: https://forums.webwiz.net/forum_posts.asp?TID=19440
Printed Date: 29 March 2026 at 2:47am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Request
Posted By: ToJaRo
Subject: Request
Date Posted: 19 April 2006 at 10:12pm
I would like to take my upgraded 8.0 site (once I finish) and make it black... having said that if there are any black skins out there that people are sharing please let me know... if not are there any of you who have made icons that go with a black skin that you would be willing to share?    That's really the only piece that I cannot do, the icons for the site.

Thanks,


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community



Replies:
Posted By: ToJaRo
Date Posted: 23 April 2006 at 3:35pm
Ok, I was able to use some images/icons for my black theme from some WWF 7.x templates. Now I have a design question. I have seen where some have modded the navigation links at the top left and made them line up underneath their 'logo' or header image.
I did a quick google to find some examples and here are a couple that I found:
http://www.daretcapital.com/daret_forum/default.asp - Example 1

http://forum.deepnetexplorer.com/forum/default.asp - Example 2

Can anyone assist me with where to change the code to do this?

Thanks in advance!
ToJaRo
    

-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: swabeui
Date Posted: 24 April 2006 at 3:57am
I can't remember what file it is off the top of my head, but if you look in the default.asp you will find a couple of include statements in the middle.  One is to handle the header image and function links.  Inside the file there is a simple table structure.  Add a another <td> statment in there and you should be good.


Posted By: Mikey
Date Posted: 24 April 2006 at 10:49am
'navigation_buttons_inc.asp'

-------------
Handyman man?


Posted By: ToJaRo
Date Posted: 25 April 2006 at 4:49am
Thx for the info! Ok, so I have edited the nav buttons asp page by adding the </td> statement in various places and tested in order to attempt to get this to work but to no avail....  Do you happen to know which line would be appropriate?  I placed the extra <td> in the 1st section of code on that page (table class="basicTable" cellspacing="0" cellpadding="3" align="center">
<tr>
  <td rowspan="2") and got the bottom line to move but the top line remained in place... any ideas?

Again thx for the help!


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: ToJaRo
Date Posted: 25 April 2006 at 4:56am
Actually let me correct that.... after removing the td i found that the second line stayed where it was... so i looked around and I had set the <td rowspan to 1 and it was actually what had moved it... 

What am I doing wrong?


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: ToJaRo
Date Posted: 27 April 2006 at 3:20am
OK, I am not sure if I am posting this in the right spot but I really need some assistance... I have beeen trying to figure it out for 4 days and still can't seem to figure it out... another thing I would like to know is how to change the entire forum to stay one static width instead of dynamically changing based on the size of the browser. In HTML using FP or Dreamweaver this is an easy fix but I can't seem to find the code in ASP.   I've been using WWF for about a year and plan on purchasing the the forum software but I would like to get all these small kinks worked out before I do... best forum out there IMO.

-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: Mikey
Date Posted: 27 April 2006 at 8:04am
To change the forums width so it stay's fixed...

find... (in your css_style/default_style.css file)

/* Tables */
.basicTable{
    border: 0px;
    width: 98%;
}


Change this to your fixed width for example...

/* Tables */
.basicTable{
    border: 0px;
    width: 800px;
}


This should work.

As for your other question, i use a very modified version of WWF so am unable to look into this for you.



-------------
Handyman man?


Posted By: ToJaRo
Date Posted: 27 April 2006 at 8:29pm
Greatly appreciate the reply Mikey!  Thanks for your assistance!
 
I will try this tonight!


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: ToJaRo
Date Posted: 28 April 2006 at 3:28am
Bravo!  It worked like a champ!  I had to modify the other two table entries just below that statement to get it to work everywhere but I greatly appreciate the help!
 
Almost there with my V8 upgrade... is there any one out there that can assist me with moving the Navigation text below my image header?


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: ToJaRo
Date Posted: 28 April 2006 at 3:41am
WOOHOO - I figured it out!
 
%>
<table class="basicTable" cellspacing="0" cellpadding="3" align="center">
<tr>
</td>
  <td rowspan="2"></td><%
 
I had been placing the </td>before the <td rowspan> and after it but after the <% which was making it null... duh... sorry all the posts re: it... and thanks to swabuei for directing me in the right direction!
 
I will be making the purchase of WWF over the next few days as my thanks to borg for all his hard work!


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: ToJaRo
Date Posted: 01 May 2006 at 6:06am
Ok, another request... Embarrassed
 
I have seen other forums that have customized the table_bg_image.gif image and used it instead of just a standard #xxxxxx format for the .tableSubLedger section of their site... I modded the table_bg_image.gif  included in the forum_images folder of the site and placed it in the code on the default_style.css sheet but cannot get the image to appear where the color was... instead it defaults back to the background color set in the tableledger section.   Any ideas?

Another issue I am having is that the header image I created will center in IE but not Firefox or Mozilla...  Is there a setting somewhere in ASP that I shoud change since I moved the Nav Icons down below the header image now?


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: ToJaRo
Date Posted: 03 May 2006 at 3:24am
Ok, I can live with the table_bg_image for now until someone can assist with that... but why would IE center the image while Firefox left justifies it...
 
Any thoughts would be greatly appreciated.


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: ToJaRo
Date Posted: 06 May 2006 at 9:47pm

Is there a way to left justify the navigation icons and put them on 1 line?



-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: Mikey
Date Posted: 06 May 2006 at 10:52pm
To put nav buttons on one line...

Change... (remove code in red)
Quote
%></td>
 </tr>
 <tr>
  <td align="center">
<!-- #include file="pm_check_inc.asp" --><%


to...
Quote
%><!-- #include file="pm_check_inc.asp" --><%


Thumbs Up

EDIT: Oops sorry, forgot to say that this code is in 'includes/navigation_button_inc.asp'


-------------
Handyman man?


Posted By: ToJaRo
Date Posted: 07 May 2006 at 12:22am

Clap Dewd you are the freakin man!

I played with some of the code in that page and I was able to solve the Firefox left justify problem by adding an <td align="center"> but it moved my nav buttons to the right side of the logo again... if i remove that code it moves the nav buttons to a single line below and left justifies the logo...

any ideas on that?


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: Mikey
Date Posted: 07 May 2006 at 12:26am
How exactly do you want the forum to look, Do want it like with the logo centered at the top followed by the navigation buttons centered on the line below?

-------------
Handyman man?


Posted By: ToJaRo
Date Posted: 07 May 2006 at 12:33am
You are 1000% correct... here is how i have it now... SO VERY CLOSE yet any change puts me 8 light years away... LOL 
 
http://v8br.soupbone.org - http://v8br.soupbone.org
 
Thanks for your help man... i have almost gone crazy over this little stuff.


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: Mikey
Date Posted: 07 May 2006 at 12:38am
Maybe i'm tired or summin but that looks fine???
What do you want to change in that?


-------------
Handyman man?


Posted By: ToJaRo
Date Posted: 07 May 2006 at 12:42am
The Navigation text is not going under the logo one line below... it starts to the right of the logo and wraps to the line under...  and depending on your screen resolution (i have looked at it at 1024x764 and 1280x 1024) more text appears beside the logo the larger the resolution is.

-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: ToJaRo
Date Posted: 07 May 2006 at 12:45am
I think its a </td> statement I am missing but where is the question.

-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: Mikey
Date Posted: 07 May 2006 at 12:48am
Ooops yup i was being blind.
Try this as the top part (under the copyright info) of your nav buttons include file...


%>
<table class="basicTable" cellspacing="0" cellpadding="3" align="center">
 <tr>
  <td align="center"><%
  
'If there is a forum image then dsiplay it
If NOT strTitleImage = "" Then Response.Write("<a href=""" & strWebsiteURL & """ accesskey=""1""><img src=""" & strTitleImage & """ border=""0"" /></a>")
</td></tr><tr><td align="center">

'If the user is admin display a link to the admin memnu
If intGroupID = 1 Then Response.Write("<a href=""admin.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "admin_icon.gif"" align=""absmiddle"" border=""0"" alt=""" & strTxtAdmin & """ />" & strTxtAdmin & "</a>")


'If this is admin or moderator put in link to hidden topics/posts
If blnModerator OR blnAdmin Then Response.Write("&nbsp;&nbsp;<a href=""pre_approved_topics.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "hidden_topics.gif"" align=""absmiddle"" border=""0"" alt=""" & strTxtHiddenTopics & """ />" & strTxtHiddenTopics & "</a>")

   
'Make sure that the forum ID number has a number in it otherwise set it to 0
If isEmpty(intForumID) OR intForumID = "" Then intForumID = 0

'Display the other common buttons
Response.Write ("&nbsp;&nbsp;<a href=""active_topics.asp" & strQsSID1 & """ class=""nav"" accesskey=""2""><img src=""" & strImagePath & "active_topics.gif"" align=""absmiddle"" border=""0"" alt=""" & strTxtActiveTopics & """ />" & strTxtActiveTopics & "</a>")
Response.Write ("&nbsp;&nbsp;<a href=""members.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "members_list.gif"" border=""0"" align=""absmiddle"" alt=""" & strTxtMembersList & """ />" & strTxtMemberlist & "</a>")
If blnCalendar Then Response.Write ("&nbsp;&nbsp;<a href=""calendar.asp" & strQsSID1 & """ class=""nav""><img src=""" & strImagePath & "calendar.gif"" border=""0"" align=""absmiddle"" alt=""" & strTxtCalendar & """ />" & strTxtCalendar & "</a>")
Response.Write ("&nbsp;&nbsp;<a href=""search_form.asp?FID=" & intForumID & strQsSID2 & """ class=""nav"" accesskey=""4""><img src=""" & strImagePath & "search.gif"" align=""absmiddle"" border=""0"" alt=""" & strTxtSearchTheForum & """ />" & strTxtSearch & "</a>")
Response.Write ("&nbsp;&nbsp;<a href=""help.asp" & strQsSID1 & """ class=""nav"" accesskey=""5""><img src=""" & strImagePath & "help_icon.gif"" align=""absmiddle"" border=""0"" alt=""" & strTxtHelp & """ />" & strTxtHelp & "</a>")
         
          %><!-- #include file="pm_check_inc.asp" --><%



-------------
Handyman man?


Posted By: ToJaRo
Date Posted: 07 May 2006 at 12:52am

No, it did not do the trick.  I compared code too... it is very close to what I had with only 1 difference.



-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: ToJaRo
Date Posted: 07 May 2006 at 12:59am
Figured it out!!!!!
it needed the %> at the beginning of the line you added and <% at the end and it works like a freakin champ!
 
You rule dewd!


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: Mikey
Date Posted: 07 May 2006 at 1:00am
Damn i'm sorry i forgot a '%>' lol

Change this line...
</td></tr><tr><td align="center">


to...
%></td></tr><tr><td align="center"><%


EDIT: ha ha you just beat me to the correction... Clap


-------------
Handyman man?


Posted By: ToJaRo
Date Posted: 07 May 2006 at 1:04am

Got it!  The only difference between your code and mine was the </tr><tr> ... glad this is finally fixed.  Thanks for the help man!



-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: Mikey
Date Posted: 07 May 2006 at 1:05am
No worries mate... thats what the communities here for Thumbs Up

-------------
Handyman man?


Posted By: ToJaRo
Date Posted: 07 May 2006 at 6:19am
ko... in the css/default_style.css I have now set the table width to 850px however in order to make all pages work like I want I have to set the code below to:
.tableBorder, .wwgAdTable{
 border: 1px solid #000000;
 background-color: #000000;
 width: 850px;
}
 
That for some reason changes the size of the small calendars on the calendars page.  Everything else lines up. All other pages work fine... What are those small calendars, ie the 2 below the actual month calendar, tied to as far as size in the code above?   Is there any way of adding code to remedy this qwerk of mine?
 
Here is a visual:
http://v8br.soupbone.org/calendar.asp - http://v8br.soupbone.org/calendar.asp
Please scroll to the bottom of that page and have a look!
 
 
 
 


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: Mikey
Date Posted: 07 May 2006 at 9:01pm
Thats a weird one that
I'm in the process of setting up a test forum so i can have a place to try suggestions and test mods, i used to have one for my V.7 forum but so far haven't for V.8.
When i set it up i'lll have a play around and see if can re-create your problem.


-------------
Handyman man?


Posted By: ToJaRo
Date Posted: 27 May 2006 at 3:19pm
Just an FYI.... The calendar size issue has been corrected with the release of 8.02 yesterday.   I just went thru the change log of the new version and found where Borg has corrected this.
 
Many, many thanks Borg!!!


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: mack
Date Posted: 28 May 2006 at 2:11pm
Do you think you could offer those icons as a download for other people?  I'm not sure if you made them, but WebWiz lacks decent icons and I'm trying to build up a decent graphic-list for WebWiz.

Anyway, looks nice.


Posted By: efavila
Date Posted: 15 November 2006 at 5:34pm
Originally posted by ToJaRo ToJaRo wrote:

Ok, I was able to use some images/icons for my black theme from some WWF 7.x templates. Now I have a design question. I have seen where some have modded the navigation links at the top left and made them line up underneath their 'logo' or header image.
I did a quick google to find some examples and here are a couple that I found:
http://www.daretcapital.com/daret_forum/default.asp - Example 1

http://forum.deepnetexplorer.com/forum/default.asp - Example 2

Can anyone assist me with where to change the code to do this?

Thanks in advance!
ToJaRo
    
Hi, can you help me how you do the Example 2. How I can put this menu bar ?


Posted By: ToJaRo
Date Posted: 16 November 2006 at 12:41am
Sure, I will do my best to help. What part are you wanting?  The one line Navigation links?
 
Edit: Those two sites have changed their looks a lot since I posted the original request.... just wanna make sure you get the right answer.


-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: efavila
Date Posted: 16 November 2006 at 3:52pm
Hi, I want to do the same that the "Example 2", Mi own menus.


Posted By: ToJaRo
Date Posted: 16 November 2006 at 10:21pm
Ah, Ok... that's not what I did for my forum. Maybe another one of the members knows how to do this.

-------------
ToJaRo
http://www.thesoupbone.com - The SoupBone Community


Posted By: Scotty32
Date Posted: 16 November 2006 at 10:42pm
Example 2 can be achived by editing

includes/header.asp
includes/footer.asp
includes/navigation_inc.asp (or exact i dont think)

for example you edit header.asp file and put the following at the end:

<table width="700">
<tr>
   <td> your header here </td>
</tr><tr>
    <td>



then at the end of the Navigation_inc.asp (not exact) file enter the following to the bottom


   </td>
</tr><tr>
     <td>


now in the footer put the following

    </td>
</tr><tr>
    <td> your footer stuff here </td>
</tr>
</table>


and your done - obviously you have to refine this a lot more to suit your needs, but thats just cosmetics the basic structure is there

i'll try and refine this more tomorrow. you'll also want to remove the logo from the Admin area (via the Forum Configuration) page.


-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net