vb.org Archive

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

sR Craig 05-14-2007 11:50 PM

Hi there,
would it be possible to get a 'forumhome and forum display only' option?

Love the hack...thanks

DefenceTalk 05-15-2007 01:50 AM

Quote:

Originally Posted by DefenceTalk (Post 1247034)
Thanks for the mod!

Is there anyway to parse php includes in the sidebars?

Never mind, got it. Goes in the templates.

techspot 05-15-2007 12:59 PM

Hi,
I just installed the plugin in Element skin by Vbulletin.com but it does not seem to be working properly. It shows the left column above the main forum list.

I have followed the instructions provided in this thread but for some strange reason it does not work.

Any ideas?

P.S.: Screenshot attached below.

wizardan 05-15-2007 02:28 PM

Running this most excellent hack on FORUMDISPLAY only, with the right column enabled.
Thread titles become centered in IE7, while good ol' Firefox behaves normally, with thread titles still aligned left, where they belong.

Anyone got a fix for that?

shlomot 05-16-2007 01:06 AM

Quote:

Originally Posted by wizardan (Post 1248131)
Running this most excellent hack on FORUMDISPLAY only, with the right column enabled.
Thread titles become centered in IE7, while good ol' Firefox behaves normally, with thread titles still aligned left, where they belong.

Anyone got a fix for that?

That's exactly what I'm also trying to get support for. Firefox reads <table> and <td> attributes from the style's css while IE (6 or 7) ignores it or maybe overwrites these attributes with other definitions that are maybe nested somewhere.

I wish we could at least get a hint as to the cause. Then it may be easier to solve it on our own.

tuslic 05-16-2007 03:08 AM

i upgraded to 3.6.7 and the columns don't have a space between the actual forums, its all connected, does anyone no how i can fix that?

dpatel304 05-16-2007 10:34 PM

Nice mod! Installed it, but had a few questions. I am currently using Zoints, and want to add a Profile link in my sidebar. The link to a profile is this:
http://www.afkay.com/forums/z/?id=1

But the id is going to be different for each user. Anyway I can make the '1' a variable, and have it link to user's profiles?

Also, I want to add user's avatars as a picture in the sidebar. How would I go about doing that?

thanks in advance.

Philipaclayton 05-17-2007 09:07 AM

awesome. going to install tonight :D

cormee 05-17-2007 03:29 PM

This is great! I'm just in the process of switching over to vBulletin from phpBB (this is my first modification install) I hope it all goes as easily and works as well as this one! Thanks.

nymyth 05-21-2007 05:15 PM

anyone have this working on an extremepixels skin....its messing up the whole look....thanks

Peace

emitton 05-21-2007 08:13 PM

Hi there, can anyone please help me out,
in the acp i have put this code :
<img src="http://www.samotardforum.net/forum_images/goride.gif" />
to show an image in the block and for extra blocks in the template iv used this code:

<td class="alt1">
<img src="http://www.samotardforum.net/forum_images/goride.gif" />
</td>
</tr>


I would like to have a link to a url for that image in the block, what would the code look like and where would it go in both cases.

Your help is really appreciated

Newbie!:confused:

nymyth 05-21-2007 08:22 PM

you would use the <img src="link here" /> code to put images into it

Peace

emitton 05-21-2007 08:41 PM

the images is not the prob, thats working fine, i would lik to add a link to the picture

thanks

nymyth 05-21-2007 08:45 PM

then use the <a href="link here">IMG LINK</a>

Peace

emitton 05-21-2007 08:55 PM

sorry, maybe i am not explaining properly, i already have a image in the block.
What i want to do is click on that image and it takes me to a url,
i am using it to display ads and want to go to there website when i click on the image

Thanks

nymyth 05-22-2007 02:58 PM

<a href="LINK TO SITE">
<img border="0" src="IMAGE LINK">
</a>

Peace

bollie 05-22-2007 03:56 PM

use html ;)

emitton 05-22-2007 06:32 PM

Quote:

Originally Posted by nymyth (Post 1252721)
<a href="LINK TO SITE">
<img border="0" src="IMAGE LINK">
</a>

Peace

Was exactly what i was looking for.

THANK YOU;);)

DeiseHost 05-22-2007 07:08 PM

