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)
-   -   Moderators Functions - Advance Sticky Options (https://vborg.vbsupport.ru/showthread.php?t=119746)

SmEdD 03-02-2009 05:56 AM

Just to confirm as I have had people asking me to make it compatible with 3.7.x and 3.8.x. I just tested on a clean install and seems to work just fine for me.

Saviour 05-12-2009 09:55 PM

Working great on vb 3.8.2.

Thanks for this...

robbiefritz 06-22-2009 08:59 PM

I no longer have the ability to edit my post icons when editing the post. Your screen shot shows the post icons but I do not see them on mine. Any ideas? Thanks.

SmEdD 06-23-2009 04:23 AM

Sounds like you didn't copy the code correctly, if you look at the end of the template code you should see $posticons

That is what calls the icons.

robbiefritz 06-25-2009 09:42 AM

Quote:

Originally Posted by SmEdD (Post 1835375)
Sounds like you didn't copy the code correctly, if you look at the end of the template code you should see $posticons

That is what calls the icons.

Will check that, thanks!

Update: Sure enough, I missed it.

Puntoboy 09-08-2009 10:59 AM

I've just tried upgrading my forum to 3.8.4. I had this installed already (v1.0.1) and I get a DB error about a duplicate column.

Code:

Database error in vBulletin 3.8.4:

Invalid SQL:

        ALTER TABLE vb3_thread
        ADD sticky_order SMALLINT( 5 ) UNSIGNED DEFAULT '5' NOT NULL AFTER sticky,
        ADD sticky_expiry INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL AFTER sticky_order;

MySQL Error  : Duplicate column name 'sticky_order'
Error Number  : 1060
Request Date  : Tuesday, September 8th 2009 @ 12:53:44 PM
Error Date    : Tuesday, September 8th 2009 @ 12:53:44 PM
Script        : http://www.puntosports.co.uk/forums/admincp/plugin.php?do=productimport
Referrer      : http://www.puntosports.co.uk/forums/admincp/plugin.php?do=productadd
IP Address    : 188.220.15.42
Username      : Puntoboy
Classname    : vB_Database
MySQL Version : 4.1.22-community-nt-log

How can I fix this without having to set up all my stickies again?

medicalforums 10-04-2009 04:39 PM

Installed on 3.8.3
Works fabulous

Silviu 01-05-2010 07:28 AM

Is there any chance that this hack will make the transition to vB 4.0?

Gnomie 01-29-2010 10:43 AM

Quote:

Originally Posted by Silviu (Post 1947647)
Is there any chance that this hack will make the transition to vB 4.0?

that would be nice, would like sort order for stickies for 4.0.1 myself as i have a few per forum.... :)

PET 02-24-2010 07:57 AM

Hello. Can you please update this so it will work for version 4?

Thanks

mike2902 03-31-2010 03:53 PM

Installed on 3.8.2 and nothing. Tried it twice so Im not sure of the problem.

washingtonboise 04-07-2010 05:28 AM

Also interested in seeing a paid sticky option where a user could pay $20, get a paid sticky, maybe bold title as well.

This has been requested numerous times in the past in other threads, however the demand was never met with supply

mgurain 10-28-2010 05:06 AM

Hello SmEdD,
Can you update this (very needed) mod to 3.8.x and make it a product without the need to manually modify templates ?
Thanks,,

Avrojet 03-26-2011 10:06 AM

I'd love to see this on VB4

the_ace 04-12-2011 02:34 PM

works great on 3.8.7.
Thanks for this mod.

quantquant 05-10-2011 11:27 AM

works fine in 3.8.4, thanks!

(didn't test the cron job, cause I don't need it)

NTMID8 08-08-2011 06:43 PM

It seems the developer has not been onlne since March. Any other coders out there who can adapt this to 4.1.5?

EdQ 08-08-2011 09:30 PM

I wish

NTMID8 06-01-2012 04:36 AM

bump

deverill2010 08-19-2012 09:03 PM

Ah I just came to see if there was a VB4 version. Shame looks like it hasn't been ported. :(

BeoRski 12-01-2012 05:08 PM

Any chance this gets to vb4? :)

Gamelobby 12-31-2012 01:39 AM

Quote:

Originally Posted by NTMID8 (Post 2230998)
It seems the developer has not been onlne since March. Any other coders out there who can adapt this to 4.1.5?

or 4.2 :)

BeoRski 01-05-2013 05:08 PM

Still wishing someone could port this over to 4.x... ^_^

Jamey 08-02-2013 03:02 PM

Working fine on 3.8.4. Thanks.

Dr.Adrian 09-15-2013 08:05 PM

No news on 4.x for this mod?

ia7 01-24-2014 03:11 PM

After reading this thread and seeing what kh99 said I had a go at trying to make it work, and I succeeded in getting the display order working but the expiry time eludes me, though I only wanted the ordering functionality anyway. :)

It works on 4.2.0 PL4 so not sure how or even if it will work on your version but you can give it a try if you want.

After Importing the Product copy the below into threadadmin_editthread and paste it before the div containing $posticons.

Paste this:
Code:

                <!-- Advanced Sticky Options Begin -->
                <h3 class="blocksubhead">{vb:rawphrase sticky_options}</h3>
                <div class="section">
                    <div class="blockrow">

                                        <label for="displayorder">{vb:rawphrase sticky_order}</label>
                                        <input type="text" class="primary textbox" name="sticky_order" value="{vb:raw threadinfo.sticky_order}" size="5" maxlength="3" />
                                        <span class="stickyorderdesc">{vb:rawphrase sticky_order_desc}</span>
                                        <p class="description"></p>

                    </div><!--/.blockrow-->
                </div><!--/.section-->
                <!-- Advanced Sticky Options End -->


before this:
Code:

                <div class="section">
                        {vb:raw posticons}
                </div>


Worth disabling the Sticky Expiry Scheduled task too seeing as that doesn't function.


All times are GMT. The time now is 12:59 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.01298 seconds
  • Memory Usage 1,766KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)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