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)

inciarco 11-06-2007 01:22 PM

Any Solution For The Problem With PhotoPlog SQL Sentence That Causes Error In Data Base When Activating This Hack In Forums?? :confused:

(Read My Previous Messages In This Thread For Details).

I've Found In The Forum Some Users With This Problem, I Hope The Author Can Give Us a Solution To be Able To Use This Hack!! :rolleyes:

My Best Regards!! ;)

:)

Illustrious 11-14-2007 05:08 AM

Anyway you could add this to the quick edit template so we don't have to go to the full editor to prevent an edit from reverting the first post into standard format?

helpmehost 11-16-2007 05:09 PM

I have problem with this mod in my right to left language

the first post contents alignment seems to be left and not according to forum's language direction. where can I edit this?

Defkalion 11-17-2007 06:16 AM

Is there any way to disable the function of first post appearing on every page? I just want to keep the Articles layout. :)

SuperJETT 11-17-2007 07:03 PM

Very nice, thanks.

I would really like to be able to select which template is the default in admincp, maybe even per forum?

inciarco 12-02-2007 04:46 PM

Quote:

Originally Posted by inciarco (Post 1376976)
Any Solution For The Problem With PhotoPlog SQL Sentence That Causes Error In Data Base When Activating This Hack In Forums?? :confused:

(Read My Previous Messages In This Thread For Details).

I've Found In The Forum Some Users With This Problem, I Hope The Author Can Give Us a Solution To be Able To Use This Hack!! :rolleyes:

My Best Regards!! ;)

:)

I've Analyzed Today the PhotoPlog Plugin that Contains the COUNT Code, and I've Found that the Plugin "PhotoPlog File Count" (Hook Location "showthread_query") contains the Code that Causes the Error!! ;)

I've Added the Code

Code:

if (!$forum['chiefpost'])
{

Before

Code:

if (
        $vbulletin->options['photoplog_is_active']

and Closed the If Sentence with a

Code:


}

After

Code:

        $postids = $postids." ".$hook_query_where;

}

At the End of the Plugin Code, Not Allowing to Execute Itself When the Forum has Activated the Chief First Post as "Yes".

This Way the Error I've Mentioned Don't Occurs and Finally the First Post is Shown in Every Page!! :up: ;)

My Best Regards!! :up:

:)

inciarco 12-02-2007 05:15 PM

Now I Can Say is a Great Hack!! :up::up::up:

Thank You Very Much For Sharing It Atakan KOC!! :up:

My Best Regards!! ;)

:)

letsjoy 12-02-2007 06:00 PM

you rox :)

Doctor Death 12-02-2007 06:36 PM

I would like to see a minor tweak to this great mod.... can you add in the options a yes/no button to place a divider between the FIRST POST and all remaining posts?

The reason I ask is that on subsequent pages, you forget that the FIRST POST reshown is special... a repeat from pages before.

Some fancy divider would be great that isnt used between other posts.

nickypoooo 12-03-2007 12:55 AM

Great Mod... Installed And NOM! Is there a way to get it to align the text to right by default? currently all new articles are aligned to the left...

thank you


All times are GMT. The time now is 09:18 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.01252 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)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