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)

LilSniper 01-01-2008 06:19 PM

Will this work for 3.6.7?

Forum Lover 01-01-2008 06:39 PM

Quote:

Originally Posted by LilSniper (Post 1413306)
Will this work for 3.6.7?

i second that.

almansoori 01-04-2008 06:48 PM

Good work
I wish you success

unitedpunjab 01-04-2008 07:01 PM

Quote:

Originally Posted by LilSniper (Post 1413306)
Will this work for 3.6.7?

Quote:

Originally Posted by Forum Lover (Post 1413326)
i second that.

Yes,its working for me on 3.7 b3

inciarco 01-04-2008 10:40 PM

Quote:

Originally Posted by Tim_GPN (Post 1412379)
Great mod, however it wont work for me for some reason.

I just get a huge database error? Any ideas?

See One of My Last Posts a few Weeks Ago, (actually is in the Previous Page (10), Post 146, of this Thread); there I Explain How I Solved a Similar Incompatibility of this Hack With PhotoPlog By Including Two Simple Code Line Modifications in One (1) PhotoPlog Plugins. I Also Posted that Same Solution in one of My Last Posts on the PhotoPlog Thread here in vBulletin!! ;)

My Best Regards!! ;)

:)

Tim_GPN 01-05-2008 06:11 AM

Quote:

Originally Posted by inciarco (Post 1415610)
See One of My Last Posts a few Weeks Ago, (actually is in the Previous Page (10), Post 146, of this Thread); there I Explain How I Solved a Similar Incompatibility of this Hack With PhotoPlog By Including Two Simple Code Line Modifications in One (1) PhotoPlog Plugins. I Also Posted that Same Solution in one of My Last Posts on the PhotoPlog Thread here in vBulletin!! ;)

My Best Regards!! ;)

:)

You are officially my new best friend.

Thanks heaps mate!

wolfyman 01-05-2008 11:42 AM

I'm missing my rep button for the first post using (postbit legacy with the avatar on the right).

How can I fix this?

Aeolian 01-05-2008 11:22 PM

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

rapidphim 01-07-2008 03:29 AM

can this awesome mod be upgraded for upcoming vb 3.7? my board will be meaningless without this mod.

wolfyman 01-09-2008 01:49 PM

Quote:

Originally Posted by wolfyman (Post 1415875)
I'm missing my rep button for the first post using (postbit legacy with the avatar on the right).

How can I fix this?


Bueller?

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.

mry 02-05-2008 08:53 PM

how automatic enable for all forums categorys ? can u add subforums... include option

Austone 02-17-2008 12:31 AM

It installed perfectly, but didn't change anything??? I turned it on for all my forums...

Any ideas?

Loanmanken 02-17-2008 12:19 PM

Sweet thanks man! I have replicated vb.org's article section with this mod...although I still have a few phrases to change on the search templates and two other places.

http://www.allthingsintended.com/for...splay.php?f=31

todosbaneados 02-22-2008 12:02 PM

I installed the producto only, how can i see the first post in all pages? It doesnt appears

rapidphim 02-22-2008 01:33 PM

Quote:

Originally Posted by todosbaneados (Post 1448631)
I installed the producto only, how can i see the first post in all pages? It doesnt appears

You have to set the permisson for each forum.

todosbaneados 02-22-2008 06:50 PM

How can ia add a chager pages, between first post and the others, like in IPB? or simply add a space or anything like that.

And how can i remove the thread type for posts?

Scamorz 02-27-2008 08:49 PM

Hi, thank you for this mod.

A little question: in the first post of a thread i can't see "thank you" button...is it normal?
Can you integrate this mod with Thank you mod?

;)

inciarco 02-27-2008 09:24 PM

Quote:

Originally Posted by inciarco (Post 1393592)
I'd Appreciate a lot if Calorie could Tell me if the Plugin "PhotoPlog File Count" Can Be Ommited without any Problem, because the Way the Code is Written Affects the Hack "Chief First Post" that I've Mentioned Before, causing the Error I've mentioned in some of my Posts in this Thread!! :confused:

My Best Regards!! :up:

:)

I Just Noticed that the Plugin "PhotoPlog File Count" is Not Active on the Installation of the Mod, and only is Activated by the Admin if wishes to Try an Option in the Manual "Want a gallery link in postbit with count?", so is Safe to keep it Not Active, and of Course as mentioned in one of my Previous Posts, this will Help not to Get a Conflict with the Mod "Chief First Post on Every Page"!! :p :rolleyes:

My Best Regards!! ;)

:)

Animparadise 02-28-2008 11:34 AM

i have a new problem with this hack,
i installed it nicely and it was ok, but after installing some modification, it's chace all of post in thread page not only first post, how to solve this problem?

Animparadise 03-01-2008 03:25 AM

Quote:

Originally Posted by Animparadise (Post 1452831)
i have a new problem with this hack,
i installed it nicely and it was ok, but after installing some modification, it's chace all of post in thread page not only first post, how to solve this problem?

any suggestion?:confused:

Powerofdreams 03-02-2008 08:53 AM

Is it same with vbulletin.org hack system ? Atakan

Atakan abi her sayfda ilk mesaj g?sterilmesi gibi bir şey mi bu ? Teşekk?rler :)

MissKalunji 03-05-2008 10:59 AM

Quote:

Originally Posted by elmati (Post 1346003)
i done this using conditionals...
Love this hack!

what did u use?

Zaiaku 03-10-2008 05:44 PM

OK This was working for me on my test board but now since I've done the full upgrade to 3.7 beta 6 its not working fully for me. It displays the first post on all pages just fine but its not displaying it with the right template. It's using the same template as the other posts are. Anyne one have any ideas?

Tom_S 03-10-2008 06:01 PM

Quote:

Originally Posted by Spermy (Post 1325215)
Hope this helps for the postbit problems. I use legacy so this is what I did.

Oh yeah...The stuff! Thanks! I like a lot!

Zaiaku 03-11-2008 03:31 PM

OK not sure why but its working just fine now :)

trigon 03-19-2008 10:43 AM

Quote:

Originally Posted by Spermy (Post 1325215)
Hope this helps for the postbit problems. I use legacy so this is what I did.

Yep, that was my problem, now fixed. THX buddy.:D

katie hunter 03-19-2008 11:41 AM

Hey Nice mod :) I like it, but i am so picky with my forum styles, one of my skin looks different then the other when i post an article, may be screenshots will help more.

I have this orange skin and my signatures show under my avatar box. I like it how it is like that but in that other skin, my signatures doesn't show under my avatar box, it appears far away from it, do you know what might cause that ? So i could fix it

Orange skin, ( I like where my signature appears right now )

http://i271.photobucket.com/albums/j...kitten/p1a.jpg

On my other skin it shows different, ( How can i make my signature show like my orange skin ? )

http://i271.photobucket.com/albums/j...kitten/p2a.jpg

codershark 03-19-2008 12:18 PM

Works perfect in vb 3.7 Beta 6..

MissKalunji 03-21-2008 06:29 AM

Works on 3.7 Rc 1 as well

codershark 03-24-2008 05:25 AM

Dont compatible with Thank you Hack :( (dont show the thank you button in first post)


All times are GMT. The time now is 04:06 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.01616 seconds
  • Memory Usage 1,829KB
  • 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
  • (16)bbcode_quote_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
  • (40)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