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)
-   -   Forum Home Enhancements - Left side column on forum home only (https://vborg.vbsupport.ru/showthread.php?t=117988)

peterska2 08-10-2006 04:18 PM

Add the links to the template via your style manager.

The only thing that the XML is for is to install the default template and the plugins required for it to work.

Ohiosweetheart 08-12-2006 10:52 AM

Quote:

Originally Posted by peterska2
For that particular type of bullet, you would need to use
Code:

<ul><li>[high]link/text/whatever here[/high]</li></ul>
Use
Code:

<br />
between each item and omit the
Code:

</ul>
until the final item so your list would look like
Code:

<ul>
<li>Item One</li><br />
<li>Item Two</li><br />
<li>Item Three</li>
</ul>

You can put as many items as you wish within the list using this format.

I just wanted to give you credit Kerry-Anne... you explain things so well, so clearly... I know it is appreciated by more than just myself.

Thank you!

StuntFactoryX 08-15-2006 04:10 PM

very nice.. is there a way i can incorportate my photopost and classifieds pics in there.

i use varibles under under navbar like $photopostfeature and $classifiedfeature and they display 2 separate blocks under my navbar. i can edit the photopost files to make them vertical boxes. but is there a way i can put there varibles in this side colum stacked?

thank you

peterska2 08-15-2006 04:26 PM

As I don't use either of them modifications, I can only guess at this, so it might work, or it might not.

Try putting the variables for those in the column template. If they are global variables then they _should_ work.

Let me know what happens, as if not I'll probably need some more information about how these modifications work (the variables and things, not what they actually do) to see what sort of solution I can come up with.

StuntFactoryX 08-15-2006 04:38 PM

http://www.stuntfactoryx.com/forum/ is my site to give you an idea. they are the photoblocks under my shoutbox.

it was a plugin i imported w/ content in in plugin of

PHP Code:

include('../photopost/inc_features.php'); 

hook location is forumhome_complete

im not sure if that what your asking or is enough info.. if this is possible would i delete everything out of your template and just put the variables in there alone?

peterska2 08-15-2006 04:41 PM

Ok, moving the variable to the template and then moving the plugin to global_complete should work. No guarentees though as I can't test first.

nishv 08-16-2006 09:59 PM

I am trying to apply the coloum to the right? Any idea?

Nitesh 08-17-2006 06:50 PM

Hi there, excellent mod, just one problem I'm having with it. I cant get the stats working in the column:

$vbphrase[threads]: $totalthreads <br />
$vbphrase[posts]: $totalposts <br />

The phrases working fine but the actual stats dont show up.

Froggy32701 08-17-2006 08:06 PM

Quote:

Originally Posted by peterska2
This is due to the way that the shoutbox is coded, and cannot be prevented. The only solution to this that I know of is to have the column starting below the shoutbox.

How do you do this ?

peterska2 08-17-2006 10:47 PM

It should start below the shoutbox by design.


All times are GMT. The time now is 10:49 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.01321 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)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
  • (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