This is nice but doesn't go too well with VB Advanced

Rider69 05-23-2007 02:32 AM

can someone please explain where I get the code from to add items such as Login/User CP, Forum Stats, Birthdays, Mini Calendar and such so that I can add them to my columns?

Rider69 05-24-2007 01:40 PM

anyone???

bandarsq 05-25-2007 07:17 AM

Mod workes perfect .. except for one little thing .. veiwing the forum on 800*600 gives a scroller at the bottom .. how can I fix this??

thanks

joeychgo 05-25-2007 08:11 AM

Could I get a conditional to keep the sidebar off my vBadvanced homepage?

BrettMo 05-27-2007 06:43 AM

I have replaced this functionality with CMPS now. The upgraded version 3.0 is fantastic: http://www.vbadvanced.com/products.p...roductinfo&p=4

deep_blue 05-27-2007 04:26 PM

hi

i have noticed two problems

i) the forum is getting slow (page is taking lot of time in loading with this mod)

ii) If i put "Latest thread " codes on box it is giving vb codes

The Bish 05-29-2007 08:30 PM

Quote:

Originally Posted by joeychgo (Post 1254335)
Could I get a conditional to keep the sidebar off my vBadvanced homepage?

This would be much appreciated!

Rukas 05-31-2007 04:43 AM

Is there anyway to include an external RSS feed in one of the columns?

Correadde 05-31-2007 08:14 PM

Quote:

Originally Posted by Kerry-Anne (Post 1205689)
Use
Code:

<img src="url to your image" />

How can i make this image to a link? :confused:

bollie 06-01-2007 04:12 AM

Quote:

Originally Posted by Correadde (Post 1258580)
How can i make this image to a link? :confused:

PHP Code:

<p><a href="http://www.pctuts.be/forum/">
<
img border="0" src="http://www.pctuts.be/blok_download/Grafisch.gif" width="19" height="18"></a></p

Look to my site

Mrdby 06-01-2007 01:33 PM

could i see a live version of this? who has it set up on their site?

The Bish 06-01-2007 01:34 PM

Here ya go...

http://prosper-living.com

TB

Mrdby 06-01-2007 01:36 PM

Quote:

Originally Posted by The Bish (Post 1259063)
Here ya go...

http://prosper-living.com

TB

cool!!! is it hard to set up?

The Bish 06-01-2007 01:57 PM

Actually if you just checked I was in the middle of changing my passwords so it may have show a DB error... so check back now.

No it is easy as cake to setup. I am also running it with phpAdsnew which gives me total flexibility in my ads. Pure greatness!

Although I will say that if I enable the Right Side it throws off my Registration Rules page. Hence it is on the Left Side.

TB

shlomot 06-02-2007 02:49 AM

Quote:

Originally Posted by Mrdby (Post 1259062)
could i see a live version of this? who has it set up on their site?

We activate left column only on The Relationships Forums. Good luck.

bongwater 06-02-2007 06:10 PM

Looks great, easily installed and integrates well with our forum. We used a combination of hyperlinked images and google adsense (live link click HERE)

notrious 06-05-2007 04:27 PM

how i can increase the length of each table like table 1 2 3 how can i increase the length

Zachariah 06-08-2007 12:57 AM

Idea,
For each block to have an option for a title block header like the "Column Title".

Left Column Title
Left Column Block One

Left Column Block Two Title (class="tcat")
Left Column Block Two

Left Column Block Three Title (class="tcat")
Left Column Block Three

Left Column Block Four Title (class="tcat")
Left Column Block Four

and same for the right side.

Thank You for your time and energy.

deep_blue 06-09-2007 11:26 AM

Hi

Is there anybody else facing problem of page laoding a bot slow. The header comes first and then remaining page where sides bars are thee, appear after a lag of 10 seconds or so?? what could be the reason

The Bish 06-09-2007 11:56 AM

I had this issue when my openads password did not match my db password. I was so worried about my site dragging I did not even notice the ads not loading.

dpatel304 06-11-2007 04:40 AM

Anyway to have these side columns appear underneath my navbar? I would like the navbar to take up the entire width of the page, and the side columns to be next to the actual forums.


All times are GMT. The time now is 10:27 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.01638 seconds
  • Memory Usage 1,818KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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