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)
-   -   Show Thread Enhancements - Chief First Post - Every Page - 3.6.x (https://vborg.vbsupport.ru/showthread.php?t=156141)

Aeolian 01-09-2008 06:48 PM

Quote:

Originally Posted by rapidphim (Post 1416916)
can this awesome mod be upgraded for upcoming vb 3.7? my board will be meaningless without this mod.

i have tested the mod in vb 3.7 b3, and it works fine.

Aeolian 01-09-2008 06:49 PM

Quote:

Originally Posted by Aeolian (Post 1416235)
in postbit article option, "Rating: ()" option comes in every topic irrespective of the fact that the section does not allow rating a thread..
how to resolve :s
thanks in advance

BUMP :D

hdrmut 01-14-2008 09:21 PM

Not work with 3.6.8


MySQL Error : Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Error Number : 1140
Date : Tuesday, January 15th 2008 @ 05:21:01 AM
Script : http://www.hdrmut.net/vb/showthread.php?p=1052942784
Referrer :
IP Address : 212.71.37.72
Username : support
Classname : vb_database

safakuygur 01-16-2008 11:19 AM

installed..
Thanks Atakan KOÇ

voter 01-17-2008 05:18 PM

For "Rating: ()" option comes in every topic irrespective of the fact that the section does not allow rating a thread..

Find in postbit_articles

Quote:

<div><if condition="$thread['rating']">
<strong>$vbphrase[rating]:</strong>
<img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" alt="" />
<span class="smallfont">
<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[cp_x_votes_y_average]</phrase>
</span>
<else />
<img class="inlineimg" src="$stylevar[imgdir_rating]/rating_0.gif" alt="" />
<span class="smallfont">
(<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[mxe_x_votes_y_average]</phrase>)
</span>
</if></div>
Replace it with
Code:

<if condition="$show['threadratings'] AND $show['threadrating']">
<div>
<if condition="$thread['rating']">
<strong>$vbphrase[rating]:</strong>
<img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" alt="" />
<span class="smallfont">
<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[cp_x_votes_y_average]</phrase>
</span>
<else />
<img class="inlineimg" src="$stylevar[imgdir_rating]/rating_0.gif" alt="" />
<span class="smallfont">
(<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[mxe_x_votes_y_average]</phrase>)
</span>
</if>
</div>
</if>

For advanced users and may be for further release from Atakan I add an if condition - in red, don'T forgot the to close the if.

voter 01-17-2008 05:33 PM

It would be greate enhancement, if one will have a option in userCP, such that every user could deside, do he want a view with chief post or not.

Something similar to display modes, that every user could decide in which mode he would like to display threads.

voter 01-17-2008 05:57 PM

Quote:

Originally Posted by demgel (Post 1394907)
Well, TO ME is annoying that everything is in posbit_article mode by default, so... to choose the default posbit, in the XML search:

default:
$this->templatename = 'postbit_articles';

So, change postbit_articles for the default mode you like.

These are the four options you can use:

postbit_legacy
postbit_articles
postbit_flipped
postbit (this is the normal mode)

So, then you import the product (reeplacing the old one by this one).

Saludos desde chile! (My english really sucks, I now)

PD: Don't know if this was posted already on this thread.
PD2: Atakan KOC, YOU ARE THE MAN!!! I've been waiting for this since march!! :D

Check the first page of thread https://vborg.vbsupport.ru/showpost....5&postcount=20 it is more safe, than hardcoding the XML file.:rolleyes:

voter 01-18-2008 11:28 AM

Any idea how to switch this off in one style and let it be in another?
I have many styles and think to allow users, who don't like this way of showing the threads, choose just another style.

amirlol 01-20-2008 01:54 PM

Thank you very much

WreckRman2 02-05-2008 04:44 PM

I like this... the only thing that would make this better would be the ability to merge posts into the first one. Example... I have a forum where a guy builds a kit airplane. Something that takes many days to get done. So if one could click add to post of something and create a new post it would create a timeline within the first post and also show attachments based on the day they were uploaded instead of all at the bottom. Kinda like a blog in a way.


All times are GMT. The time now is 07:42 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.01330 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)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