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)

Texas-Hunter 01-14-2009 11:19 PM

I know it has been done. Here's a forum that has it. Link

Collectors 01-16-2009 09:57 AM

Quote:

Originally Posted by Texas-Hunter (Post 1712702)
I know it has been done. Here's a forum that has it. Link

I think that's vbPortal.

M.C. 01-16-2009 04:32 PM

it doesn't work on my vb 3.8

Davey-UK 01-17-2009 10:09 AM

I have read through all this thread, i think. Over a couple of days.

Could someone please post how to add conditionals in the block templates.

Where to edit, and what to include?

This one works.
Code:

<if condition="$bbuserinfo[userid] == X">
I have tried just a very simple conditional in my template, but it simply doesnt show.
Code:

<if condition="$show['member']">You're a member!</if>
What can possibly be wrong with such a simple statement which is obviously global?

Your help is appreciated.

EDIT: I think i found it, but the $show[member] would be better.
Code:

<if condition="!is_member_of($bbuserinfo, X)">

rzpvile 01-18-2009 09:13 PM

Quote:

Originally Posted by rzpvile (Post 1695343)
I have a simple problem hoping someone can help me with. I have the advert mod which places an ad on the left side and when I try to place my left column under it this is what ends up happening.


Thanks in advance!


any help would be appreciated. :)

Collectors 01-19-2009 07:05 PM

I hope this add-on will be standard in vBulletin 4.0 :)

lowlight 01-20-2009 11:50 AM

For some reason it's not showing up in my 3.8 forum at all. I just edited the block1 template and put in

Code:

<tr>
<td>
Test
</tr>
</td>

But nothing shows up.

I tried the different "insertion points" in the options, but none of them work. I wanted to see about editing my template. According to the readme.txt, this

Quote:

will require the template edits at the end of this readme to be applied.
But there is no such info in the readme.

Help please! :)

lowlight 01-20-2009 12:00 PM

Quote:

Originally Posted by Kihon Kata (Post 1631594)
why have you NOT updated the installation instructions(.txt file) to include 'ok, now, for your side columns to show, you need to update your usergroup permissions from the usergroup manager for each usergroup' and left that part up to all your installers to figure out and complain about?

Wow this is the problem I had. The readme for this mod definitely needs some work.

dt_truck11 01-20-2009 03:28 PM

Quote:

Originally Posted by lowlight (Post 1718906)
For some reason it's not showing up in my 3.8 forum at all. I just edited the block1 template and put in

Code:

<tr>
<td>
Test
</tr>
</td>

But nothing shows up.

I tried the different "insertion points" in the options, but none of them work. I wanted to see about editing my template. According to the readme.txt, this



But there is no such info in the readme.

Help please! :)

did u allow this mod to be shown for your usergroup in the usergroup settings?

lowlight 01-20-2009 03:49 PM

Quote:

Originally Posted by dt_truck11 (Post 1719091)
did u allow this mod to be shown for your usergroup in the usergroup settings?

No, I just found that by chance looking here. Someone really needs to rewrite the readme, it's useless.

Good plugin though

tommythejoat 01-20-2009 05:03 PM

The readme does leave out the bit about the usergroups, but it is well covered here. The rest of the readme seems quite useful to me.

I have noticed on several examples here a problem that I have also. The left and right collapse buttons do not line up the same. The left collapse is above the column, but the right collapse is to the right of its column. I think that is a glitch in the template, but I could not find it. I liked the idea that one user suggested of using a separate button to condition the columns. He put the button in the user login bits at the top of the screen. A nice little set of buttons would have a screen icon with a column on each side that changed color and controlled its respective column display.

I would also love to see some nice full examples of how to generate a text stream from some of the local information. I tired using an iframe with the result that all my Ajax controls were disabled. I will look on vb.com to see if I can find the technique mentioned earlier for displaying the contents of a thread. It would be good to have a nice dictionary of the conditionals information useful for controlling block contents. That may require just reading on my parts.

In reading all these posts I have been surprised at how often examples have been posted with bad html. i.e. <tr><td>some stuff</tr></td> instead of correctly nesting the tags. The other common error was leaving off the closing tag on an <a href=.......>Link stuff </a>.

I am surprised that any browsers allow such code, but browser developers must try to be tolerant of errors.

If someone has a clue how to fix the collapse button positioning I would appreciate seeing that. One of my users is giving me fits over it. If anyone has a site where the buttons are used and display correctly, that would be useful too.

In any case, thanks Kerry Ann for this fine addition.:up:

Collectors 01-20-2009 07:52 PM

I'm using the Geek Advertising Banner System (GAB). When I put the GAB code ($GAB_ads[0]) in one of the usc blocks my banner doesn't show up. Has anybody found a way to display banners using GAB and USC?

rzpvile 01-20-2009 09:54 PM

Well I give up officially since at first there might be help but this thread has officially gone full non support

lowlight 01-21-2009 03:57 AM

How can we make just certain bars collapsible?

raugusto 01-21-2009 02:21 PM

does any one have this working on 3.7.x?
I tried everything in my power. Forum permissions are on, edited the templates by hand, or by the hack... nothing shows up.

dt-pain 01-21-2009 03:50 PM

How can i set this to only display on certain threads/forums?

Davey-UK 01-21-2009 04:43 PM

Quote:

