vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Show Thread Enhancements - Chief First Post - Every Page 3.7 (https://vborg.vbsupport.ru/showthread.php?t=178331)

MissKalunji 08-09-2008 12:41 AM

yes it does

MissKalunji 08-09-2008 12:42 AM

Quote:

Originally Posted by ed2k_2 (Post 1588076)
Yeah, can the mod be enabled on certain usergroups only?

yes it can....

GaiLoan 08-09-2008 05:59 AM

thanks, can this be automatic or must choose by starting new thread ?

yingzhou 08-09-2008 10:02 PM

can I chose wich on type is defauft? How to edit the defauft template?

Salar 08-10-2008 12:44 AM

i want it to show post's text from right to left! how can i make it do that?

Lanka 08-14-2008 11:11 AM

Is it available to allow a threadstarter to select sticking (or not) of first post in his thread?

Thanks a lot

yingzhou 08-14-2008 11:57 AM

When I quick Edit the first post of thread. It template return to defaulft, postbit_legacy. If Edit with full option, It's fine, rest in thread article template like defaulft.

elmati 08-14-2008 12:41 PM

Quote:

Originally Posted by yingzhou (Post 1598393)
When I quick Edit the first post of thread. It template return to defaulft, postbit_legacy. If Edit with full option, It's fine, rest in thread article template like defaulft.

it's a known bug but never was fixed...

I think Atakan KOC forgot this product :(

glowinggal 08-21-2008 11:02 AM

that's too bad :(

mooreaa 08-24-2008 07:59 AM

Hello I want to display the thread controls and toolbar below the first post. How would I do this?

yingzhou 08-24-2008 08:27 PM

Quote:

Originally Posted by yingzhou (Post 1598393)
When I quick Edit the first post of thread. The template return to defaulft, postbit_legacy. If Edit with full option, It's fine, rest in thread article template like defaulft.


any one can fix this? Please...

maaref 08-25-2008 05:57 PM

thanks you for the mod
working excellent.

vbboarder 08-30-2008 12:37 AM

Feature request: Allow the "thread type" setting to be set only in the VB Options or when editing Forum settings, instead of setting it per thread. This allows for a more consistent look throughout the forums.

wolfstream 09-01-2008 04:08 PM

Quote:

Originally Posted by Vtec44 (Post 1511037)
Search in the XML file for the code below

Code:

<option value="1">Postbit Article</option>
<option value="2">Postbit Legacy</option>
<option value="3">Postbit Flipped</option>
<option value="4">Postbit Normal</option>

and switch the order between Postbit Article and Legacy. Then import the XML (remember to set it to overwrite).

:)

The more efficient way to do this is to use the selected option, such as:
Code:

<option value="1">Postbit Article</option>
<option value="2">Postbit Legacy</option>
<option value="3">Postbit Flipped</option>
<option value="4" selected>Postbit Normal</option>

This will automatically select the 'postbit normal' setting for you.

RobbieZ 09-01-2008 04:46 PM

Cool.. And you can set which forum too.. excellent.. Installed..

Quote:

Originally Posted by wolfstream (Post 1612110)
The more efficient way to do this is to use the selected option, such as:
Code:

<option value="1">Postbit Article</option>
<option value="2">Postbit Legacy</option>
<option value="3">Postbit Flipped</option>
<option value="4" selected>Postbit Normal</option>

This will automatically select the 'postbit normal' setting for you.

Another way is too

AminCP>Styles & Templates>Search in Templates.

Now enter "Postbit Article" in your search box.

>postbit_select

And edit the template above as wolfstream describes.. :D

barcena 09-25-2008 01:53 AM

On my site I placed this hack that I like a lot, problem is that Article is the default (first) option on the Thread Type list so everyone is posting as Article.

I need the Postbit to be Normal by default, no Article, if then somebody wants to make their first post (chief one) an article to be seing from any page so be it, that means that person has enough knowledge like to change a little button, apparently right now is hard for my members to realize it or they don't underestand what Postbit means (neither do I lol) but is kind of annoying to have everyone posting their New Threads as Postbit Article just bc is the "default" one and then pm you so you can change it back to Normal for them. If i can fix this from the CP please enlighted me since I haven't being able to find it.

Thanks.

barcena 09-25-2008 02:55 AM

Quote:

Originally Posted by urdu (Post 1511052)
Thanks for help me ...

I thinks it's not enough to change the value only it's working after i also change the below values & change the place of Default Type...;)

1.

Code:

<select name="ttype" tabindex="1">
<option value="1">Postbit Legacy</option>
<option value="2">Postbit Article</option>
<option value="3">Postbit Flipped</option>
<option value="4">Postbit Normal</option>
</select>


2.

Code:

case 1:
$this->templatename = 'postbit_legacy';
break;
case 2:
$this->templatename = 'postbit_articles';
break;
case 3:
$this->templatename = 'postbit_flipped';
break;
case 4:
$this->templatename = 'postbit';
break;
default:
$this->templatename = 'postbit';
break;



Problem solved, I read the whole thread and this fixed my problem, I know nothing about programming or vbulleting I just have a site, I followed the steps and voila, if I could of doit anyone can.

Now my postib is:

Normal
Article
etc

Article is not the default anymore, that was annoying.


Thanks guys!

barcena 09-25-2008 05:04 AM

