vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - Chief First Post - Every Page [Forum Based] (https://vborg.vbsupport.ru/showthread.php?t=194832)

LuckyNeo 01-16-2010 11:58 PM

Quote:

Originally Posted by iyama (Post 1956353)
See #77. Its work on vb4.01

I try it... DON'T WORK :confused:
repeat again: please, made it for vB4 :)

MegaZ 01-17-2010 07:46 PM

I can confirm that this plugin does not work well in vBulletin 4.0, especially if the forum has attachments stored in the file system. It simply fails with a database error.

If you remove the attachment clause completely, it works, but then it has the old style and is very ugly...

Hopefully the forum creator will modify it to work with vBulletin 4.0!

kimof911 01-21-2010 07:57 AM

well....i have installed but it didnt appear in my my options...i uninstalled and reinstaled again but noway...

any hints

vb 3.8.4

arena 01-21-2010 09:38 AM

The setting:

Forums & Moderators>>Forum Manager>>Your Forum>> Edit forum>> setting below

dimmicosacerchi 01-29-2010 07:19 AM

Please excuse my bad English.
I installed this change, and I did the test enabled in a category.
But I have this display problem:
First of all I had to change the display model from that horizontal to a vertical
Before
http://img191.imageshack.us/img191/6874/immagine3ed.png

After:
http://img30.imageshack.us/img30/5738/immagine2wv.png

If you notice the avatars moving in the comments.

Taurus1 01-29-2010 06:08 PM

This really works great, but I only just realized that other than admins, when creating a new thread, a normal member can't attach files.....get's an error message. Anyone else has this??

dimmicosacerchi 01-29-2010 06:33 PM

No one can help me?

Fraxter 01-29-2010 09:42 PM

Yes, an update for vb4 would be awesome. :)

dimmicosacerchi 01-29-2010 09:57 PM

Thanks, but I would not do the upgrade for now.
I prefer to stay with the 3.8.4 currently.
There are other solutions?

cionfs 01-30-2010 11:44 AM

Quote:

Originally Posted by dimmicosacerchi (Post 1970070)
Thanks, but I would not do the upgrade for now.
I prefer to stay with the 3.8.4 currently.
There are other solutions?

Try with default template.

dimmicosacerchi 01-30-2010 07:32 PM

I just installed this mod in this post.
This is my result, different from what you see in your forum:
http://img190.imageshack.us/img190/4233/immagine1i.gif

http://img20.imageshack.us/img20/7130/immagine1h.gif
Perhaps it is some other product to see the answers to the first post as comments?
As in this forum?

Gamelobby 02-01-2010 08:54 PM

What's the difference between "Thread Based" & "Forum Based"..?

They look the same. :)

LuckyNeo 02-01-2010 09:25 PM

Quote:

Originally Posted by ZexTasy (Post 1935918)
Check the plugin for the hook "showthread_query"

Current Code:
Code:

    $ids .= ",$thread[firstpostid]";
    $postids = "post.postid IN (0" . $ids . ")";

Should be changed to:
Code:

    $ids[] = $thread[firstpostid];
    $postids = "post.postid IN (0" . implode(',', $ids) . ")";

I use Legacy Postbit, I haven't tested anything else, but for me it works now in vbulletin 4.0.

- ZexTasy


Fine! It's work! Thanks a lot! :)

Gamelobby 02-02-2010 03:50 AM

Quote:

Originally Posted by Gamelobby (Post 1972524)
What's the difference between "Thread Based" & "Forum Based"..?

They look the same. :)

Anyone..?

Gamelobby 02-05-2010 04:16 PM

Ok from what i can tell is..
This one is set to a forum section, & is not able to be edited by the poster. The other one has a drop down option with each new thread.

Seems like in MOST cases this one is the right one to use, but i could be wrong.. depends on how knowledgable & trustworthy your members are in the usergroup that is able to do this.

Erica1977 02-20-2010 08:06 PM

1 Attachment(s)
Hi i installed this Mod was wondering what this is in the picture with the yellow i circle around it novStats and how can i remove that word novStats Thanks.

MrPHD 02-20-2010 08:47 PM

Quote:

Originally Posted by LuckyNeo (Post 1957797)
I try it... DON'T WORK :confused:
repeat again: please, made it for vB4 :)

Hi, work on 4.0.x vb version uninstall and install again.

vijayninel 02-21-2010 03:27 AM

Quote:

Originally Posted by Trek (Post 1895309)
For those that want the first post to look like all of the other posts in a thread, do this:

Edit this plugin: Chief First Post - Every Page [Forum Based] - Postbit Display Complete

Search for: $this->templatename = 'ada_postbit_articles';

Change 'ada_postbit_articles' to whatever postbit you'd like to use, I used: 'postbit_legacy' as that is the default on my forums. Although I think I'm going to change this.

When they all look the same, it doesn't stand out as the original post. I think I'll probably replace the original template of ada_postbit_articles with my postbit_legacy template and then edit it a bit to make it look just a little different, but keep within the same style.

