vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Personal Stickys (https://vborg.vbsupport.ru/showthread.php?t=102535)

fixer 01-02-2006 01:02 PM

thanx for this hack
it works.

the only thing is when someone try to stick a thread which is found in page 5 for example, the thread sticked in same page (5 in this example) not in first page.

anyone has a fix for that?

ronoxQ 01-02-2006 05:36 PM

Quote:

Originally Posted by Mephisteus
Upload the images to the proper image folder for the style you are using.

And click install :)

Heh :) It worked! Thanks mucho.

TosaInu 01-03-2006 10:47 AM

Quote:

Originally Posted by fixer
thanx for this hack
it works.

the only thing is when someone try to stick a thread which is found in page 5 for example, the thread sticked in same page (5 in this example) not in first page.

anyone has a fix for that?

That is only true, perhaps, when each page can display stickies. In case the board only lists stickies at page 1, the personal stickied topic at page 5 disappears.

Displaying $threadbits_personalsticky is wrapped into the condition <if condition="$show['stickies']">

It should be moved outside the condition, right above $threadbits.

That is not a real solution though, personal stickied threads should move to page 1. For some reason, the board hurls real stickies to page 1, no matter how old they are, while personal ones are confined within their own page.

Mephisteus 01-03-2006 11:52 AM

1.0.3 released.

Code Monkey 01-03-2006 03:25 PM

This has file edits now????

Mephisteus 01-03-2006 03:35 PM

Yes it does, it cant be done without them. Requesting a plugin for the two query spots would be useless since it could only be used for my hack.

DF-inside 01-03-2006 06:12 PM

Quote:

Originally Posted by aranthorn
Ah just for giggles, here's the part of my FORUMDISPLAY that is modified:
Code:

        <!-- show threads -->
        <if condition="$show['stickies']">
        $threadbits_sticky
        $threadbits_personalsticky
        <tr>
                <td class="thead" colspan="0">&nbsp;</td>
        </tr>
        </if>
        $threadbits       
        <!-- end show threads -->


The above post was found over here and is not compatible with the 1.03b version of this MOD.
I had the above code aswell, but will cause that the threads I personal stick are lost at the forums and cant be found anymore.

This solves:
Code:

       
<!-- show threads -->
        <if condition="$show['stickies']">
        $threadbits_sticky
        </if>
        $threadbits_personalsticky
        $threadbits       
        <!-- end show threads -->


dsotmoon 01-03-2006 06:34 PM

is there anyway to make this work per usergroups?

TosaInu 01-03-2006 07:41 PM

Quote:

Originally Posted by dsotmoon
is there anyway to make this work per usergroups?

Nice update Mephisteus.

aranthorn 01-04-2006 01:59 AM

Quote:

Originally Posted by DF-inside
The above post was found over here and is not compatible with the 1.03b version of this MOD.
I had the above code aswell, but will cause that the threads I personal stick are lost at the forums and cant be found anymore.

This solves:
Code:

       
<!-- show threads -->
        <if condition="$show['stickies']">
        $threadbits_sticky
        </if>
        $threadbits_personalsticky
        $threadbits       
        <!-- end show threads -->


While I said it did not solve the original issue here:
https://vborg.vbsupport.ru/showpost....0&postcount=78

I don't see how it's incompatible with 1.03b. I have this exact template edit and it's finding a previously buried personal sticky. I'm not trying to argue, but I just can't replicate what you've stated.

Big thanks for the update, excellent MOD!


All times are GMT. The time now is 01:16 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,744KB
  • 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
  • (3)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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