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)
-   -   Forum Display Enhancements - Separate Sticky and Normal Threads (https://vborg.vbsupport.ru/showthread.php?t=117944)

KevinLiles 10-15-2006 01:36 PM

Quote:

Originally Posted by Shazz
You can't download meaning??
The XML file that is attached to the thread ?

Correct it will not download for me.

Shazz 10-15-2006 08:27 PM

Quote:

Originally Posted by KevinLiles
Correct it will not download for me.

Well I think your a licensed member since your posting here...

Will this attachment work for you?

InTeNsE-HuMoR 10-15-2006 10:38 PM

Thanks for this, just what I needed. :)

*Clicks install...

oldfan 10-16-2006 09:03 PM

thanks :)

Nathan2006 10-17-2006 01:42 AM

Thanks Atakan KOC

Install

Virtuosofriend 10-21-2006 01:14 PM

Quote:

Originally Posted by gazzak
Yep, code above by Virtuosofriend does the same job as the mod. Thanks both of you.

you are welcome

Despairing 10-23-2006 09:08 PM

It is working. :)

Jelmertjee 11-04-2006 09:07 PM

great work, simple and effective!

havefun 11-09-2006 09:29 PM

wonderful :)

Flow Fusion 11-10-2006 07:31 PM

Nice mod--thanx!

Bigbro 11-11-2006 12:22 AM

installed:cool:

johnny713 11-15-2006 10:03 PM

thank you for sharing, love ya :D

Spikeman 11-15-2006 10:27 PM

What a great mod, absolutley should be put into stock version of vB imho :)

Shazz 11-15-2006 11:13 PM

Its a very nice mod to have, Its not that BIG though, Most members don't notice it =l

club racer 11-18-2006 09:51 PM

installed, and very clean looking!

Too easy! Thanks

TaBaTaN 11-20-2006 02:39 AM

Installed.

Thanks you

ogameclub 11-22-2006 08:04 PM

Super.... Thank you very much.

Crow 11-22-2006 09:32 PM

Installing , Thanks

lsatblu 11-23-2006 02:41 AM

Thanks, the mod works great!

Kadi 11-24-2006 11:03 AM

Will this work on 3.6.4?

Mudvayne 11-24-2006 11:29 AM

Quote:

Originally Posted by Kadi (Post 1124166)
Will this work on 3.6.4?

Yep..

baktabul 12-01-2006 04:13 PM

it works good..thanks everybody..

Olli460 12-05-2006 07:37 AM

Umm weird...I can install the 3.5 version but when I try to upgrade using this version I get this error:

Code:

Database error in vBulletin 3.6.4:

