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 - Collapsable First Post using AJAX (or Last Post!) (https://vborg.vbsupport.ru/showthread.php?t=145187)

Bubble #5 02-14-2008 07:29 PM

Looking forward to a 3.7 compatible version :up:

magnus 02-14-2008 08:59 PM

Have you tested it with 3.7? I had reports of it working fine. I, personally, do not use 3.7 nor do I have a sandbox for it (yet). I generally wait for RC/Gold/Final versions before porting things over.

Mark.B 02-14-2008 09:48 PM

Quote:

Originally Posted by magnus (Post 1443225)
Have you tested it with 3.7? I had reports of it working fine. I, personally, do not use 3.7 nor do I have a sandbox for it (yet). I generally wait for RC/Gold/Final versions before porting things over.

I have it on 3.7 Magnus, and it seems to be ok.

young coder 02-21-2008 08:30 AM

hi

Thanks for this great product
I want to know how to make it expand by Default and click the collapse icon to collapse

I want to invert the usage simple i want the usage to be
click the collapse icon [-] to collapse , and the expand icon [+] in front of the thread title to expand

beduino 02-25-2008 12:41 PM

Fine support :)
tks
joao barroca
aka beduino

Quote:

Originally Posted by magnus (Post 1442948)
Ok, here's a fix. This is for passiveVid - (YouTube, Myspace, Google...) Not BBCODE :D users ONLY.

In AdminCP > Plugins & Products > Plugin Manager, look for passiveVid - Showthread Replacement under Product : passiveVid and select [Edit].

FIND:
PHP Code:

               foreach ($passiveVid as $k => $v) {
                   if ( 
$this->registry->options['passiveVid_sites'] & $v['id'] ) {
                       
$this->post['message'] = preg_replace_callback($v['string'],create_function('$matches',$v['replacement']),$this->post['message']);
 
                   }
               } 

REPLACE WITH:
PHP Code:

               if ($passiveVid) {
                   foreach (
$passiveVid as $k => $v) {
                       if ( 
$this->registry->options['passiveVid_sites'] & $v['id'] ) {
                           
$this->post['message'] = preg_replace_callback($v['string'],create_function('$matches',$v['replacement']),$this->post['message']);
 
                       }
                   }
               } 


Disclaimer:
Note that this was tested on my development board. I do not actively use passiveVid (or any video embedding tools) so I cannot be held responsible for any undesired effects that may occur as a result of making these changes.

That being said, the changes simply check for the existence of a variable. There are no destructive functions being added or implemented, however, I just like to cover my rear. :)


inciarco 03-01-2008 08:30 PM

Hello.

I have Installed this Mod in vB 3.6.7 PL1 and Works Ok and also don't Interfere with other Mods.

I've Found what seems to be a Bug of this Mod in vB 3.6.8 PL2:

When seeing the FORUMDISPLAY Template, this Mod Interferes with the AJAX Functionality of other Mods such as MGC ChatBox EVO, Mood Manager, and Even with the AJAX Functionality of vBulletin in the Matter of Editing the Titles of the Threads directly in the FORUMDISPLAY View (If You're Moderator or Administrator, if You Double Click on the Title of the Thread listed in this View, the Cell will Turn into a TextBox were You can Edit the Title and the Press Enter to Apply the Changes); all of this Mods and Other AJAX Functionalities different than this Mod ones, will Not Function and will Create an Error Page Message quietly Displayed in the Status Bar of the Internet Explorer Navigator!! :confused: :(

When Disabling this Mod all AJAX Functionalities of the Other Mods and of vBulletin in this Template View return to Normal, so the Code Error is in This Mod!! :rolleyes:

Once I Detected a Similar Error in other Mod, and was Because of the JavaScript File that Served the Purposes of that other Mod, so the JavaScript Files of this Mode are Perhaps the First Source the Coders Should Check to Correct this Bug!! :rolleyes:

Check that Solution in: "Ajax Fisheye Menu", perhaps it could Help.

Would be Nice that other Forumers that Use this Mod in vB 3.6.8 PL2, and of course the Author magnus, could Confirm if this Error is also Happening in their Boards; other possible source for the Error (perhaps in Addition with the Java Script Files), could be in the Plugins interfering with one or more of the other Mods affecting also the AJAX Functionality of vBulletin that I mentioned!! :rolleyes:

I Hope You Can Fix this Problem. I had to Disable this Mod in my vB 3.6.8 PL2 Board, because I had to Choose between the Great Features of it and the Other Mods and Even the AJAX Functionality of Editing the Titles of the Threads Fast!! :(

My Best Regards!! ;)

:)

