![]() |
Looks like its your word filter acting up. Here is html code that page generates:
Code:
<div cl***="bbcode-start"> <div cl***="bbcode-header"> <div cl***="smallfont">Quote:</div> </div> <div cl***="bbcode-content"> <div cl***="bbcode-poster"> Originally Posted by <strong>allo</strong> <a href="showthread.php?p=15345#post15345" rel="nofollow"><img cl***="inlineimg" src="images/ca_evo/buttons/viewpost.gif" border="0" alt="View Post" /></a> </div> <div style="font-style:italic">I was surfing on the forum then I clik on a thread then Boum a new template!!<br /> |
Quote:
|
Quote:
ahh. .. nice |
Thanks for the buttons, CyberAlien. They are great.
|
Very nice...thank you!:)
|
Hi CA,
Thank you very much for this style, I have used your styles on PHPBB. I recently changed over to vBulletin and have installed the style however when a user attempts to register they receive a 404 error page. Registration works fine with the vBulletin default page. vBulletin support suggested that I ask you for advice. Can you help me? I am sure that there is a simple explanation however it eludes me. Thank you. Carl Cheers!:) Carl |
Maybe you have some hack installed and forgot to adjust this style's template files for that hack?
|
looks nice
thanks for sharing |
really cool, many thanks for your great job!
installed... |
CyberAlien has been around for ages in the phpBB skinning arena and is well respected for his quality work. So I'd expect nothing less than an exellent skin from him that's well coded.
Nice skin, and I'm glad to see your now doing vBulletin skins. |
I guess I'm really new to this because I don't understand the instructions. I have imported the upload directory into my forum directory. And also moved the fluid.xml file there. I'm browsed to the location of the xml file, but it says:
This XML file does not appear to have any style information associated with it. The document tree is shown below. And if i try to add the product using the import product feature it says: Invalid File Specified :confused: Any, more in depth instructions on how to get this in, would be much appriciated! |
You should upload xml file via browser, not upload it with images. In control panel in "styles & templates" select "download/upload styles", in field "EITHER upload the XML file from your computer" put that xml file from your computer, then click "Import"
|
I tried that and got:
Invalid File Specified |
Try again. Maybe your browser or some tools you use messed up file. Redownload and unpack archive again to make sure you have correct files.
|
Okay. also, is this going to over write my original stuff?
|
No, if you keep option "Merge Into Style" set to "create new style" (that's default value)
|
Great! Thanks for the quick reply :-)
|
All of the stuff I've changed to the orignal template are supposed to be gone? or is that something I did wrong again? IE: advertisements not showing. Thanks
|
No, when installing new template it doesn't affect previously installed templates or default template.
edit: ...unless you managed to install new template over old one. |
No, the original one is still fine. But the new one doesn't show the stuff that I've applied to my original. Is that correct?
Edit: also, I guess I put the upload folder in the wrong place cause I don't see the images in the new style. I uploaded it directly to the forum directory. Is that correct? |
Yes, that's correct. When you edit any template files for some hack, you should edit template files for all styles, including ones you install after installing that hack.
Images should be in images/ca_evo/, just like in directory structure in zip file (I assume you did unpack zip file with directory structure, not just dumped all files in one directory) |
Oh, I thought I read that when you edit a parent style, that would edit lower styles. So I thought that would apply to this since it was a child style.
I uploaded the whole upload folder as I unpacked it to my forum directory. I'll fix that. Edit: okay I got the images working. I'll see about reapplying the other hacks and such. To this one too... Thanks. |
Maybe this isn't what I'm looking for? My members just want to be able to choose different colors. Is there something like that somewhere that would use all the changes to the original template that i've made? I guess this changes much much more than the skin (which is very cool! but I don't have the time to recreate those changes)
Thanks again, very much. |
Quote:
|
Cool, I've got it in and running. Everything looks good except for when I added a mod to move signatures down to the bottom of the post. Here is what that mod had me install... Can you please correct it to still do the same thing, but to maintain the look you've provided? This is in In postbit_legacy, thanks so much!!
Andrew Code:
<!-- / edit note --> |
Here is what it's done to my board using this skin:
|
Can you please post your postbit_legacy for default style?
|
Here is the postbit_legacy as used for my default style:
Code:
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"> Thanks kindly!! |
Looks like you forgot to add rowspan to first table cell when editing postbit. See attachment.
|
Perfect!! Thanks so much CyberAlien for all of your help! The skin looks perfect, even with my mods in there, GREAT JOB!!! In fact, I'm going to make this my default skin!
Andrew |
Okay, members pointed something out, is it correct to have this floating gray color seperating the posts and signature line?
Also, the width of the last 2 colums (thread count and post count) are different widths under different catagories. See the index page at www.terraforums.com Thanks kindly |
When modifying that template file I copied part of code from your default postbit template and that's where line came from. To fix it replace this:
Code:
<!-- sig --> Code:
<!-- sig --> Code:
<tr align="center"> |
Can you explain it for someone not very skilled in this problems? I have the same problem, with the width of the columns... and I don' know what to do... and I don't find the template... sorry very much I am newbie, but I don't work in this, I just have a forum and want to put it ok...
http://www.nachofrades.com/store/forum_problem.jpg Thanks a lot! |
In code that I posted above change width="175" to whatever works better for your forum. Probably 250, 300 or so.
|
Quote:
What would I add here? |
See my previous post...
|
I have looked at, read, and compared your previous post to my current template, it is exactly the same. I'm sorry, I don't understand how to add in a fixed width.
also, on the other issue... the line we want. I'm talking about the change of gray color in the post area itself. It seems it is white under and around the text of a post, then it turns gray where the post text ends. |
I have done it and doesn?t work...
Columns on index don't have fixed width. To change it open template forumhome_forumbit_level1_nopost, find this code: Code: <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]" nowrap="nowrap">$vbphrase[forum]</td> <td class="thead" width="300" nowrap="nowrap">$vbphrase[last_post]</td> <td class="thead" nowrap="nowrap">$vbphrase[threads]</td> <td class="thead" nowrap="nowrap">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead" nowrap="nowrap">$vbphrase[moderator]</td> </if> </tr> and assign fixed width to last 4 table cells What I'm doing wrong? |
Try changing other table cells. For example, change previous table cell from 100% to some fixed value.
|
I too tried assigning fixed width to the 4 tables (by adding width="175" to them??) and didn't notice it any better. And have no idea where to start with the white / gray difference in the posts.
|
All times are GMT. The time now is 01:32 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:
|