Originally Posted by raugusto (Post 1720153)
does any one have this working on 3.7.x?
I tried everything in my power. Forum permissions are on, edited the templates by hand, or by the hack... nothing shows up.

Try the usergroup permissions. Look at the very bottom and find the setting to show side columns. :D

raugusto 01-21-2009 05:04 PM

Hi

Already did, not showing. Nothing shows up no left or right column no custom block... weird

dt-pain 01-21-2009 07:23 PM

When viewing sub forums the ads display under the sub forums. How can we fix this?

See here

http://www.sacpaintball.com/forum/fo...play.php?f=138

Thanks

Graphictr 01-22-2009 07:16 AM

thanks and installed..

Davey-UK 01-22-2009 04:37 PM

Quote:

Originally Posted by raugusto (Post 1720295)
Hi

Already did, not showing. Nothing shows up no left or right column no custom block... weird

Have you put some content in the templates? Look in your templates list for
Ultimate Side Column Templates

Then add the following to usc_block_1

Code:

<tr><td class="vbmenu_control">
Navigation
</td></tr>

<td class="alt2">
TESTING 123
</td>

Now check to see if it shows. :D

dmknights 01-23-2009 10:42 AM

a couple of things.........
1. Does this conflict with vbadanced?
2. does it work on 3.8?

M.C. 01-23-2009 01:11 PM

Yes it works on 3.8 you need to go to user permissions and turn it ON there for each usergroup you want to see columns..

But I have same problem to tommythejoat:
Quote:

The left collapse is above the column

Davey-UK 01-23-2009 01:39 PM

Quote:

Originally Posted by dmknights (Post 1722160)
a couple of things.........
1. Does this conflict with vbadanced?
2. does it work on 3.8?

Works fine on 3.8. but when i check the option to show it on vbadvanced it doesnt show, although it is a useless feature for me within vbadvanced anyway.

Goliath27 01-24-2009 01:47 PM

Can I use this for Sponsor Columns?

ALi

lowlight 01-24-2009 01:58 PM

Quote:

Originally Posted by lowlight (Post 1719725)
How can we make just certain bars collapsible?

Bump

HaS?R 01-28-2009 04:30 PM

Thank You.

raugusto 02-01-2009 12:42 AM

Ok so here it goes.
I checked left and right column, got the code you mentioned:
HTML Code:

<tr><td class="vbmenu_control">
Navigation
</td></tr>

<td class="alt2">
TESTING 123
</td>

Nothing shows.
Edited usergroup permissions--- nothing.

Weird stuff :)

Annapurna 02-01-2009 01:29 PM

I like this mod. I use it for links and a slideshow (via iframe).
I also would like to use tag clouds, but couldn't find out how to do.
Any ideas?

robjgodfrey 02-01-2009 11:00 PM

Downloaded and installed. Works fine so far.

Fungsten 02-02-2009 05:38 PM

Question. The usc_cp.php is uploaded to the forum folder (root), correct?

dt_truck11 02-02-2009 08:19 PM

Quote:

Originally Posted by Fungsten (Post 1732150)
Question. The usc_cp.php is uploaded to the forum folder (root), correct?

yes

|Jordan| 02-04-2009 06:43 PM

Is this mod compatible with 3.8.1 ?

Fungsten 02-04-2009 07:14 PM

Quote:

Originally Posted by |Jordan| (Post 1734508)
Is this mod compatible with 3.8.1 ?

I can't get the custom columns with mine.

kylek 02-06-2009 09:21 PM

Trying to align the side column with the forums, went through the posts and saw to lower sidebar you add a break but in our case we want to raise the sidebar to match our forums.

Anyone have any ideas?

Attachment 94294

Edited - found the solution, had to remove first <br/> in the left column template, alls good.

kalleklorin 02-08-2009 03:30 AM

I need to add php in a column how is that done ?

jwashburn 02-09-2009 02:37 AM

I did the default install, now I want to create a new style that doesnt use the columns. Does anyone know what templates to edit to turn them off?

Anne Lise 02-09-2009 03:02 PM

When using this mod I get an error in the attachment (contol panel)

carrlos 02-11-2009 02:10 AM

Quote:

Originally Posted by kylek (Post 1736495)
Trying to align the side column with the forums, went through the posts and saw to lower sidebar you add a break but in our case we want to raise the sidebar to match our forums.

Anyone have any ideas?

Attachment 94294

Edited - found the solution, had to remove first <br/> in the left column template, alls good.

Same problem. Your solution helped but now I'm slightly higher. :confused:

Can anyone help me get this to show on my vBA cmps 3.1.0 page please. Thanks. :up:

perfphysio 02-18-2009 06:56 AM

Hi Kerry-Anne, UI have searched now through these mod threads and have not yet found an answer or directions on how to include an external RSS feed into Ultimate Side Columns 2.2.

Is this possible? If someone has posted the solution could someone or yourself please post the link to that solution. Many thanks.

Also a second question: Are you able to place the Ultimate Side Columns 2.2 under the welcome template area so it aligns with the forum categories etc. The reason for this is so my breadcrumb and login areas don't begin to wrap due to the right column beginning to the right of them

Many thanks :)


All times are GMT. The time now is 11:58 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.02130 seconds
  • Memory Usage 1,831KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_html_printable
  • (14)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