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)

Subah 05-16-2008 10:33 PM

Thank you for the update, but there is some thing wrong the Column Title is being down ?
if i add text or HTML code for image banner it always down ? in the screenshots it is in top ?!

peterska2 05-16-2008 10:38 PM

Is this at albinali? If it is, can you make sure that guests can view your columns and the style that you are using USC on and I'll have a look and see what I can make of the visible display. If it isn't at albinali can you let me know where you are using it too.

Subah 05-16-2008 10:45 PM

Quote:

Originally Posted by CThiessen (Post 1521341)
Hi,
For put in pictures use Standard HTML in the ?usc_block_X? Templates.

For what you see in the screenshot above your Post (Icon with Link)

Code:

<div class="smallfont">
<img  class="inlineimg" border="1" alt="" src="/designs/gl/statusicon/geld.gif"/>
<a href=/brasilien/wechselkurs/>Wechselkurs</a></div>

Greetings
Christian

Good code but how if i want the link it inside the picture ?
i need the click be on the picture ?

Subah 05-16-2008 10:48 PM

Quote:

Originally Posted by Kerry-Anne (Post 1522109)
Is this at albinali? If it is, can you make sure that guests can view your columns and the style that you are using USC on and I'll have a look and see what I can make of the visible display. If it isn't at albinali can you let me know where you are using it too.

LoooL OK i just enable it for guests :)

peterska2 05-16-2008 10:49 PM

Quote:

Good code but how if i want the link it inside the picture ?
i need the click be on the picture ?
You need to put your link code around the image code so it is like
Code:

<div>
<a href="the link url">
<img src="the image url" border="0" alt="the text you want to have as the alternative text should the image fail to display" />
</a>
</div>


peterska2 05-16-2008 10:52 PM

Quote:

Originally Posted by Subah (Post 1522116)
LoooL OK i just enable it for guests :)

Ok, two options:

1. Delete the contents of the settings for the left column title and the right column title

2. Make sure that your blocks start with
Code:

<tr>
<td>

and end with
Code:

</td>
</tr>

as per the readme file.

Subah 05-16-2008 10:58 PM

OK choise the 2nd option :p
Ok another question why is the right column apper in the left and the left column in the right ?
I know that i can change the title but i just want to know why this opesite places ?

peterska2 05-16-2008 11:02 PM

Quote:

Originally Posted by Subah (Post 1522128)
OK choise the 2nd option :p
Ok another question why is the right column apper in the left and the left column in the right ?
I know that i can change the title but i just want to know why this opesite places ?

That's easy to answer - your board is RTL so all lefts are rights and rights are lefts. RTL languages get a mirror image of vBulletin so that everything is the correct way around for these languages. As USC uses the same standards it does the same thing.

Subah 05-16-2008 11:05 PM

Thank you so much Kerry for supporting me on this great mod :)

Hornstar 05-17-2008 12:31 AM

Thanks for the update, its strange that it wouldnt work on the attachments page.

kollam003 05-17-2008 02:09 AM

updated thx

Rik Brown 05-17-2008 02:33 AM

Kerry-Anne:

Just upgraded from 1.0 to 2.2 running with vb 3.7.0.

As always, a fantastic product. Works flawlessly.

Thank you very much! -- Rik

peterska2 05-17-2008 09:39 AM

Quote:

Originally Posted by hornstar1337 (Post 1522204)
Thanks for the update, its strange that it wouldnt work on the attachments page.

I'm completely baffled by that too - had a good argument with the code and I'm still looking into it. If it can be fixed to work correctly on that page (I found the plugin but haven't yet worked out why it isn't working) then I'll include it in 2.3 but at the moment the fix that has been put in does work, it's just not ideal. There has to be something that is clashing for some reason which is what I'm looking into but it will take a while as it is such a large file to go through (profile.php)

DefenceTalk 05-17-2008 08:45 PM

Quote:

