vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Ultimate Side Columns 2.2 (https://vborg.vbsupport.ru/showthread.php?t=175181)

Chris04S 07-09-2008 04:21 PM

Sweet.. thank you very very much!! it works like a charm now.. thanks!!

Chris

lstintxs100 07-09-2008 05:12 PM

you are welcome.

trigatch4 07-09-2008 09:27 PM

I want the only LINKS people are able to choose for the CUSTOM BLOCK to be links to forums and/or sub forums on my site. How could I accomplish this?

I have a TON of forums on my site and it'd be nice to use the CUSTOM BLOCK in the upper left to be a "quick reference" so people can set their favorite forums and always have access to them.

Instead of the complicated link entry featured now, you would just tick off check marks next to the forums you wanted to add and they would be added.

Anyone? Help appreciated!

ChandlerDog 07-10-2008 01:15 AM

I don't know how you do the screen shots so I copy and paste. Now I'm getting this error in
Ultimate Side Columns Options

Display Pages For Left Column
Using this setting you can determine the pages where the left column will be displayed. An error occurred while processing the bitfield files, the following information was returned:
Error:
1
Display Pages For Right Column
Using this setting you can determine the pages where the right column will be displayed. An error occurred while processing the bitfield files, the following information was returned:

raman911 07-10-2008 01:51 AM

Any one tell me where is Ultimate Side Columns permissions located?

raman911 07-10-2008 02:05 AM

I installed it but it has made two right columns...one tothe right side where its supposed to be but it has also added one at the bottom of my page directly above hte "styles" box where you can change skins. When I enter info in box 1, it goes in both places. How did this happen? I checked for duplicate code but the code is in how it says it's supposed to be. help...

d-wiz 07-10-2008 03:31 AM

Quote:

Originally Posted by lstintxs100 (Post 1571028)
please, Pm me a link to your site. you have me curious now.

Thank you for the help mate!
----------------------------------
I thought I'd figured out how to add a new box with the same header as right/left column but now it pulls the footer up. Here is the hmtl code I thought would work, perhaps someine can see where I went wrong:

Code:

<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
$usc_left
<td valign="top">
<br>

<table class="tborder" border="0" cellpadding="6" cellspacing="1" width="160">

<tbody><tr>
<td class="tcat">titel</td>
Place content!!!

</td>
$usc_right
</tr>
</table>


UaECasher 07-10-2008 04:43 AM

Quote:

Originally Posted by lstintxs100 (Post 1571029)
You have to enable each user to be able to see the columns in their user group settings.

The blocks will not show unless they have some content in them. If the blocks have no content then they will not show up. Find a usc template for a block and paste an add code in it and it will show up. I just enabled admins to see them as I was installing and testing.

say i want to link (http://casherz.com/forums/vbplaza.php?) and in the Column i want it to appear Vbplaza what code should I add

Thank you for the help i really need to install the column :D:D

lstintxs100 07-10-2008 05:53 AM

Quote:

Originally Posted by d-wiz (Post 1571628)
Thank you for the help mate!
----------------------------------
I thought I'd figured out how to add a new box with the same header as right/left column but now it pulls the footer up. Here is the hmtl code I thought would work, perhaps someine can see where I went wrong:

Code:

<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
$usc_left
<td valign="top">
<br>

<table class="tborder" border="0" cellpadding="6" cellspacing="1" width="160">

<tbody><tr>
<td class="tcat">titel</td>
Place content!!!

</td>
$usc_right
</tr>
</table>


I have no idea if this is the proper way to do it but. try this :

Code:




<tr>
<tr>
<td class="tcat">your title here</td>
</tr>
<td class="alt1">

This is where content will go.

</td>
</tr>


Hornstar 07-10-2008 07:49 AM

When I enable column start point with: below header and above navbar
All my pages show good. eg. footer is not messed up.

However, when I choose below navbar and below notices or below notices and forum descriptions almost all my other pages, eg. registration page, calendar page are showing up weird, eg. my footer is all messed up. Even with it disabled to not show on those pages they are still showing up weird.

So currently I have it set to below header and above navbar however ideally I like the setting: below navbar and below notices better.

What code is it looking for when it is set to this option? Maybe one of my templates does not have the needed code? or maybe I will need to make the template edit manually in which case, what templates and code do I need to edit?

Thanks.

DirtSnap 07-10-2008 01:44 PM

first i would like to say thanks for the awesome hack kerry.

secondly, i feel like a total n00b for saying this but i can't even get the right column to work...
i followed the guide in the zip, enabled the right column in the vBulletin options > Ultimate Side Columns Options, then i tried to put some code onto the usc_block11 (i had no idea what i was doing here). I basically just want to make adsense ads show up in a right column. This is my code:

Code:

<tr>
<td class="alt1">  //had no idea what to put in the class

//adsense script
<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXXXXXX";
/* 120x600, created 7/9/08 */
google_ad_slot = "XXXXXXXXXX";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


</td>
</tr>

If anyone could help me out, give me a rough idea how to get it working, or anything i would greatly appreciate it.

Budget101 07-10-2008 03:38 PM

I am using the sidebar (Which I love, and thank you very much!!!), However, I cannot seem to get the blocks to show as "Individual" blocks.

For example, in the left hand column I am using Block 1 - which shows navigation buttons.

In Block 2, I have the following code

PHP Code:

<tr>
<
td><p align="center"><b><font color="#BC496B">SPONSORS</font></b><br>
SPONSOR CODE SNIPPED</p>
</
td>
</
tr

But, they all seem to run together like 1 Big long block instead of seperate ones,

block 1
block 2
block 3

How do I make them show individually?

(Just a note, I tried adding <br /> to the end of the code in box 2, but it only made the default box lower, rather than Block 2.

peterska2 07-10-2008 06:13 PM

Quote:

Originally Posted by carwash (Post 1565362)
Is there any way to get this to display in conjunction with the ipProArcade? It worked with VBArcade, but not with this new one.

It does work with any additional pages that are part of vBulletin if All Pages is selected.

Quote:

Originally Posted by Cooleyvol (Post 1565445)
Can this be used to add side columns for ads and not have vb content in them?

Yes. That is the main purpose for it.
Quote:

Originally Posted by onestopadam (Post 1565639)
I don't seem to be able to delete custom links from the usc_cp.php page in user cp.

This is a known bug. Set the display order to 0 for the items you don't want to show any longer.
Quote:

Originally Posted by onestopadam (Post 1565749)
Also how would I go about under so it displays under the user info bit?

Use the below navbar option for the location.
Quote:

Originally Posted by Belder (Post 1566281)
Thanks Kerry-Anne, this looks like a great addition. I'd like to display it on some styes, but not on all, so I'll run it up on my test board first. It doesn't sound as though that will be too much of a problem though. :) *Installed* - (but not yet "live").

Use the manual template edit options and perform the manual edits on the required styles.

peterska2 07-10-2008 06:18 PM

Quote:

Originally Posted by lstintxs100 (Post 1566222)
Fantastic addition, I love it.

Is there any way to add this so it shows in my archives? Search engines send alot of people to my archives rather than the live forum and I would like to monitize a little more on that.

If this is an easy edit, let me know what to edit and I will take care of the rest.



edit, You did not write the other product I mentioned so I removed it reference to it.

USC does not do this and it most likely needs file editing.
Quote:

Originally Posted by d-wiz (Post 1567192)
I got double columns on both sides?

https://vborg.vbsupport.ru/external/2008/07/24.gif

Also is there an easy reference for content or am I supposed to run through this thread?

Thans in advance for any answers!

If you have applied manual template edits then ensure that you have turned off the auto edits in the USC options by selecting the manual edits.
Quote:

Originally Posted by onestopadam (Post 1568462)
OK this seems to break a couple of other javascript things for people on IE and Firefox - basically the Search dropdown and quicklinks drop down doesn't work and the whole sidebar doesn't display??? Any clues to fixing this one or anyone else had this problem? I've not edited anything I'm aware of that would cause this to happen.

This is not an issue with this modification and is a style related issue.
Quote:

Originally Posted by ssandgirls (Post 1568510)
Im wondering if anyone knows how to get the little collaspe icon to sit ontop of the table... or better still in the table.... its way up above and Id like to have it resting ontop of the table.....

Also my forum loads much slower with this enabled, could I have done something wrong?

Should it effect load times?

heres a screen shot of my collapse icon, its way up to high.. how do I fix that?

Thankyou .....

Moving the collapse button causes it to disappear when collapsed or the column to not collapse. Load times are not affected by this, and are usually due to style issues.

peterska2 07-10-2008 06:22 PM

Quote:

Originally Posted by trigatch4 (Post 1570494)
Default display is:

[L. Side]......[Content].......[R. Side]

How would I display it like this:

[L. Side]......[R. Side].......[Content]

I guess I could edit this in the templates myself but am a little lost? Is there an easy "float left" type thing I can do or do I need to change the place that the sidebar appears in each template individually? If so.. where?

I posted the instructions for this earlier in this thread.
Quote:

Originally Posted by UaECasher (Post 1570860)
Hello,

I have installed and uploaded all the files but i can't see the columns and i'm not really understanding how to add blocks the help file is little messy can any one help me please and tell me how to add links and stuff

Thank you

Ensure that you have enabled the columns in both the options and in the usergroup permissions/usergroup manager.
Quote:

Originally Posted by Chris04S (Post 1570879)
Hi.. I am new to forums and new around here.. but certainly not new to building sites, etc. Anyway... building forums is a whole new world for me although I grasp the basics as I am used to HTML, CSS, RTML for you yahooers. Anyway, I just tried installing this, two questions, one, I have "re-skinned" the forum with one of miners skins, the sidebars are not showing up, could this be a cause, that I have re-skinned the forum that is?

My other question is I downloaded the Mini Navbar: Breadcrumb at Bottom of Thread
Version: 1.0.4,
prior and in the installed products screen it put a [s]slash through the name [/s]. I guess the USC plug in cancels out the Mini Navbar plugin?

Thanks for any help guys...

Chris

The auto edits may not work with modified styles and you should use the manual template edits in this case.

USC does not disable or affect any other modifications.

peterska2 07-10-2008 06:30 PM

Quote:

Originally Posted by trigatch4 (Post 1571410)
I want the only LINKS people are able to choose for the CUSTOM BLOCK to be links to forums and/or sub forums on my site. How could I accomplish this?

I have a TON of forums on my site and it'd be nice to use the CUSTOM BLOCK in the upper left to be a "quick reference" so people can set their favorite forums and always have access to them.

Instead of the complicated link entry featured now, you would just tick off check marks next to the forums you wanted to add and they would be added.

Anyone? Help appreciated!

There is no way to do this without extensive modification to the USC code.
Quote:

Originally Posted by ChandlerDog (Post 1571556)
I don't know how you do the screen shots so I copy and paste. Now I'm getting this error in
Ultimate Side Columns Options


Display Pages For Left Column
Using this setting you can determine the pages where the left column will be displayed. An error occurred while processing the bitfield files, the following information was returned:
Error:
1
Display Pages For Right Column
Using this setting you can determine the pages where the right column will be displayed. An error occurred while processing the bitfield files, the following information was returned:

Reupload the files then point your browser to yourforums/admincp/index.php?do=buildbitfields

This error happens if you didn't follow the instructions and imported the product before uploading the files and not the other way around.
Quote:

Originally Posted by raman911 (Post 1571577)
Any one tell me where is Ultimate Side Columns permissions located?

Usergroups > Usergroup Manager > Edit > Ultimate Side Columns Permissions

The options are at

vBOptions > Ultimate Side Columns Options
Quote:

Originally Posted by raman911 (Post 1571583)
I installed it but it has made two right columns...one tothe right side where its supposed to be but it has also added one at the bottom of my page directly above hte "styles" box where you can change skins. When I enter info in box 1, it goes in both places. How did this happen? I checked for duplicate code but the code is in how it says it's supposed to be. help...

This is common if you had the old version installed and have selected the auto template edits without removing the manual edits. It also happens if you have enabled the auto edits but also performed the manual template edits. You need to either remove the manual template edits or change the auto template option to the use manual edits option.

peterska2 07-10-2008 06:38 PM

Quote:

Originally Posted by UaECasher (Post 1571665)
say i want to link (http://casherz.com/forums/vbplaza.php?) and in the Column i want it to appear Vbplaza what code should I add

Thank you for the help i really need to install the column :D:D

Put this in one of your block templates
Code:

<tr>
<td class="alt1">
<a href="vbplaza.php">vB Plaza</a>
</td>
</tr>

Quote:

Originally Posted by lstintxs100 (Post 1571707)
I have no idea if this is the proper way to do it but. try this :

Code:




<tr>
<tr>
<td class="tcat">your title here</td>
</tr>
<td class="alt1">

This is where content will go.

</td>
</tr>


Nearly, but not quite.
Code:

[s]<tr>[/s]
<tr>
<td class="tcat">your title here</td>
</tr>

<tr>
<td class="alt1">

This is where content will go.

</td>
</tr>

I added a stike through the code to be removed and bold for the code to be added.
Quote:

Originally Posted by hornstar1337 (Post 1571755)
When I enable column start point with: below header and above navbar
All my pages show good. eg. footer is not messed up.

However, when I choose below navbar and below notices or below notices and forum descriptions almost all my other pages, eg. registration page, calendar page are showing up weird, eg. my footer is all messed up. Even with it disabled to not show on those pages they are still showing up weird.


So currently I have it set to below header and above navbar however ideally I like the setting: below navbar and below notices better.

What code is it looking for when it is set to this option? Maybe one of my templates does not have the needed code? or maybe I will need to make the template edit manually in which case, what templates and code do I need to edit?

Thanks.

Use the manual edit option and follow the manual edit options.
Quote:

Originally Posted by DirtSnap (Post 1571927)
first i would like to say thanks for the awesome hack kerry.

secondly, i feel like a total n00b for saying this but i can't even get the right column to work...
i followed the guide in the zip, enabled the right column in the vBulletin options > Ultimate Side Columns Options, then i tried to put some code onto the usc_block11 (i had no idea what i was doing here). I basically just want to make adsense ads show up in a right column. This is my code:

Code:

<tr>
<td class="alt1">  //had no idea what to put in the class

//adsense script
<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXXXXXX";
/* 120x600, created 7/9/08 */
google_ad_slot = "XXXXXXXXXX";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


</td>
</tr>

If anyone could help me out, give me a rough idea how to get it working, or anything i would greatly appreciate it.

That's fine. Make sure you have set the permissions for your usergroup to view the permissions.
Quote:

Originally Posted by Budget101 (Post 1572007)
I am using the sidebar (Which I love, and thank you very much!!!), However, I cannot seem to get the blocks to show as "Individual" blocks.

For example, in the left hand column I am using Block 1 - which shows navigation buttons.

In Block 2, I have the following code

PHP Code:

<tr>
<
td><p align="center"><b><font color="#BC496B">SPONSORS</font></b><br>
SPONSOR CODE SNIPPED</p>
</
td>
</
tr

But, they all seem to run together like 1 Big long block instead of seperate ones,

block 1
block 2
block 3

How do I make them show individually?

(Just a note, I tried adding <br /> to the end of the code in box 2, but it only made the default box lower, rather than Block 2.

Code:

<tr>
<td><p align="center"><b><font color="#BC496B">SPONSORS</font></b><br>
SPONSOR CODE SNIPPED</p>
</td>
</tr>
</table>
<br />
<br />
<table width="100%" class="tborder" border="0" cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]">

Add the bold code as shown.

d-wiz 07-10-2008 10:24 PM

Quote:

Originally Posted by Kerry-Anne (Post 1572122)
If you have applied manual template edits then ensure that you have turned off the auto edits in the USC options by selecting the manual edits..

But if I do that they dissapear? You do mean under vBulleting options/Ultimate Site Columns Options and then Column Start Point - I will edit the templates myself - thanks anyway, right?

BTW: Thank you for a great mod!
----------------------------------------------------------------------------
Does anyone know how to add this months calendar just like you see the last months calendar and next months calender on the calender page of the forum?

How about latest poll?

sross 07-11-2008 01:18 AM

Hi, i have my right column working however on page load my entire page loads, then the column appears. So it's big page, then crunch down when the column appears. This is quite visually distracting to say the least. Is there any way around this? Thanks!

d-wiz 07-11-2008 11:32 AM

Could someone please tell me what is wrong on my page (www.ontopic.dk), you shpuld be able to see the right column.

As I see it I have these problems:

[S]1. The top block which has something to with the size of the picture and this line: <table class="tborder" border="0" cellpadding="6" cellspacing="1" width="160">
[/S]
[S]2. And the footer that has moved up under the right side blocks? I'm thinking this is due to me not clossing some tags?
[/S]
3. Search button and field doesn't work.

4. Latest posts doesn't work as it don't change and turns new posts bold.
Should work now just didn't update with all of the latest, but last time someone posted a new thread it appeared. Perhaps I'm missing new posts?

UaECasher 07-11-2008 11:41 AM

any one know how can i add Ads in the a block

Big Kahuna 07-11-2008 02:44 PM

Great Addon -- needing only a few items to be perfect. Most dealing with the Custom Contents.

1. In the User CP -- if you add a title with an ', you will get a database error. IE: Dave's We Site

2. There is no edit to correct an error in a link

3. No way to add a secure link -- as you assume http:// -- not allowing for https://

4. The Delete doesn't work -- and the work around to remove a cutom link from displaying is to set the order to 0

I would think that these would be easy items to address. Because too many of my members are as dumb as a sack of hammers when it comes to the Internet -- they won't know ho to deal with any of the above.

Budget101 07-11-2008 02:49 PM

Thank you very much for your help Kerry-Anne (and your mod), I really appreciate your work.

Big Kahuna 07-11-2008 03:15 PM

another thing on the custom links -- it would be nice to have a _blank option so that my visitors don't run away.

MOGmartin 07-13-2008 12:50 PM

I am trying to get the calendar upcoming events working in box one on my right column.

I am editing the templates and adding this code:

Quote:

<td class="alt2"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
<td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
however I am just getting the image for the calendar link, not the actual upcoming events show up.

Could anyone let me know what I might be doing wrong?

thanks!

MOG

dfe 07-14-2008 04:59 PM

Hi all

OK I still hav'nt come right, I have upgraded now to the latest patch level, 3.7.2 pl1, reimported the USC, reuploaded all the files, still no luck!

Anything missing?

I uploaded the files, added the product, do I have to rather do manual edits?

dreck 07-15-2008 04:34 PM

Nice... *Install*

What do I need to do to make it work with CMPS? Or should it work without edits?

I tried adding to the adv_portal:
Code:

<!-- USC -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
$usc_left
<td valign="top" width="100%">
<!--/USC -->

and to the adv_portal_footer
Code:

<!-- USC -->
</td>
$usc_right
</tr>
</table>
<!-- /USC -->

But, that didn't seem to work?

psylenced 07-16-2008 11:44 AM

I found a bug in this product. There is a certain situation which causes the template not to draw correctly and the right column to draw in its own table.

To reproduce this:

1 - Right column "on"
2 - Display pages in right column "search"
3 - Starting point - "below navbar and below notices"
4 - Click "new posts" when there are no posts to display.

This works correctly if there are posts, just not if there "no posts found' box shows up.

I have attached an image showing this.

If i choose "below header and above navbar" it works fine.
If there are posts showing in "new posts" it works fine.

Cheers.

Zimbru 07-16-2008 07:49 PM

any 3.7.2 compatible soon?

dreck 07-17-2008 01:43 AM

I am running 3.7.2, works fine exempt CMPS for me!

petro78 07-18-2008 01:29 PM

trying to figure my way through....im a noob at this and was looking for some help on where to copy the code for having navbar links show up in the side columns?

thanks
jim.

dreck 07-18-2008 02:51 PM

Quote:

Originally Posted by petro78 (Post 1578416)
trying to figure my way through....im a noob at this and was looking for some help on where to copy the code for having navbar links show up in the side columns?

thanks
jim.

Go to your vb cpanel / Styles & Templates / Style Manager / expand the style you want to edit / Ultimate Side Columns / usc_block_1

Edit the follow code between the <!-- site navigation --> with your links:
Code:

<tr>
<td class="alt1">
<!-- site navigation -->
<a href="http://www.test.com/">Test</a><br>
<a href="http://www.test2.com/">Test2</a><br>
<!-- /site navigation -->
</tr>
</td>

Do the same for each block, usc_block_2, usc_block_3, ect..

petro78 07-18-2008 02:54 PM

Quote:

Originally Posted by dreck (Post 1578462)
Go to your vb cpanel / Styles & Templates / Style Manager / expand the style you want to edit / Ultimate Side Columns / usc_block_1

Edit the follow code between the <!-- site navigation --> with your links:
Code:

<tr>
<td class="alt1">
<!-- site navigation -->
<a href="http://www.test.com/">Test</a><br>
<a href="http://www.test2.com/">Test2</a><br>
<!-- /site navigation -->
</tr>
</td>

Do the same for each block, usc_block_2, usc_block_3, ect..

THANKS VERY MUCH...:D

thompson 07-18-2008 02:58 PM

thanks for that.

is there a chance to ad a block with the latest blog entries ?

petro78 07-18-2008 04:05 PM

thanks very much for your help....one more question.....:confused:

if i wanted to change the color of the links within the sidebars....can someone help me with this code?

also....if i wanted to change the color of the sidebars themselves....is this possible too?

what about if i wanted to edit the font of the sidebars only...not to affect the rest of the forum?

best,
jim

http://www.verticalobsession.net/forum/index.php

blind-eddie 07-18-2008 07:06 PM

I added Ultimate Side Columns to my who's online page to test it.
Worked great. But, I then noticed that all member profile pages were distorted.
Has anyone had this issue?

psylenced 07-19-2008 03:07 PM

Quote:

Originally Posted by psylenced (Post 1576744)
I found a bug in this product. There is a certain situation which causes the template not to draw correctly and the right column to draw in its own table.

I think i've fixed the issue (at least for me). It requires an additional plugin. What happens is on an error page such as the one that occurs on the "getnew" returning no posts, the error page clears the navbar template. This causes the auto-template to draw the starting table to not be created.

This happens in functions.php lines 2824 + 2836.

The following plugin will fix this issue. It may occur on other error pages also, but i only tested for the occasion listed in my original post.

Plugin Name: USC Error Page Fix
Hook Location: error_generic
PHP Code:

if(THIS_SCRIPT != 'profile')
{

if (
$vbulletin->options['usc_column_start_point'] != 3)
{
    if (
$vbulletin->options['usc_column_start_point'] == 2)
    {
        
$find '$ad_location[ad_navbar_below]';
        
$template 'navbar';
    }
    if (
$vbulletin->options['usc_column_start_point'] == 1)
    {
        
$find '<!-- / nav buttons bar -->';
        
$template 'navbar';
    }
    if (
$vbulletin->options['usc_column_start_point'] == 0)
    {
        
$find '$ad_location[ad_header_end]';
        
$template 'header';
    }
    
$append '$usc_table_start';

    
$vbulletin->templatecache[$template] = str_replace($find$find $append$vbulletin->templatecache[$template]);


    
$find2 '$spacer_close';
    
$append2 '$usc_table_end';

    
$vbulletin->templatecache['footer'] = str_replace($find2$append2 $find2$vbulletin->templatecache['footer']);
}

}  
    
eval(
'$usc_table_start = "' fetch_template('usc_table_start') . '";');
    
eval(
'$navbar = "' fetch_template('navbar') . '";'); 


popular 07-19-2008 10:41 PM

my layout doesn't seem compatible with the blocks as i set it to right side it ends up at the bottom of my page, how do i manually adjust the blocks to wherever i want? thank you

i want to make $block11 align to the right of my forum but my layout wont break so the block ends up at the bottom of the page, does anyone know where i can edit that or know why? thanks

psylenced 07-20-2008 01:18 AM

I think thats related to the error i tried to fix above.

Try changing your location to above navbar instead of below - that might fix your issue.

popular 07-20-2008 01:46 AM

i solved the problem by uploading my layout and reverting all templates to 3.7 to see what the problem is... so here's what it was

in template "header" put this code @ the end

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]


and it should work.. at least it worked for me =)) cheers!

oh yes for "column start point" i selected (below header and above navbar) the others don't seem to work so make sure you do that.


All times are GMT. The time now is 11:13 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02254 seconds
  • Memory Usage 1,936KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (13)bbcode_code_printable
  • (3)bbcode_php_printable
  • (29)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete