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 ... ;)

Darkenil 12-04-2008 10:55 PM

http://s394.photobucket.com/albums/p...Uscproblem.jpg

somebody help me please? the colums dont display on the forum

bjkinzluvr 12-05-2008 01:39 PM

The file seems to be corrupted. Could you please update the download? It saves as an unknown file type. Well, I mean it says it is a zip file and I can run Extract All on it, but then I get an unknown file type. The one file that gets extracted doesn't seem to be anyting Windows recognizes. Thanks.

heXagon 12-05-2008 05:57 PM

Hello,

sidebar not showing in profile.php, though "All pages" are activated.

Any fix?

JenniferK 12-05-2008 06:12 PM

I am having several issues and hope someone can help.

First I have this set for a left column to appear below notices and forum description. The column shows up OK when the block templates are empty (see attachment 1), but when I put something in them, the column appears above the forums rather than next to them (attachment 2)

Second, The main forum listing (the other pages are OK), the forum listing gets pushed to the right (attachment 3)

Third, any page that uses Logician's Webtemplates (I know someone else had a problem, though it was different), the page is blank white with the word navbar at the top, or else has a db error "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'navbar' at line 1" (see attachment 4)

Last, if I add a <br> inside the block templates, instead of creating a break within the block, it is putting a break between the blocks themselves.

Any help anyone can give would be greatly appreciated!

hitmann 12-06-2008 03:44 AM

It doesn't seem to be working on all pages.
For example, if you go to profile.php?do=editoptions it doesn't display. That's one of the several pages where it doesn't work, including custom templates.

popular 12-06-2008 07:54 AM

anyone know the code for latest threads? thanks

JenniferK 12-10-2008 01:26 PM

Quote:

Originally Posted by JenniferK (Post 1679205)
I am having several issues and hope someone can help.

First I have this set for a left column to appear below notices and forum description. The column shows up OK when the block templates are empty (see attachment 1), but when I put something in them, the column appears above the forums rather than next to them (attachment 2)

Second, The main forum listing (the other pages are OK), the forum listing gets pushed to the right (attachment 3)

Third, any page that uses Logician's Webtemplates (I know someone else had a problem, though it was different), the page is blank white with the word navbar at the top, or else has a db error "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'navbar' at line 1" (see attachment 4)

Last, if I add a <br> inside the block templates, instead of creating a break within the block, it is putting a break between the blocks themselves.

Any help anyone can give would be greatly appreciated!


Anyone?!? I really need to get this working - my advertisers are waiting! Thnaks in advance :)

GlowHost.com 12-10-2008 11:02 PM

Greetings. Does anyone else have the problem where the user login (you must login) page shows the right column in the footer of the page?

For example:
http://www.googlephonenerd.com/private.php

Vs

http://www.googlephonenerd.com/

Trixi.com 12-11-2008 10:21 AM

Quote:

Originally Posted by Al Gregory (Post 1504683)
For some reason I cant unzip the files without an error

It is an older posting, but anyway...I had the same problem with XP and vista and the latest Winzip 12....check IZarc - and alternative Unzipper...

Trixi.com 12-12-2008 07:55 AM

Quote:

Originally Posted by russbo (Post 1511331)
Kerry-Anne, excellent hack. It works great. But I have one simple question, my apologies if I'm showing my ignorance.

I'm trying to get my Photopost feature to work vertically in one of your templates. The way you usually do this, is to put this, $photopostfeature, in the FORUMHOME template. It then pulls a few thumbnails from the Photopost Pro installation. It works fine on my site, (www.russbo.org/vb/index.php), but I can't get it to work in one of the UCS1 boxes.

Here's the Photopost link: http://www.photopost.com/forum/showthread.php?t=110527

I've been using this integration for years. It would be great to be able to get these thumbnails in one of your side columns.

Thanks!

Any suggestions?

Russbo:

Did you figured out how to integrate Photopost in the sidebars? I have Photopost 6.2, VB 3.7.4 and I am also interested in the integreting a photo thumbnail preview in the sidebar.

Would be nice if you could help.

Saludos

Fungsten 12-12-2008 07:46 PM

Quote:

Originally Posted by Trixi.com (Post 1683016)
It is an older posting, but anyway...I had the same problem with XP and vista and the latest Winzip 12....check IZarc - and alternative Unzipper...


THANK YOU!! It worked!

BTW, Kerry-Anne could you please put the bitfield in the XML folder and not the in the includes folder???? Thank you!!

Voyager-S 12-16-2008 12:06 PM

Thanks a lot for this hack, Kerry Anne! I'm migrating my old, hardcoded sidebar to this system. It's really useful.

However, I'm finding a problem when I try to use it with Logician's webtemplates custom made templates on my website.

The webtamplates powered pages only seem to display correctly when I disable completely the USC plugin. I attach an example for you to see (can't link you to them cause the style is still private).

forumhome.png (screenshot) and forumhome.txt (the source code) are the columns displaying correctly.

webtemplates.png (screenshot) and webtemplates.txt (the source code) show the page broken.

Hope you guys can help me! :o

redlabour 12-18-2008 04:28 AM

Quote:

Originally Posted by Kerry-Anne
A maximum of 20 blocks spread over the two columns are available at this time. However, if more are required then an expansion pack will be provided.

And where to get this? I need 20 on the left Side.

merk_aus 12-19-2008 01:26 AM

I am sorry this doesnt work for me i upload all of the files - i then go to install the product and it comes up with database errors even though this is something that i would like to install on my forums i think i will give it a miss if its this difficult to install how hard is it going to be to actually customise?

dt_truck11 12-19-2008 02:13 AM

does anyone know of a top posters mod or just some coding that show the top overall posts that can be added to a block?

Crimson_Might 12-20-2008 01:33 AM

Does this mod work with 3.7.4?

JMEWLS` 12-20-2008 01:42 AM

How do I start the sidebars above the header?

emath 12-20-2008 12:40 PM

this doesnt have a straight line with the forums when "top 5" [latest posts most views etc..] is activate .

DarthCoder 12-21-2008 01:09 PM

this doesnt work at all.

RrCoX22 12-22-2008 12:33 AM

does anyone know how to add multiple titles in within the column? for instance on the screen shot it has "Right Column Title" and "Your Custom Contents"??? also anyone know how to get to edit the details of the boxes through the user cp within the forum?

dt_truck11 12-22-2008 03:28 PM

here is the code i use to add titles to mine.

Code:

<tr>
<td class="vbmenu_control">
Your title here
</td></tr>
<tr><td class="alt1">
Column Contents here


</td>
</tr>


RrCoX22 12-23-2008 04:08 AM

Quote:

Originally Posted by dt_truck11 (Post 1691174)
here is the code i use to add titles to mine.

Code:

<tr>
<td class="vbmenu_control">
Your title here
</td></tr>
<tr><td class="alt1">
Column Contents here


</td>
</tr>


ok... that's a step. is there anyway to make the bar the same color, etc. as the top title bar? like so in the screen shot? how do i do this?

ISN 12-23-2008 07:25 PM

Hi ,

How can I get to Ultimate Side Column User Group Permissions page?

https://vborg.vbsupport.ru/attachmen...3&d=1210400807

Thanks,
ISN

ISN 12-23-2008 07:31 PM

Quote:

Originally Posted by niteflyer32 (Post 1676002)
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

How do I get to user group permissions template?

dt_truck11 12-23-2008 09:16 PM

Quote:

Originally Posted by RrCoX22 (Post 1691721)
ok... that's a step. is there anyway to make the bar the same color, etc. as the top title bar? like so in the screen shot? how do i do this?

change the first td class to "tcat" . i hope thats the one your looking for.


Quote:

Originally Posted by ISN (Post 1692303)
How do I get to user group permissions template?

ACP>Usergroups>Usergroup manager> choose which usergroup you want, edit usergroup> scroll to bottom of page

RrCoX22 12-24-2008 03:42 AM

Quote:

Originally Posted by dt_truck11 (Post 1692371)
change the first td class to "tcat" . i hope thats the one your looking for.

yes thank you... appreciate it

Stefanus 12-24-2008 08:18 AM

Quote:

Originally Posted by Stefanus (Post 1676616)
Hi,

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

nokturno 12-25-2008 12:13 PM

work 3.8.0 ?

Fungsten 12-26-2008 06:02 PM

Quote:

Originally Posted by nokturno (Post 1693418)
work 3.8.0 ?

It does on mine.

Fungsten 12-26-2008 06:41 PM

I have 3.8 RC2 and no Custom Content shows. Yes I have tried permissions, etc but it has not shown. I read that it is somewhere in the thread but I can't find it in the 625+ posts. TIA.


All times are GMT. The time now is 09:35 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
  • Page Generation 0.02949 seconds
  • Memory Usage 1,860KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_html_printable
  • (20)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