Originally Posted by Kerry-Anne (Post 1514638)
Standard forumhome variables are not global. They would need to be made into plugins in either the global_start or global_complete hook location to allow them to be used.

Things that do come up more than a couple of times are being considered for inclusion in future releases.

If people start making UCS addons then that would be really cool! :D

Even global_start, etc. variables do not work. I am trying to include rss feeds in the sidebars

Code:

ob_start();
require_once('rss.php');
$rss = ob_get_contents();
ob_end_clean();

It just does not parse... its a fresh forum install with no other product installed but the USC.

Now, if you put the $rss variable in the usc_sidecolumn_right template like:
$rss
$block11
$block12
$block13
Then it works... but not when put in the block templates.

Some help would be appreciated!

Thanks

peterska2 05-17-2008 09:17 PM

Please click install to receive support. As support is limited it can only be given to those who have clicked install. In addition, support for other modifications and integrating them with USC is not something that is provided at this time. Basic integration instructions are in the readme.

Hornstar 05-18-2008 02:12 AM

I disabled it on registration pages, as I edited a phrase to improve some wording for banned email address and then the side bar was covering up part of the image verification.

However it is making my page look funny now.

Is it just me or could this be a bug?

When I disable USC altogether my registration pages look fine, so USC is making my registration pages look off in the footer.

http://www.gamerzneeds.net/forums/register.php

peasoup 05-18-2008 04:26 AM

I've been through all the readme install files and cannot get the columns to appear.

The only thing I dont understand with the install is to enable columns in the usergroup area. Where is that shown??

I had USC 1.0 working ok. I unistalled everything and started from scratch.

I've resorted to manually putting the table code in. I set a fat broder and can see the table starting and ending but no side colums.

Any help thanks.

peterska2 05-18-2008 11:50 AM

Quote:

Originally Posted by hornstar1337 (Post 1523059)
I disabled it on registration pages, as I edited a phrase to improve some wording for banned email address and then the side bar was covering up part of the image verification.

However it is making my page look funny now.

Is it just me or could this be a bug?

When I disable USC altogether my registration pages look fine, so USC is making my registration pages look off in the footer.

http://www.gamerzneeds.net/forums/register.php

If you have all pages unchecked and registration pages unchecked then USC will not display on any registration pages.

Quote:

Originally Posted by peasoup (Post 1523140)
I've been through all the readme install files and cannot get the columns to appear.

The only thing I dont understand with the install is to enable columns in the usergroup area. Where is that shown??

I had USC 1.0 working ok. I unistalled everything and started from scratch.

I've resorted to manually putting the table code in. I set a fat broder and can see the table starting and ending but no side colums.

Any help thanks.

Ensure that you have the USC columns enabled, have set the display pages and also the usergroup permissions for the columns to be shown. If the usergroup does not have permissions to view the columns then they will not appear. If the columns are turned off or have not had display pages set then they will also not appear.

Captain DDL 05-18-2008 08:16 PM

It seems that you cannot delete your custom links, even though it says it was deleted successfully. Is this something you can reproduce, Kerry-Anne? If not, what could be causing this?

peterska2 05-18-2008 09:45 PM

I can reproduce this and it will be fixed in the next version. In the meantime, setting the display order to 0 will stop the link from being displayed.

Hornstar 05-19-2008 08:44 AM

Quote:

Originally Posted by Kerry-Anne (Post 1523411)
If you have all pages unchecked and registration pages unchecked then USC will not display on any registration pages.



Ensure that you have the USC columns enabled, have set the display pages and also the usergroup permissions for the columns to be shown. If the usergroup does not have permissions to view the columns then they will not appear. If the columns are turned off or have not had display pages set then they will also not appear.

Even with it disabled in the registration pages, it is making it look funny. go to my register page to see what I mean.
http://www.gamerzneeds.net/forums/register.php

I have it unchecked to not show on that page.
However disabling the product makes the page look good again.

meolangthang 05-19-2008 12:35 PM

