vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Forum Display Enhancements - Threadbits like vBulletin 4 (https://vborg.vbsupport.ru/showthread.php?t=217667)

Cobro 12-05-2009 09:17 PM

Thank you very much this is a great Mod installed and nominated thank you so much !!

grey_goose 12-11-2009 01:55 PM

1 Attachment(s)
Still have a problem -- does anyone else have this with do=viewsubscription ?

Thanks!

AeonGamer 01-07-2010 05:33 AM

1 Attachment(s)
Hi Sofia,

Thanks for this code rewrite. Very nice outcome from it. Marked as installed.

However there is a problem with my subscribed threads. I dont want to have to revert back to my old template code because I really like the look of this one. So hopefully you can help me fix it up.

In subscribed threads it looks really out of proportion like this ( see attached image ).

Any idea why this is happening and how I can fix it?

Thanks

Tyran1 01-08-2010 10:14 AM

1 Attachment(s)
https://vborg.vbsupport.ru/attachmen...1&d=1262952788

Tags search hav a problem!
UCP is to plugin inaktiv!

Help me please!

Tyran1 01-13-2010 07:12 PM

1 Attachment(s)
New Bug:

https://vborg.vbsupport.ru/attachmen...1&d=1263417122


Help !!!!!!

Naan-Kadavul 04-25-2010 02:23 AM

Screenshots appreciated.. !!

Arsov14 04-29-2010 05:08 PM

Help me please... Problem: Subscriptions like VB 4
Code:

https://vborg.vbsupport.ru/showthread.php?t=241499

dieselpowered 07-28-2010 08:35 PM

Any screenshots at what this mod produces?

jscieza 12-15-2010 04:39 PM

Sofia, could you please fix the issue with the subscribed threads page? Thanks.

grey_goose 12-16-2010 11:56 AM

Here's what I did:

In template SUBSCRIBE

FIND
Code:

<if condition="$show['havethreads']">
<tr>
        <if condition="$show['threadicons']">
                <td class="thead" colspan="2">&nbsp;</td>
        <else />
                <td class="thead">&nbsp;</td>
        </if>
        <td class="thead" width="100%">
                <a href="$sorturl&amp;order=asc&amp;sort=title">$vbphrase[thread]</a> $sortarrow[title] /
                <a href="$sorturl&amp;order=asc&amp;sort=postusername">$vbphrase[thread_starter]</a> $sortarrow[postusername]
        </td>
        <td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&amp;order=desc&amp;sort=lastpost">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td>
        <!--<td class="thead" align="center" nowrap="nowrap"><a href="$sorturl&amp;order=desc&amp;sort=replycount">$vbphrase[replies]</a> $sortarrow[replycount]</td>-->
        <!--<td class="thead" align="center" nowrap="nowrap"><a href="$sorturl&amp;order=desc&amp;sort=views">$vbphrase[views]</a> $sortarrow[views]</td>-->
        <td class="thead">$vbphrase[notification]</td>
        <td class="thead"><input name="allbox" type="checkbox" value="Check All" title="$vbphrase[check_uncheck_all]" onclick="checkall(this.form);" /></td>
</tr>

REPLACE
Code:

<if condition="$show['havethreads']">
<tr>
        <if condition="$show['threadicons']">                               
        <else />
        <td class="thead">&nbsp;</td>
        </if>
        <td class="thead"></td>
    <td class="thead">
        <if condition="$show['threadratings']"><span style="float:$stylevar[right]"><a href="$sorturl&amp;order=desc&amp;sort=voteavg" rel="nofollow"></a> $sortarrow[voteavg]</span></if>
        <a href="$sorturl&amp;order=asc&amp;sort=title" rel="nofollow">$vbphrase[thread]</a> $sortarrow[title] /
        <a href="$sorturl&amp;order=asc&amp;sort=postusername" rel="nofollow">$vbphrase[thread_starter]</a> $sortarrow[postusername]
    </td> 
<td class="thead">$vbphrase[notification]</td>   
<td class="thead"><input name="allbox" type="checkbox" value="Check All" title="$vbphrase[check_uncheck_all]" onclick="checkall(this.form);" /></td>
<td class="thead" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&amp;order=desc&amp;sort=lastpost" rel="nofollow">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td>
                </tr>



All times are GMT. The time now is 05:50 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.01320 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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