Invalid SQL:

                                INSERT INTO setting
                                        (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
                                VALUES
                                        (
                                        'gosterx1',
                                        'forumdisplay',
                                        '1',
                                        '1',
                                        'boolean',
                                        'yesno',
                                        240,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'Separate'
        ),
        (
                                        'gosterx2',
                                        'forumdisplay',
                                        '0',
                                        '0',
                                        'number',
                                        '<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\r\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">Style 1</option>\r\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">Style 2</option>\r\n</select>',
                                        250,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'Separate'
        ),
        (
                                        'gosterx3',
                                        'forumdisplay',
                                        '0',
                                        '0',
                                        'boolean',
                                        'yesno',
                                        260,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'Separate'
        );

MySQL Error  : Duplicate entry 'gosterx1' for key 1
Error Number : 1062
Date        : Tuesday, December 5th 2006 @ 03:37:06 AM
Script      : http://www.emuv2.com/forums/admincp/plugin.php?do=productimport
Referrer    : http://www.emuv2.com/forums/admincp/plugin.php?do=productadd
IP Address  : 24.165.55.115
Username    : Crono
Classname    : vb_database

Any reason why??? Not that it really matters seeing how I dont think there is a difference...I was just wondering. o_0

Natalie@Club 12-05-2006 08:07 AM

Excellent, thank you :D

wilburshere 12-05-2006 08:48 AM

excellent *installed*

MrPHD 12-05-2006 08:53 AM

Quote:

Originally Posted by Olli460 (Post 1132263)
Umm weird...I can install the 3.5 version but when I try to upgrade using this version I get this error:

Code:

Database error in vBulletin 3.6.4:

Invalid SQL:

                                INSERT INTO setting
                                        (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, validationcode, blacklist, product)
                                VALUES
                                        (
                                        'gosterx1',
                                        'forumdisplay',
                                        '1',
                                        '1',
                                        'boolean',
                                        'yesno',
                                        240,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'Separate'
        ),
        (
                                        'gosterx2',
                                        'forumdisplay',
                                        '0',
                                        '0',
                                        'number',
                                        '<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\r\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0,\'selected=\"selected\"\') . \">Style 1</option>\r\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1,\'selected=\"selected\"\') . \">Style 2</option>\r\n</select>',
                                        250,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'Separate'
        ),
        (
                                        'gosterx3',
                                        'forumdisplay',
                                        '0',
                                        '0',
                                        'boolean',
                                        'yesno',
                                        260,
                                        0,
                                        1,
                                        '',
                                        0,
                                        'Separate'
        );

MySQL Error  : Duplicate entry 'gosterx1' for key 1
Error Number : 1062
Date        : Tuesday, December 5th 2006 @ 03:37:06 AM
Script      : http://www.emuv2.com/forums/admincp/plugin.php?do=productimport
Referrer    : http://www.emuv2.com/forums/admincp/plugin.php?do=productadd
IP Address  : 24.165.55.115
Username    : Crono
Classname    : vb_database

Any reason why??? Not that it really matters seeing how I dont think there is a difference...I was just wondering. o_0

Hi, When you upgrade for 3.6.x do you really follow steps? do you Edit the file config.php.new on folder Includes and delete install.php on folder Install?Regards

Distance 12-05-2006 10:11 AM

Are you talking about upgrading your forum or upgrading this product?

When i upgraded the product from 3.5 version to this new version i got an error aswel..

I fixed it by uninstalling the old version of the product then in installed the new one

for some reason overwrite didnt work and just gave me edits

snobird1211 12-05-2006 10:15 AM

i get database error when trying to install

Distance 12-05-2006 10:19 AM

have you uninstalled any old versions of the hack ?

Darklyte 12-05-2006 08:30 PM

Got a request. how about making it so you can see stickies regardless of if you can see the rest of the threads.

I have a private application forum for prospective guild members. I want the applications to be only viewed by the applicant and the officers. However, I need a way to that they can view threads that administrators post. Or just stickies in general.

Eh?

TheFocusElf 12-06-2006 01:37 AM

Short, simple, and PERFECT. No problems, and many thanks!

Magnetism 12-07-2006 07:43 AM

Thanx installed, great mod!

Inferno Dragon 12-07-2006 04:02 PM

*clicks install* nice lil hack :) thanks for it!

Trixi.com 12-15-2006 07:30 PM

I was always looking for something like this. Installed and it works. Nominated for Mod of the month! Thank your for this nice piece....

Amiga Harrison 12-17-2006 10:11 PM

This is a great little mod.

When I switched from using IPB to vB one of the features I missed was having the pinned/sticky threads separate from the normal threads. It definitely makes the navigation and viewing of a forum much easier.

It's also great to have the options in the admin cp to switch between different styles and the ability to switch off the sticky: text that normally appears before a stuck topic.

This is a really useful mod.

This also works perfectly with 3.6.4 if anyone needs to know this.

KingPuyol 12-18-2006 11:23 AM

Installed.

cupra 12-18-2006 12:03 PM

that is very nice one, thx alot - Installed!

tschai 12-18-2006 04:17 PM

Ellerine saglik hocam...works flawless

*installed*

smoknz28 12-18-2006 09:41 PM

Installed....thank you for sharing your hack with us. :up:

snoop_1 12-19-2006 12:00 AM

Quote:

Originally Posted by smoknz28 (Post 1141220)
Installed....thank you for sharing your hack with us. :up:

yeah what you said. i agree nice hack :)


All times are GMT. The time now is 06:54 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.01393 seconds
  • Memory Usage 1,817KB
  • 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
  • (2)bbcode_code_printable
  • (6)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
  • (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