After I did those changes all the threads in where the first post were an Article went missed, you can see from post 2 up, does someone knows where does posts no. 1 went?. I'd try to edit those threads so I can put it back to Article but since the firsts post are missed there's nothing I can do.

Please help.

PD. You can stil open new threads and choose the postib: Normal, Article, etc.

GrendelKhan{TSU 09-25-2008 08:11 AM

it was looking good but...

if you choose ARTICLE it "breaks" with large avatars. (doesn't fit)

any fix for this to work with large avatars?

barcena 09-27-2008 07:46 PM

Is this hack supported? Too many questions and no answers. I will nominate the mod as the hack of the month in a flash but only if there is some sort of support.


1. I have noticed that I can't, as an Admin, see the IP of the member who opens an Article thread. Is there a way to see the IP, am I missing something?.

2. Can someone explain the differences bt Legacy, Flipped, Normal, Article?. I know the differences bt Normal and Article (those are the only ones that seems to be working on my site, I choose Legacy and Flipped sometimes but nothing different happens, it gets posted as Normal).

BTW. Unfortunatelly I had to revert all I did and allow Article to be the first option since, after the change on XML file, all the Threads in where Article was the first post, dissapear, a shame b/c i don't want Article to be the default but Normal, however I have the hack running, I like it too much as to dissable it.

GrendelKhan{TSU 10-02-2008 01:45 AM

you know what would be awesome?

if this could be added to teh THREAD VIEW choices

eg: linear, threaded, hybrid, chief post.

:)

Nadeemjp 10-02-2008 05:04 AM

is this usable with 3.7.3?

Nadeemjp 10-02-2008 05:32 AM

no it doesnt work with 3.7.3

shipfriends 10-06-2008 09:02 AM

Hi I have a query.

I am making a new post for every topic with some standard information. With another mod I change the date posted so it appears as first post.

The chief post though, if I choose to have it sticky for every thread page, takes the original first post and not my "artificial" one

Any ideas?
thanks

MissKalunji 10-06-2008 03:15 PM

1. Yes you would have to add this code below wherever you want it to show
Quote:

$post[iplogged]
2.- legacy is the standard one
- article looks similar to the ones on vb.org (go to any article here)
- flipped is just all the info are on the right instead of the left
I've modified mines so i can't exactly explain how the other ones are

what else is your problem?

akonze 10-07-2008 09:09 AM

Quote:

Originally Posted by barcena (Post 1631827)
Is this hack supported? Too many questions and no answers. I will nominate the mod as the hack of the month in a flash but only if there is some sort of support.

It seems this hack is not supported anymore. There are several issues (like the quickedit bug) which have not been adressed since may 2008. Furthermore someone pointed out it does not runs with 3.7.3. I also have problems with the mod, but finally decided to uninstall it again.

Sad, but true... :mad:

goxy63 11-09-2008 06:40 PM

Hi to all

I installed mod few days ago...
Its great, just one question, why on some threads there are no option as vote or...those threads are started before I installed this mod, thats why ?
How to fih this ?

Thanks

My Vb is 3.7.4

raja811 11-09-2008 10:34 PM

thanks

rob01 11-10-2008 04:19 AM

the flipped, legacy version dosnt works :(


legacy and flipped version show this = http://tustan.net/bbs/showthread.php?t=32

yingzhou 11-10-2008 07:07 AM

<font color="Red">Is this Mod is not supported anymore?</font>

TaMpE 11-26-2008 10:44 PM

Quote:

Originally Posted by yingzhou (Post 1662792)
Is this Mod is not supported anymore?

I think it was not supported since it's released :(

MissKalunji 11-28-2008 03:52 AM

i agree...

TitanJeff 11-28-2008 04:09 PM

I love this mod. I have it working well with a few of the suggestions left here by members.

If we were lucky to have an update on it some day, I would love to be able to set a certain member to use postbit article as their default for such things as the RSS feed.

mavikumsal 11-28-2008 07:53 PM

Thanks Atakan KoƧ

UKBusinessLive 12-27-2008 01:03 PM

Quote:

Originally Posted by Nadeemjp (Post 1635368)
no it doesnt work with 3.7.3

Yes it does :eek:

http://www.ukbusinesslive.co.uk/foru...ead.php?t=1883

militarytuners 12-31-2008 02:56 AM

Cool option

rzpvile 12-31-2008 04:15 AM

not supported lame didn't work for me on

http://game-sinners.com/

would have been a nice mod

yingzhou 01-02-2009 07:35 AM

very sad for don't have a update for this mod. I seen a update for 3.8.x mod. Why the author do not update this?

I can't edit post via quick edit because it's will return to normal instead article.
I can't chose which form is default.

da_judge 01-04-2009 11:15 PM

I need this Default ON for all forums in admincp

Any ideas how

Cheers

anderow 01-04-2009 11:50 PM

Excellent hack!

Thanks.

Is it possible to mark the 'first post' on the all pages of the thread except the first one? As we have had people confused as to why the same post appears multiple times!! they do realise eventually but it would be great to have pages say 2-22 (if it was a 22 page thread) have the first post tagged with a small icon or stamp saying (editable or uplodable by us)

saying

'This was the first post of this thread'

or something like that

Any thoughts on this?


All times are GMT. The time now is 11:34 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.01526 seconds
  • Memory Usage 1,824KB
  • 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
  • (5)bbcode_code_printable
  • (10)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