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)

peterska2 11-26-2008 08:08 AM

Quote:

Originally Posted by PVTRoger (Post 1670580)
I've made big progress and now I'm down to the little niggly things.

The attached image shows my current issue. The two columns are extended above the main forum. I'd like to have them all be even. Any ideas?

stick a <br /> in the top of the left_column and right_column templates

peterska2 11-26-2008 08:12 AM

Quote:

Originally Posted by movslow (Post 1668757)
Different scripts/etc have different sizes. Is there a way to unify all teh sizes of the boxes regardless of the items inside?

Chang the width settings to be wide enough for your widest item

Quote:

Originally Posted by alex818 (Post 1656374)
hello,

I unzipped the filed and uploaded them to the /forum directory but I can do not see the options under VB options

I am very new to this. what should I check?

thank you!!!!!!!!

alex

Make sure you import the product file too.

Quote:

Originally Posted by raznaran (Post 1666846)
Using Vista to unzip the file causes errors which are not readily apparent. Including leaving files out without telling you. So when you upload, you think you uploaded everything but you didn't Very annoying. It might help if someone would recompile using Windows.

I have been planning to do this for a while. I'm having a lot of probllems with my Windows machine but it will get done eventually.

mikelangelo2005 11-27-2008 04:46 AM

Please help,

I have two problems:

Everything was well with USC, it had installed step by step USC 2-2 but, without doing nothing yesterday in the afternoon the column right moved 1cm to the right (they watch photo 1) www.motofanaticos.com

If collapse the forums the column right returns where it was (check photo 2).

This problem is with I.explorer, if you check in Firefox all Ok.

This is the all code of USC_SIDECOLUMN_RIGHT
HTML Code:

<td width="$stylevar[spacersize]" valign="top"><img src="clear.gif" border="0" width="$stylevar[spacersize]" />
</td><td valign="top">
<br />
<if condition="$vboptions[usc_collapse_right]"><table border="0" cellspacing="0" cellpadding="0">
<tbody id="collapseobj_usc_right" style="$vbcollapse[collapseobj_usc_right]">
<tr>
<td>
</if>
<table border="0" width="$vboptions[usc_right_width]" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder">
<if condition="$vboptions[usc_right_title]">
<tr>
<td class="tcat">$vboptions[usc_right_title]</td>
</tr>
</if>
$block11
$block12
$block13
$block14
$block15
$block16
$block17
$block18
$block19
$block20
</table>
<if condition="$vboptions[usc_collapse_right]">
</tr>
</td>
</tbody>
</table>
</td>
<td valign="top">
<br />
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usc_right')"><img id="collapseimg_usc_right" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_usc_right].gif" alt="" border="0" /></a>
</if>
</td>

With this code I put the banner in column 11:
HTML Code:

<object width="230" height="400">
<param name="movie" value="images/misc/usa_casco.swf">
<embed src="images/misc/usa_casco.swf" width="230" height="400">
</embed>
</object>
<br>

And this is code in column 12:
HTML Code:

<object width="230" height="300
<param name="
movie" value="images/misc/dia_nacional_del_motociclista.swf">
<embed src="images/misc/dia_nacional_del_motociclista.swf" width="230" height="300">

</embed>
</object>
<br>

The other problem:

The Tittle of the column right appear down (check the photo 2)
This problem is with Explorer and firefox.

Thanks,
P.d: I need to solve this urgent one

siliconfinance 11-29-2008 06:18 PM

Quote:

Originally Posted by Kerry-Anne (Post 1651397)
I'm not a vB.org staff member ;)

I will update the release post, but the docs won't be updated just for a small change to the instructions.

And the block codes was originally in the vBOptions but was moved to the templates as the use of the vBOptions severely limits the functionality available in the blocks. Simple things like basic variables are not available via contents through the vBOptions. It doesn't mean that I don't think about a better solution for it for 3.0 when I start writing that (I'll get to it eventually).

I followed all of the instructions twice, was about to give up, and then went through every page of this thread to find this information. Why not update your first post with the critical information and add it to the files when you have a chance?

Rocc 11-29-2008 06:46 PM

It's not showing on to my skin

kalleklorin 11-30-2008 04:55 PM

im running vBulletin® Version 3.7.4 and cant see anyhting, also no places to edit them

niteflyer32 11-30-2008 08:36 PM

I'm running vBulletin? Version 3.7.4 (Patch Level 1) working good so far.

Don't forget to turn on user group permissions to see the columns.

================================================== =

kalleklorin, the place to edit the columns is

Quote:

Edit usc_block to add content to your columns. Blocks 1 -> 10 are defaulted to the left column and blocks 11 -> 20 are defaulted to the right column.

Each block must start with: <tr> <td class="alt1">

The alt1 may be replaced with another class as desired.

Each block must end with:</td> </tr>

Failure to include this compulsory code at the start and end of the templates will render the templates malformed and cause display issues with your columns.

Stefanus 12-01-2008 07:11 PM

Hi,

I'm running vBulletin? Version 3.7.4 (Patch Level 1).

When I try to open "misc.php?do=bbcode" I get the following error:

Quote:

Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in *****/forum/misc.php(479) : eval()'d code on line 22
This error condition is only given when USC is active, when disabled or removed the bbcode template functions without any problems.

Any solution for this error?

Thanks,
Stefanus

rob01 12-02-2008 05:05 AM

hey one question , how do i change the whole column size?

i want to make it be more smaller

mAnimal85 12-02-2008 09:31 PM

I want to place my vertical advertising banner (120x600px) on the position marked by black rectangle exactly like in this picture:

https://vborg.vbsupport.ru/

Is it somehow possible to do with USC??

Please, give mi solution ... ;)


All times are GMT. The time now is 02:48 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.02156 seconds
  • Memory Usage 1,761KB
  • 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
  • (3)bbcode_html_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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