vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Similar Threads after first post (https://vborg.vbsupport.ru/showthread.php?t=150743)

obmob 06-26-2007 09:15 PM

Similar Threads after first post
 
Hello, I want to move the similar threads right below my first post, just as similar mods are shown in vb.org... unfortunately, haven't been able to make it work.

I tried to use this in the postbit, but nothing is shown.

Code:

<if condition="!$GLOBALS['FIRSTPOSTID']">$similarthreads</if>
Maybe someone has a clue or an idea how to make this work? :D
Thanks

Michael Biddle 06-26-2007 09:22 PM

This wouldnt work because $similarthreads isnt called in the postbit template

obmob 06-26-2007 09:26 PM

Oh, yeah, i know it's called in the showthread template... that's why i was wondering if someone has an idea on how it is done here in vb.org

obmob 07-02-2007 01:28 AM

:( no help

moonray 07-17-2007 04:02 PM

I also wanted the same feature, but since it did not seem possible, I digged into the code and made my own modifications. I now have similar threads in a column on the right side (as in youtube) only on showthread pages...

It needs modification of some template files and am not sure if I can advice anybody on that over here...

obmob 07-18-2007 02:29 AM

Quote:

Originally Posted by moonray (Post 1293748)
I also wanted the same feature, but since it did not seem possible, I digged into the code and made my own modifications. I now have similar threads in a column on the right side (as in youtube) only on showthread pages...

It needs modification of some template files and am not sure if I can advice anybody on that over here...

Maybe you can release your mod, i'm sure many will love it! :D

HMBeaty 07-18-2007 02:31 AM

Quote:

Originally Posted by moonray (Post 1293748)
I also wanted the same feature, but since it did not seem possible, I digged into the code and made my own modifications. I now have similar threads in a column on the right side (as in youtube) only on showthread pages...

It needs modification of some template files and am not sure if I can advice anybody on that over here...

What kind of modifications to the template files? I'm sure I or someone else can help with that. :D

obmob 07-27-2007 05:36 PM

I'd try it if i knew where to start :p

nexialys 07-27-2007 05:57 PM

this is simple actually... on postbit creation, after "is_first_post" thingy, just call the details to display these related threads...

SCRIPT3R 07-27-2007 07:00 PM

Quote:

Originally Posted by obmob (Post 1277251)
Hello, I want to move the similar threads right below my first post, just as similar mods are shown in vb.org... unfortunately, haven't been able to make it work.

I tried to use this in the postbit, but nothing is shown.

Code:

<if condition="!$GLOBALS['FIRSTPOSTID']">$similarthreads</if>
Maybe someone has a clue or an idea how to make this work? :D
Thanks

are you wanting like this part?

PHP Code:

<thead>
    <
tr>
        <
td class="tcat" width="100%" colspan="5">
            <
a style="float:right" href="#top" onclick="return toggle_collapse('similarthreads')"><img id="collapseimg_similarthreads" src="images/cstyle/blue/buttons/collapse_tcat.gif" alt="" border="0" /></a>
            
Similar Mod<a name="similarthreads"></a>
        </
td>
    </
tr>

</
thead



All times are GMT. The time now is 11:39 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.01110 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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