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)
-   -   Add-On Releases - Mark Threads As 'Solved' (https://vborg.vbsupport.ru/showthread.php?t=211020)

migowebdesign 12-30-2009 06:35 AM

Please made this mod compatible ti vb 4.

Is there a timeplan, when the addon will be there?

Thanks

ShadMan 12-30-2009 12:11 PM

1.1.1 still doesn't work right with 3.8...I wouldn't count on vB4 support.

Also, "Supported" needs to be removed from the options at the top, as the developer hasn't posted replies to any issues in 2.5 months.

migowebdesign 12-30-2009 12:49 PM

Not working? At my Board with 3.8.4 PL1 it's working perfectly :)

ShadMan 12-30-2009 01:34 PM

You're one of the lucky ones. Read back in this thread to see how many forums (including mine) completely stop functioning with this mod installed...nothing but blank white pages are displayed when enabled. I'm on 3.8.4 PL2. Sure would be a handy mod if I could get it to work.

migowebdesign 12-30-2009 02:22 PM

IMHO maybe it's another mod, which causes the error together with this here enabled...

P.S. Sorry, i use vb 3.8.4 PL2 too (not PL1) ;)

ShadMan 12-30-2009 02:38 PM

1 Attachment(s)
I have no doubt that another mod, style, etc. is causing the problem, as it seems to work for some people, but I have disabled all other mods to test, and still no love. Something about this mod makes it incompatible with a large number of forums...I just don't know what mod/style/template change all of us have in common that is causing the issue. I have relatively few mods installed, but a couple large ones such as vBAdvanced CMPS and vBCredits, neither of which I'm willing to give up for this mod should they be found to be the problem.

I've only had trouble with one other mod, ever, and that was apparently because I use mysqli instead of mysql.

For reference, here are the mods I have installed. If anyone else experiencing the same issue has any of these mods, please post up!

Eric 12-30-2009 08:40 PM

Quote:

Originally Posted by ShadMan (Post 1942445)
1.1.1 still doesn't work right with 3.8...I wouldn't count on vB4 support.

Also, "Supported" needs to be removed from the options at the top, as the developer hasn't posted replies to any issues in 2.5 months.

Being unemployed, anything that can bring in cash takes top priority ;)

Anyway, as far as this mod - I can't reproduce the issues most folks are having on any of my forums, or ones I manage. I have this mod running perfectly on a 3.8 forum with nearly 4 million posts, 200,000 members, and 15-20 other mods/hacks.

When I get the time, I'll look into it more - and I may port it to vB4.

karel1985 01-02-2010 11:36 AM

Quote:

Originally Posted by SecondV (Post 1942866)
Being unemployed, anything that can bring in cash takes top priority ;)

Anyway, as far as this mod - I can't reproduce the issues most folks are having on any of my forums, or ones I manage. I have this mod running perfectly on a 3.8 forum with nearly 4 million posts, 200,000 members, and 15-20 other mods/hacks.

When I get the time, I'll look into it more - and I may port it to vB4.

Works also here on a 15k users forum with 30 hacks.

Looking forward to the vb4 release SecondV. As we are pc support forum this mod is the most used one on our forums and we will wait till your mod is updated. Greatly appreceated if you will port it....

I hope that you find a job soon. This is absolutely top priority ! Good Luck

wickedstangs 01-03-2010 02:56 PM

How can I make this for my classified section.. to say SOLD instead of SOLVED? I still have the 3.6 version working on my 3.8.4 forum :)

porschinho 01-04-2010 05:05 PM

Hi i think i found a small "BUG".

with this

PHP Code:

while ($forum $db->fetch_array($prefixforums)) 
        { 
            
array_push($prefix_forums$forum['forumid']); 
        } 

you kill the vbulletin $forum array in showthread.php

i used to put the forum-title of a thread ($forum[title]) into the page-title to get better keywords (SEO). after i installed this addon, the forum-title was never shown in the page title, because $forum[title] does not exist anymore.

is it possible to solve this problem?

edit:

a workaround for me is to put the value of $forum[title] into another variable at the beginning of the plugin and use this variable in the template.


All times are GMT. The time now is 03:56 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.01384 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_php_printable
  • (2)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