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)

Ohiosweetheart 04-14-2007 07:08 PM

I really do like this hack - great job Kerry Anne.

I will definitely use this, if I can find a way to place the side column below the breadcrumb/navbar, like your other side column hacks are. I've read through the thread here, and haven't found the solutiion.

Has anyone figured this out yet?

Ohiosweetheart 04-14-2007 07:32 PM

Wow - ok I figured out how to add an additional section for the left column, complete with category header, and separate content. See screenie below -

Altho this hack is highly customizable on the default vB skin, it poses many problems on custom styles, so I'm afraid that I can't use it.

I also must say that I don't understand the reasoning behind releasing hacks that aren't supported? It's great IF there are others who can support it and help others out, but only the hack author knows what she/he did to code this hack, so really he/she should be the one supporting it.

Mia 04-15-2007 03:34 PM

Thank you, Scooterpig. I did use the Search button, by the way, and did not find the answer to my question. Was just hoping for a little help.

Daky 04-17-2007 03:57 AM

Hi,
I Like this script it is very usefull, but i have a small problem.
Its no big deal, but i would like to fix it if possible.

For some reason my forum is not aligned properly when i am logged off.
When i am logged in, everything is perfect.

I am going to post here 2 pictures regarding this problem, because i am not 100 % sure how to explain .. the problem.

I hope someone will be able to help me.


GOOD: <-- WHEN LOGGED IN!
https://vborg.vbsupport.ru/


PROBLEM: <-- WHEN LOGGED OFF!
https://vborg.vbsupport.ru/


Thank you!

q22inc 04-18-2007 07:02 AM

^ I'm actually having a similar problem. I'll post pics as well

*edit* I'll post them tommorrow from work. Nap time.

YabbaDabba 04-18-2007 06:41 PM

Quote:

Originally Posted by dizzy100 (Post 1204696)
rss feeds from your forum is possible

Heres one for pulling the latest threads from your vbulletin board (make sure you have Vbulletin Options > External Data Provider > Enable External Javascript enabled)

PHP Code:

<script type="text/javascript" src="external.php?&amp;type=js"></script>
<
script language="" type="text/javascript">
<!--
for (var 
x in threads)
{
document.writeln("<img class=\"inlineimg\" src=\"YOUWEBSITEADDRESS/images/buttons/lastpost.gif\" alt=\"\" border=\"0\" /> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <span class=\"time\">(Posted By : "+threads[x].poster+")</span><hr />");
}
//-->
</script

Substitute YOUWEBSITEADDRESS with the full url to your forum (assumes using ther default theme).

Its not phrased because this mod seems to ignore them :( This is a shame as stats, banner etc can't be used through internal vbulletin options. However javascript seems to work well.

Many thanks. This works. Any chance that I can select just a subset of all threads, like the last 5, from the feed?

Because the feed covers many forums, "Maximum External Records" is set high (50), but I don't want that many threads listed in a column.

YabbaDabba 04-18-2007 06:53 PM

Just figured out. :rolleyes:
It was easier and more obvious than I thought. :p

Code:

<script type="text/javascript" src="external.php?&amp;type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 5; x < 10; x++)
{
document.writeln("<img class=\"inlineimg\" src=\"YOUWEBSITEADDRESS/images/buttons/lastpost.gif\" alt=\"\" border=\"0\" /> <a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a> <span class=\"time\">(Posted By : "+threads[x].poster+")</span><hr />");
}
//-->
</script>

In this example, I skip the 5 newest threads (x=0 to x=4) in case some spammers get started. But I do want just the next 5 threads (x=5 to x<10) in the feed (out of a total of 50 that I have defined in External Data Provider in vB Options).

:cool:

q22inc 04-19-2007 01:40 AM

<a href="http://www.spurs-forum.com/Forum/forumdisplay.php?f=11" target="_blank">http://www.spurs-forum.com/Forum/forumdisplay.php?f=11</a>

Is there any way to make the right column more...to the right? It pushes everything else to the left and throws the general alignment for the whole forum off. The above link shows you an example.

Daky 04-19-2007 04:09 PM

Quote:

Originally Posted by Daky (Post 1229458)
Hi,
I Like this script it is very usefull, but i have a small problem.
Its no big deal, but i would like to fix it if possible.

For some reason my forum is not aligned properly when i am logged off.
When i am logged in, everything is perfect.

I am going to post here 2 pictures regarding this problem, because i am not 100 % sure how to explain .. the problem.

I hope someone will be able to help me.


GOOD: <-- WHEN LOGGED IN!
https://vborg.vbsupport.ru/


PROBLEM: <-- WHEN LOGGED OFF!
https://vborg.vbsupport.ru/


Thank you!



Any1 have idea how to fix this? Pls.

Thank you!

Jakester 04-21-2007 10:41 AM

Is it possible to integrate the Private Messages box as small text inside this column? It would act as a Welcome Panel with "the last time you visited was .." and "the newest members is..."


All times are GMT. The time now is 10:46 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.02263 seconds
  • Memory Usage 1,751KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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