Hey thanks so much for this. Exactly what I was looking for. :)

Erica1977 02-27-2010 08:15 PM

Quote:

Originally Posted by Erica1977 (Post 1987580)
Hi i installed this Mod was wondering what this is in the picture with the yellow i circle around it novStats and how can i remove that word novStats Thanks.

Hmm anyone ? i see none must have what i show in the picture i still got that not sure why would be nice if somene knows on how to take that part out in pic the novStats .

skatchkins 03-09-2010 11:46 PM

Quote:

Originally Posted by ZexTasy (Post 1935918)
Check the plugin for the hook "showthread_query"

Current Code:
Code:

    $ids .= ",$thread[firstpostid]";
    $postids = "post.postid IN (0" . $ids . ")";

Should be changed to:
Code:

    $ids[] = $thread[firstpostid];
    $postids = "post.postid IN (0" . implode(',', $ids) . ")";

I use Legacy Postbit, I haven't tested anything else, but for me it works now in vbulletin 4.0.

- ZexTasy

:( Even with this altered, v4.0.2 Database Errors in any of my forums where CFP is switched on, regardless of Article Style.

Augustito 03-14-2010 05:05 AM

doesnt work in vb4.0.2 ,
Quote:

SELECT dateline, thumbnail_dateline, filename, filesize, visible, attachmentid, counter,
postid, IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail, thumbnail_filesize,
attachmenttype.thumbnail AS build_thumbnail, attachmenttype.newwindow
FROM attachment
LEFT JOIN attachmenttype AS attachmenttype USING (extension)
WHERE postid IN (-1Array)
ORDER BY attachmentid;

iyama 03-18-2010 08:04 AM

Worked in 4.02 buth cms "Promote to Article" pencil is not showing. I have deinstal it.
Possible to upgrade to 4.02?

incurable 03-21-2010 05:16 AM

i think this is an interesting hack man.

CiyaEzIM 03-21-2010 06:49 AM

selam sayın atakan..

vbulletin 4 versiyonu ne zaman çıkan bu eklentilerin. 4 gözle bekliyoruz.

3.8 de kulanıyorduk ama 4 de kullanamıyoruz?

MagicThemeParks 04-09-2010 12:30 PM

Does this still apply ... https://vborg.vbsupport.ru/showpost....&postcount=154 ... if you'd like to display the mod to only admins?

MagicThemeParks 04-19-2010 11:33 AM

Just installed and works great. Since I can set forum permissions to only admins starting threads, then this works for me :up:

It's great that the enabling is set at the 'forum' level! :)

Datenpapst 06-27-2010 04:24 PM

available for vb4?

Taurus1 08-04-2010 12:24 PM

Does anyone know how to get the "Thanks" button of VS-Hide Resurrection to show on the Chief first post? I am willing to pay someone to get this to work. Thanks!

Taurus1 10-01-2010 06:36 AM

Really need this for vb4, any word on an update?

astdirect 10-03-2010 02:16 PM

Installed and working. One problem. I have the Facebook Like button displaying in the first post of every thread. It still shows up in the first post, but i it doesnt show up in the chief post of any other page, Amyone any ideas ?

swiftor 12-21-2010 07:22 PM

Anyone else on 4.08 having an issue getting this to work? I just get a database error. No other mods installed on the forum I'm testing it on.

Silviu 04-12-2011 03:38 PM

Any update for VB 4.1.3? I can pay for this... PM me.

Acido 06-24-2011 12:11 PM

update for vb4.1.4 Please!

Scyther 07-08-2011 10:33 AM

tagged for the moment

WarLion 08-07-2011 06:33 AM

im agree this need an update for 4.1.4

blackberry 01-20-2012 02:10 PM

Quote:

Originally Posted by astdirect (Post 2106334)
Installed and working. One problem. I have the Facebook Like button displaying in the first post of every thread. It still shows up in the first post, but i it doesnt show up in the chief post of any other page, Amyone any ideas ?

I am having a same issue.. anyone please help:mad:

Simon Lloyd 04-05-2012 06:04 AM

Quote:

Originally Posted by blackberry (Post 2290210)
I am having a same issue.. anyone please help:mad:

You need to edit ada_postbit_articles and put your code for facebook where you want it in there.

Hey guys, i'm having trouble with this mod, when trying to modify one of my forums i get this
Quote:

Fatal error: Field ada_forum is not defined in $validfields in class vB_DataManager_Forum in [path]/includes/class_dm.php on line 485
and the edit doesn't take place, any ideas how to cure it?

shahidbaloch 01-16-2014 05:04 AM

plz update it for 4.2.2

ozzy47 01-16-2014 10:38 AM

Here, https://vborg.vbsupport.ru/showthread.php?t=306348

shahidbaloch 01-17-2014 04:20 PM

thanx dear .. going to try this now :)


All times are GMT. The time now is 01:05 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.01366 seconds
  • Memory Usage 1,818KB
  • 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
  • (4)bbcode_code_printable
  • (12)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