:( I have read your posts but i have not yet done. The column doesn't show T________T. I followed some steps below:
- Upload necessary files in the upload folder.
- Import the .XML file.
- I enable left column with the witdh 160 (default). Then I choose All pages. At Column start point option, I keep it default (below header and above navbar). I allow everyone to view.
- I export .XML to add some rows. :( I don't know if it is true @_@
Some rows and the quotation in the .XML file:
Code:

<template name="usc_block_1" templatetype="template" date="1207162379" username="peterska2" version="2.0" /> 
<tr>
<td class="alt1"><a href="http://ddth.com">
<img src="http://localhost/f/images/banner/bn1.jpg">
</td>
</tr>
<template name="usc_block_10" templatetype="template" date="1207162511" username="peterska2" version="2.0" />

( the blue lines are default, I don't change)
- And then I open forum homepage, no column appears @__@.

Can someone help me pls? Can someone post your code including the default lines, for example my code? I 'm a complete beginner and don't know where to put it : [
Thanks for any help....

Adam H 05-19-2008 05:27 PM

Ive just installed it and the admin pannel is fine , i have edited the required templates but its not showing up on the site ? can some one please help me ?

TRONIXNEWS 05-19-2008 10:42 PM

I am experiencing the same issue. Uploaded all the required files to their directory. Enabled the mod, but nothing shows on my site at www.tronixnews.com. What else do we have to do that isn't mentioned?

peterska2 05-19-2008 11:29 PM

Quote:

Originally Posted by meolangthang (Post 1524699)
:( I have read your posts but i have not yet done. The column doesn't show T________T. I followed some steps below:
- Upload necessary files in the upload folder.
- Import the .XML file.
- I enable left column with the witdh 160 (default). Then I choose All pages. At Column start point option, I keep it default (below header and above navbar). I allow everyone to view.
- I export .XML to add some rows. :( I don't know if it is true @_@
Some rows and the quotation in the .XML file:
Code:

<template name="usc_block_1" templatetype="template" date="1207162379" username="peterska2" version="2.0" /> 
<tr>
<td class="alt1"><a href="http://ddth.com">
<img src="http://localhost/f/images/banner/bn1.jpg">
</td>
</tr>
<template name="usc_block_10" templatetype="template" date="1207162511" username="peterska2" version="2.0" />

( the blue lines are default, I don't change)
- And then I open forum homepage, no column appears @__@.

Can someone help me pls? Can someone post your code including the default lines, for example my code? I 'm a complete beginner and don't know where to put it : [
Thanks for any help....

DONT EDIT THE XML!

The templates are in the style manager in the section called Ultimate Side Columns Templates.

Quote:

Originally Posted by riverwire (Post 1524939)
Ive just installed it and the admin pannel is fine , i have edited the required templates but its not showing up on the site ? can some one please help me ?

Quote:

Originally Posted by TRONIXNEWS (Post 1525214)
I am experiencing the same issue. Uploaded all the required files to their directory. Enabled the mod, but nothing shows on my site at www.tronixnews.com. What else do we have to do that isn't mentioned?


Make sure you have also set your usergroup permissions. By default the columns are not displayed to any usergroups. You need to set the usergroup permissions for the usergroups that you wish to be able to see the columns.

peterska2 05-19-2008 11:31 PM

Quote:

Originally Posted by hornstar1337 (Post 1524512)
Even with it disabled in the registration pages, it is making it look funny. go to my register page to see what I mean.
http://www.gamerzneeds.net/forums/register.php

I have it unchecked to not show on that page.
However disabling the product makes the page look good again.

This is an issue with your style. I cannot support custom styles for obvious reasons.

slmoney 05-20-2008 01:37 AM

OK..strange issue...

I cannot use the GO button to moderate posts, threads or any other item that needs moderation.

I had this problem once before..then discovered that the USC mod interfered with V3.7Beta.
When the new version came out supporting V3.7, I installed it..and everythign worked great...

BUT..after this latest update (2.2 - THANKS!) ..my GO button quit working again.

Strange...anyone else have this??? Or please..let me be the only one..lol.

peterska2 05-20-2008 07:13 AM

I cannot reproduce this on the default style. If you are not using the default style then it is most likely a style issue which will need to be resolved with your style author.

meolangthang 05-20-2008 12:23 PM

Quote:

DONT EDIT THE XML!

The templates are in the style manager in the section called Ultimate Side Columns Templates.
Thank you much, the column have appeared :D

xnewman 05-20-2008 01:56 PM

Hi everybody,
I have tried install ucs to my vbulletin 3.7.0 and although I have precisly followed installation insctructions I have got this error message:

Invalid File Specified

It happened when I tried to import XML file. Does anyone have hint what is wrong and how can I fix it?

Thanks a lot

meolangthang 05-20-2008 02:10 PM

Remember upload the files before import. Perhaps you have not yet enabled the plugin/hook system. Vbulletin option-->Plugin/Hook System---> Yes

xnewman 05-20-2008 06:43 PM

meolangthang:
Thanks for ideas, but they didnt help at all :-( I have hook system switched on and before importing I uploaded whole upload directory to place where I have installed forum.

The way how I am trying to import file:
Plugins & products -> Manage Products -> Add/Import product -> Chose xml file (bitfield_usc.xml) from my directory and click on import button and then "Invalid File Specified" appears

Am I doing something wrong?

peterska2 05-20-2008 09:03 PM

Quote:

Originally Posted by xnewman (Post 1525988)
meolangthang:
Thanks for ideas, but they didnt help at all :-( I have hook system switched on and before importing I uploaded whole upload directory to place where I have installed forum.

The way how I am trying to import file:
Plugins & products -> Manage Products -> Add/Import product -> Chose xml file (bitfield_usc.xml) from my directory and click on import button and then "Invalid File Specified" appears

Am I doing something wrong?

Yup :) Don't worry though - we only learn by making mistakes :)

You need to import the product-ka_ultimate_sidecolumn_2-2.xml file, not the bitfield file. The bitfield file should be uploaded to the includes/xml directory.

xnewman 05-21-2008 11:27 AM

Kerry-Anne:
thanks a lot :) oooops my mistake, I havent spotted those xml files in the root directory :-)

slmoney 05-21-2008 12:53 PM

Ok...it was not USC 2.2 that caused my Moderation (GO) button problem... whew..

BUT...now I have another issue.

Load time of my forum has been slowed to a crawl when USC 2.2 is enabled. Even without items in the columns the load time is like 5-8 seconds per page. Without it, load time is instant. What would cause this?

pewa 05-21-2008 01:58 PM

Problem solved! Works fine!

Adam H 05-22-2008 04:00 PM

mines all installed thanks for the last tip it worked a charm, .....oh hang on just answered my question my self :) Have a good day everyone

pewa 05-23-2008 06:50 AM

How can I edit the template so that my right column ends up "outside" of the site? (outside of the white field in this case)

See picture

Flep 05-23-2008 07:42 AM

I've installed 2.2 .
No way :(
I did exactly what installation guide says but it does not work.

Default style 3.7.0

bOh

peterska2 05-23-2008 01:04 PM

Quote:

Originally Posted by pewa (Post 1528680)
How can I edit the template so that my right column ends up "outside" of the site? (outside of the white field in this case)

See picture

Use manual edits and put the header edit right at the top of the header template and the footer edit in the footer template right after the copyright code.

Quote:

Originally Posted by Flep (Post 1528722)
I've installed 2.2 .
No way :(
I did exactly what installation guide says but it does not work.

Default style 3.7.0

bOh

You need to enable it in the usergroup permissions as well as in the vBOptions and add some content or nothing will appear.


All times are GMT. The time now is 01:44 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.01905 seconds
  • Memory Usage 1,852KB
  • 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
  • (7)bbcode_code_printable
  • (18)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