PDA

View Full Version : Custom style banner and border disappears


Hendrik83
02-06-2010, 10:46 AM
Hi,

Im using the style named darkness (http://www.vbulletin.org/forum/showthread.php?t=231670).

Only the problem is that the banner and border are not in the cmps_index.php.

With banner and border. (http://www2.wishmasterclan.nl/content.php)

Without banner and border. (http://www2.wishmasterclan.nl/cmps_index.php)

Any idea to fix this?

Thanks

Hendrik83
02-13-2010, 01:09 PM
bump

Our Sponsors
 

Brian
02-15-2010, 01:30 PM
I'm not seeing any difference in the banner/border on those two pages... I do see a layout issue that seems to be caused by your 'Link Partners' module though.

Hendrik83
02-15-2010, 01:41 PM
Could not wait so got me another style.
Just waiting now for vba to go out of beta.

So u see is i used these tags.

<tr>
<td class="$bgclass">
<image code>
</td>
</tr>

And the Use Module Wrapper Template is on yes
This is how it looks like if i use it.

On my other vb 3.8 site i have the same code and it works.

It is something to do with vba because its not the style anymore.
On the original style of vb 4.0.1 the problem is there also.

Is the code for the custom template different for V4?

Our Sponsors
 

Brian
02-15-2010, 02:10 PM
Try editing the module through the Admin CP and make sure that the 'Wrap a Table Around Content' setting (under Module Wrapper Template Options) is enabled.

Hendrik83
02-15-2010, 02:17 PM
Brian i made some screenshots how it is now. [dutch]

5676

5677

Brian
02-15-2010, 02:20 PM
Have you modified your 'adv_portal_module_wrapper' template at all? As long as you're using the default template and that setting is enabled then a table should be wrapped around the content.

Hendrik83
02-15-2010, 02:26 PM
No its a fresh install.
5678

edit: default style without the tags it works with the tags it will not work.

http://www2.wishmasterclan.nl (default style)/

Brian
02-16-2010, 01:14 PM
If that's not working then I'd recommend editing the template you're using for that module to remove the <tr> and <td> tags.

Hendrik83
02-16-2010, 01:49 PM
If that's not working then I'd recommend editing the template you're using for that module to remove the <tr> and <td> tags.

Thats it!

Thanks.

Only with the darkvision style it was not working again. :mad:
But i did find how to make it work.

added <div class="blockrow"> code </div> and now it is the same as the other modules. :)

edit: This section deals with options that may be applied to your 'adv_portal_module_wrapper' template. Please note that the options are only applicable if the 'Use Module Wrapper Template' option below is set to 'Yes'. Also note that all templates should use the following format if this setting is enabled:
<div class="blockrow"> <!-- Your code here --> </div>

I did not read that earlier. :D