![]() |
hoof, great style and its working great for me except with one mod i use on the profile screen
its just your style i have this issue with as the others load fine attached are screen shots of what im talking about first one is ie and the second one is firefox any thoughts? |
teamgofast,
I can't really see from the screenshots what you are having problems with. Is it the gamertag hack? I have that up and running on my site with no issues, it looks as if you put the code in the wrong place. It looks like it is trying to create a tab instead of placing it in the blocks on the right. |
Quote:
the visitor tab/stat/friends/contact/blog tabs are missing in ie but there in ff |
i just pm'd you the membersinfo_css that im using, maybe that could help?
|
Quote:
|
Here's the fix to the Profile Tabs not showing up in IE on Blak_Ice
Go to your AdminCP -> Styles & Templates/Style Manager -> Blak_Ice -> Edit Templates -> Header Find at bottom: $spacer_open Add above: Code:
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if> |
Quote:
|
Hello, I just upgraded from the 3.7.0 templates to the 3.7.2. version and I'm also running into the problem mentioned above, with the postbox being left justified and being too small. The template fix didn't seem to fix it, though
|
does anyone know were i would put the link for ipbproarcade ? seems the navbar templete is differant and doesnt have the script that the arcade install file tells u to look for (its all installed just cant get anything on the navbar for the arcade with this skin
|
Quote:
Here's how to add the Arcade to the Navbar: Go to your AdminCP -> Styles & Templates/Style Manager -> Blak_Ice -> Header Find: Code:
<td align="center"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/nav_calendar.gif" border="0"/></a></td> Code:
<td align="center"><a href="arcade.php?$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/nav_arcade.gif" border="0"/></a></td> https://vborg.vbsupport.ru/showpost....2&postcount=90 |
got it thanks and very nice skin i think im gonna make it my primary
|
Quote:
|
exactly i am also facing same this problem after edit templates coding
|
Quote:
Quote:
Code:
Form Width = 640px Thanks for all the feedback everyone! |
Quote:
|
Hoof:
Sorry, but I couldn't wait any longer so I started taking a closer look at this issue and it turns out that mine was only doing this as a "New Thread" option and everything else worked fine. I attempted to fix it figuring I could always reload the template to resolve any mistakes I'd make. Turns out the solution to to revert the one template back to the original status. Worked fine and all is well. Not sure if that is going to solve everybody's issues, those having them, but it resolved mine. BTW, really like this skin. |
Need to know how to remove these two items as easy as possible:
http://www.fasterupload.com/files/ek...gehk8md50e.jpg Listed as number 1: Not sure but think this might be the navbar you install but I prefer the second one and would like to get rid of the top or Number 1 Navbar. Listed as number 2: Clearly, a mistake and need to know how to remove. |
Quote:
|
Nice Template
|
I was wondering where in the style template I need to put the .gif for this button and what it should be called, or at least where i can edit it...
It's a great style and this so far is the only thing i need to fix... http://premium1.uploadit.org/voltimus/crazier/Help.jpg |
wow. Perfect. Just what i was looking for, thx a lot.
|
Voltimus
Right click the red x and select properties. That will show you what it's supposed to be and where it's looking to find it. I fixed a slew of themes that way. |
Loving this, great job! *installed*
|
hello i installed the style on my website (87.iut-gmp.fr) but i've got some trouble with the text box when writing a new post, in fact the writing bow is not as wide as the page. Could you help me ?
http://87.iut-gmp.fr/forum/index.php |
SETISHOCK,
I'm pretty green at all this. Where are the templates and the CSS page that you are referring to located? I've found and fixed everything but this last missing top bar. TIA, Joe Zulaski Quote:
|
Well, that didn't fix my issue with this. I've now tried both solutions (Hoof's and yours) and neither worked.
Any other ideas? Joe Zulaski Quote:
|
Upload the attached image into your blak_ice/buttons folder
|
Hi all,
I'm trying to modify the top banner graphic and center it. I've made it slightly smaller with my own graphic over the top of the fill section but, I can't seem to get the center portion and the right portion to move to the left and connect up to the left side. Here is a picture of what I'm talking about: http://www.st1300.us.com And here is the code from the Header section of the style: <!-- logo --> <a name="top"></a> <table width="100%" height="6" cellspacing="0" cellpadding="0" border="0" align="center"> <tr height="6"> <td width="$stylevar[outertablewidth]" align="center" height="6" style="background: url(http://www.st1300.us.com/cpstyles/Blak-Ice vB 3.7.0/blak_ice/misc/header_over.gif);"></td> </tr> </table> <br /> <table border="0" width="100%" height="6" cellpadding="0" cellspacing="0" align="center"> <tr> <td> <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="center" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://www.st1300.us.com/cpstyles/Blak-Ice vB 3.7.0/blak_ice/misc/header_left.gif" border="0" alt="$vboptions[bbtitle]" /></a></td> <td align="left" width="85%" height="131" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]"> <table width="85%" border="0" cellspacing="0" cellpadding="0" style="background: url(http://www.st1300.us.com/cpstyles/Blak-Ice vB 3.7.0/blak_ice/misc/header_fill.gif) repeat-x top left;" valign="top"> </td> <td align="left" border="0" valign="center"> <img src="http://www.st1300.us.com/cpstyles/Blak-Ice vB 3.7.0/blak_ice/misc/header_main.gif" border="0"/> </td> <td align="left" valign="top"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="http://www.st1300.us.com/cpstyles/Blak-Ice vB 3.7.0/blak_ice/misc/header_right.gif" border="0" alt="$vboptions[bbtitle]" /></a></td> </tr> </table> </a></td> </table> Any idea as to what I'm doing wrong? I can get the left "rounded" end of the graphic to butt up against the other part by changing the alignment to "Right" but, I cannot seem to get everything centered above the rest of the web forum like I want it. I've tried changing the alignment to left and centered on all the little parts of the banner graphic but, nothing seems to work. I figure it is something simple with the table definition that I am just not seeing. TIA, Joe Zulaski |
Still waiting for an answer here guys. I've actually got several issues and am trying to find solutions but, I'm not getting any responses.
Please help. |
Nevermind, I figured it out.
I was just missing a couple zeros in the User Group options. Call me Polish cuz I am. ;-) |
why you don;t update for 3.7.3
|
Im using opera and the demo url was blocked because its distributing malware. Please check it.
|
Anyone have a "New Posts" button that I could use? I want to add a mod that uses one but I can't seem to find that button that matches the color scheme nor am I good enough to create one that matches.
TIA, Joe Zulaski |
I'm not seeing a repeating tcat_fill image in the demos. However, I see it in the source code.
[EDIT 01/12/08 11:02 AM PST: I've also noticed that the category expand and collapse images are not showing up. Also, there seems to be a text alignment issue on the member's profile page and on the social groups page where messages are posted. |
Once the dos attack stops I will be able to get on my server and update this :(
|
All times are GMT. The time now is 12:54 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|