magnus 03-01-2008 09:41 PM

Quote:

Originally Posted by inciarco (Post 1454696)
Hello.

I have Installed this Mod in vB 3.6.7 PL1 and Works Ok and also don't Interfere with other Mods.

I've Found what seems to be a Bug of this Mod in vB 3.6.8 PL2:

When seeing the FORUMDISPLAY Template, this Mod Interferes with the AJAX Functionality of other Mods such as MGC ChatBox EVO, Mood Manager, and Even with the AJAX Functionality of vBulletin in the Matter of Editing the Titles of the Threads directly in the FORUMDISPLAY View (If You're Moderator or Administrator, if You Double Click on the Title of the Thread listed in this View, the Cell will Turn into a TextBox were You can Edit the Title and the Press Enter to Apply the Changes); all of this Mods and Other AJAX Functionalities different than this Mod ones, will Not Function and will Create an Error Page Message quietly Displayed in the Status Bar of the Internet Explorer Navigator!! :confused: :(

When Disabling this Mod all AJAX Functionalities of the Other Mods and of vBulletin in this Template View return to Normal, so the Code Error is in This Mod!! :rolleyes:

Once I Detected a Similar Error in other Mod, and was Because of the JavaScript File that Served the Purposes of that other Mod, so the JavaScript Files of this Mode are Perhaps the First Source the Coders Should Check to Correct this Bug!! :rolleyes:

Check that Solution in: "Ajax Fisheye Menu", perhaps it could Help.

Would be Nice that other Forumers that Use this Mod in vB 3.6.8 PL2, and of course the Author magnus, could Confirm if this Error is also Happening in their Boards; other possible source for the Error (perhaps in Addition with the Java Script Files), could be in the Plugins interfering with one or more of the other Mods affecting also the AJAX Functionality of vBulletin that I mentioned!! :rolleyes:

I Hope You Can Fix this Problem. I had to Disable this Mod in my vB 3.6.8 PL2 Board, because I had to Choose between the Great Features of it and the Other Mods and Even the AJAX Functionality of Editing the Titles of the Threads Fast!! :(

My Best Regards!! ;)

:)

I'm sorry, but I cannot seem to replicate this action. I have absolutely no problems whatsoever with any default AJAX functionality while having this modification enabled.

All testing was done on vBulletin 3.6.8 PL2.

It's entirely possible that there's a conflict with another modification, but unfortunately, it's extremely difficult for me to track that down as it's a guarantee that we do not use the same modifications. The only modification used on my forum not coded by myself is vBSEO.

inciarco 03-01-2008 11:33 PM

Quote:

Originally Posted by magnus (Post 1454749)
I'm sorry, but I cannot seem to replicate this action. I have absolutely no problems whatsoever with any default AJAX functionality while having this modification enabled.

All testing was done on vBulletin 3.6.8 PL2.

It's entirely possible that there's a conflict with another modification, but unfortunately, it's extremely difficult for me to track that down as it's a guarantee that we do not use the same modifications. The only modification used on my forum not coded by myself is vBSEO.

OK. I Appreciate Your Help. If I Get it to Work by Making Tests on Changing the Plugins, I'll Share the Answers With You!! ;)

What Really Worries and Confuses me, is that I Have Installed in my vb 3.6.8 PL2 Forum almost All the Mods I've Installed in my vB 3.6.7 PL1 Forum (were the Mod is Working without a Problem)!! :confused: :(

My Best Regards!! ;)

:)

dethfire 03-03-2008 03:22 PM

Will there be any new developments?

magnus 03-03-2008 04:24 PM

Quote:

Originally Posted by dethfire (Post 1456004)
Will there be any new developments?

.. as in? Everything works.


All times are GMT. The time now is 06:17 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.01569 seconds
  • Memory Usage 1,771KB
  • 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_php_printable
  • (5)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