vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - [vBFoster Lite] With Attachments in Quick reply and Advanced Editor (https://vborg.vbsupport.ru/showthread.php?t=313277)

kevius 12-06-2014 02:29 PM

@Whity : Great ! Thank you very much !!

kevius 12-06-2014 03:39 PM

But now i've got a little problem :

This mod : https://vborg.vbsupport.ru/showthread.php?t=229290 is not working with your mod.

breadcrumbs is not displaying under quickedit box.

Do you have a solution ?

Whity 12-07-2014 09:35 AM

kevius
changed the code

kevius 12-07-2014 10:20 AM

Hello Whity

Thanks but same problem with Lower Breadcrumbs mod.

When vBfoster is ON, the mod lower breadcrumbs don't work fine when you look a thread.

Konkere 12-07-2014 11:34 AM

1 Attachment(s)
Quote:

Originally Posted by kevius (Post 2526122)
Hello Whity

Thanks but same problem with Lower Breadcrumbs mod.

When vBfoster is ON, the mod lower breadcrumbs don't work fine when you look a thread.

vbFoster (with this fix)+Lower Breadcrumbs works fine, see attachment

kevius 12-07-2014 12:09 PM

ok !

i must looking for this problem why it doesn't work for me.

Thanks !

Konkere 12-07-2014 12:25 PM

Quote:

Originally Posted by kevius (Post 2526149)
ok !

i must looking for this problem why it doesn't work for me.

Thanks !

may be another mod?

kevius 12-07-2014 12:29 PM

perhaps but if vBoster is off, all is ok with Lower Breadcrumbs. Original skin or not, same problem.

Not eazy to understand :-O

Konkere 12-07-2014 12:39 PM

If you made this fix in module vBFoster - Showthread complete
PHP Code:

print_output($templater->render()); 

function 
goto_prevthread($threadid$throwerror true)


remove it, it is not correct
that's so right
PHP Code:

print_output($templater->render()); 
    exit; 
     
    } 


kevius 12-07-2014 12:43 PM

Yes ! you have the solution !

Now all is OK !

reload page AND Lower Breadcrumbs

Congratulations ! thank you very very much !

Konkere 12-07-2014 12:49 PM

Quote:

Originally Posted by kevius (Post 2526157)
Yes ! you have the solution !

Now all is OK !

reload page AND Lower Breadcrumbs

Congratulations ! thank you very very much !

https://vborg.vbsupport.ru/external/2014/12/2.gifhttps://vborg.vbsupport.ru/external/2014/12/3.gif

pablodip 12-07-2014 07:37 PM

You're genius!! Thanks you

installed and nominated run 4.2.2 (y)

Konkere 12-11-2014 04:12 PM

If the topic title contains apostrophes " ' "
get an error
Quote:

Database error in vBulletin 4.2.2:

Invalid SQL:
INSERT INTO vbfoster_userbookmarks (bookthread_id, bookuser_id, bookthread_title) VALUES ('3', '1', 'apostrophe' and what to do with it? ');

Error MySQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and what to do with it?') 'at line 1
Error Number: 1064
solution
file: /vBFoster/vBFoster.Bookmarks.php find (line 24)
Code:

$ vbulletin-> db-> query_write ("INSERT INTO". TABLE_PREFIX. "vbfoster_userbookmarks (bookthread_id, bookuser_id, bookthread_title) VALUES ('$ threadid', '$ userid', '$ title')");
replace
Code:

$vbulletin->db->query_write("INSERT INTO " . TABLE_PREFIX . "vbfoster_userbookmarks (bookthread_id, bookuser_id, bookthread_title) VALUES('$threadid', '$userid', '" . $vbulletin->db->escape_string($title) . "')");

maupassant 12-14-2014 07:06 AM

After installing this, if I try to edit a post, all the apostrophes in the post appear as & # 3 9 (without spaces), and commas appear as & quot ; (without spaces). Same thing happens if I do not try to edit it but I use Preview Post.

I tried with Firefox and Internet Explorer. Same problem. So it's not my browser.

We also can not switch to Basic Editor or Standard Editor anymore : if we do, the textbox becomes all black when we try to edit it.

Also, I can't copy and paste at my forum without getting a weird message :
"Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.
Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK"

Same problems even after uninstalling the mod !!!

This mod has overwritten vBulletin files, but I'm not sure which ones. If someone can help, maybe send me the original vBulletin files to replace the new ones ? I just don't know what to do !

maupassant 12-15-2014 12:24 AM

After re-installation, everything seems to be working as it should. That's very strange. I will let you know if it breaks again.

CynamiteCMAG 12-19-2014 07:29 AM

Installed it on a vB 4.2.2 PL1. Everything works fine, except this strange bug: If you quick edit any post in any thread and then try to post a new reply via quick reply, the button for inserting an image at the current cursor position in the attachment manager popup (newattachment.php?do=assetmanager, button id: insert_inline) is not working anymore. There's no reaction and no JS error.

Occurs both in FF34.0.5 and Chrome 39, Win7 64Bit.

I'd really like to use this mod for our forums, but this bug needs to be fixed first.

thunderclap82 01-10-2015 11:56 PM

Does this mod fix the really annoying bug that is currently present in Chrome that results in the cursor jumping back a word if using bold or italics when you press delete? There is a bug in the version of CKEditor vBulletin uses in 4.2.2 and vBulletin refuses to patch the editor code. If it does then that alone is worth the cost of this mod for me.

ozzy47 01-11-2015 10:39 AM

Doubtful, as this does not change the editor that way. Best bet is to try it out and see. :)

AusPhotography 01-11-2015 07:46 PM

Is this a better option than https://vborg.vbsupport.ru/showthrea...26#post2517026 [[CKEditor] MARCO1 Advanced Editor - Quick Reply & Quick Edit With Full Editor Control]

What is the difference between these two plugins?

Thanks!

CynamiteCMAG 01-12-2015 07:42 AM

Quote:

Originally Posted by AusPhotography (Post 2531955)
What is the difference between these two plugins?

Main difference is that Marco's Mod only works up to vBulletin 4.1.4. So if you have installed the latest 4.2-Version (why would anyone still use 4.1.x, or the outdated 4.1.4?), you're out of luck.

AusPhotography 01-12-2015 07:35 PM

Quote:

Originally Posted by CynamiteCMAG (Post 2532058)
Main difference is that Marco's Mod only works up to vBulletin 4.1.4. So if you have installed the latest 4.2-Version (why would anyone still use 4.1.x, or the outdated 4.1.4?), you're out of luck.

Marco has two versions, there is a 4.2.2 version that we are using

CynamiteCMAG 01-13-2015 02:13 PM

Quote:

Originally Posted by AusPhotography (Post 2532157)
Marco has two versions, there is a 4.2.2 version that we are using

Thx for the tipp, but where is the download? On Marco's Profile there's only the 4.1.4 version.

tommythejoat 01-16-2015 02:37 AM

The vBFoster site requires a log in to get beyond the splash page. That includes registration or purchasing. Has the site been shut down?

I really want ot check this out and also to see what the Pro version offers.

AusPhotography 01-23-2015 07:13 AM

The vBfoster site is down?

AusPhotography 01-28-2015 12:27 AM

There is a minor conflict between vBFoster and [DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX]

This fix is simple, change the execution order of the vBFoster plugin vBFoster - Showthread Complete to 10 (from 5)

Code:

<plugin active="1" executionorder="10">
                        <title>vBFoster - Showthread Complete</title>
                        <hookname>showthread_complete</hookname>

See: https://vborg.vbsupport.ru/showthrea...26#post2534926

asabet 02-04-2015 06:47 PM

Quote:

Originally Posted by tommythejoat (Post 2532750)
The vBFoster site requires a log in to get beyond the splash page. That includes registration or purchasing. Has the site been shut down?

I really want ot check this out and also to see what the Pro version offers.

+1 - Where can I buy vBFoster Pro?

ozzy47 02-04-2015 07:31 PM

Appears as if they forgot to pay for the domain name, so there is no where to get the Pro version at this time.

tommythejoat 02-06-2015 02:06 AM

Does anyone know what Editor version it is using. I looked at the code and could find no version numbers. Smart drag and drop or cut and paste upload handling requires a minimum of CKEditor 3.6.

We really need this since at least 50% of our new users automatically cut and paste or drag and drop images. We are having to put garbage messages all over the place to try to stop it.

z3r0 02-06-2015 07:57 AM

Quote:

Originally Posted by tommythejoat (Post 2536390)
Does anyone know what Editor version it is using. I looked at the code and could find no version numbers. Smart drag and drop or cut and paste upload handling requires a minimum of CKEditor 3.6.

We really need this since at least 50% of our new users automatically cut and paste or drag and drop images. We are having to put garbage messages all over the place to try to stop it.

vBsocial do a drag and drop mod but it's $$ - http://vbsocial.com/shop/vbsocial-drag-drop/

Alan_SP 02-06-2015 11:33 AM

Quote:

Originally Posted by tommythejoat (Post 2536390)
Does anyone know what Editor version it is using.

It depends on your vB version, as this mod just calls CKEditor vB uses.

Anyway, to have functional copy and paste of images or whole web pages (to the extent, it's not perfect), you need to use full WYSIWYG editor.

You can set that this is default editor for all users (personally I don't enable that), or users need to change this for each session in advanced editor (first icon on top left, it changes color depending on editor's mod).

squidsk 04-17-2015 08:24 PM

Quote:

Originally Posted by AusPhotography (Post 2534925)
There is a minor conflict between vBFoster and [DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX]

This fix is simple, change the execution order of the vBFoster plugin vBFoster - Showthread Complete to 10 (from 5)

Code:

<plugin active="1" executionorder="10">
                        <title>vBFoster - Showthread Complete</title>
                        <hookname>showthread_complete</hookname>

See: https://vborg.vbsupport.ru/showthrea...26#post2534926

This isn't just with the dbtech mod, my Squid: Change Thread Prefix Showthread has the same issue as will any other mod with a plugin on the showthread_complete hook that gets scheduled to run after the vBFoster plugin vBFoster - Showthread, because the the vBFoster plugin vBFoster - Showthread stops execution of the showthread script. The execution order of the vBFoster plugin vBFoster - Showthread should be changed to 65535 which is the largest execution order number you can have.

Soapchick 04-19-2015 07:20 PM

I am having an issue with this mod. When I have the bookmarking feature turned on and click the link "My Bookmarks" I get this database error.

Database error in vBulletin 4.2.2:

Invalid SQL:

SELECT * FROM _vb4vbfoster_userbookmarks
WHERE bookuser_id = '1';

MySQL Error : Table 'debs5153_vb4x._vb4vbfoster_userbookmarks' doesn't exist
Error Number : 1146
Request Date : Sunday, April 19th 2015 @ 04:19:35 PM
Error Date : Sunday, April 19th 2015 @ 04:19:36 PM
Script : http://graphicsgroove.net/bookmarks.php
Referrer : http://graphicsgroove.net/forum.php
IP Address : 67.59.30.201
Username : Debbi
Classname : vB_Database
MySQL Version : 5.5.32-31.0-log

Edited to add: Never mind guys. I just uninstalled it. Too buggy for me.

maupassant 06-05-2015 03:39 PM

Some bookmarks refuse to delete. We get "Invalid Thread specified. If you followed a valid link, please notify the administrator". And these are valid threads. Any idea ?

rohirrim 07-01-2015 09:38 PM

so how I can buy pro version... Unable to login to your site?

Gerardo Zuccal? 12-23-2015 04:14 PM

Hello marco
Excellent Plag-in jaust istalled
But now from adminCP i wish to enable vBfoster voting zone but i really don't know how to do i
I know that i have to set the ForumID but I dont know where to thake the ID
Thank You
https://vborg.vbsupport.ru/external/2015/12/1.png?1

MarkFL 12-23-2015 04:35 PM

One easy way to get a forum's id is to hover your mouse over the link to that forum, and you will see the id number embedded in the link, for example:

http://localhost/vbulletin/forumdisplay.php?2-Main-Forum

In this example, the forum id is 2. :)

Gerardo Zuccal? 12-23-2015 05:01 PM

Hello mark thank you for the answer
My English is not very good sorry if I don' expalin it well
so that means that in this case is forum nr. 6?

http://www.forumexcel.it/forum/6-domande-su-excel-in-generale

Now if i need to put more forums I need to put a comma? a spage between forums ID?
Thanks MarkFL

MarkFL 12-23-2015 05:29 PM

Quote:

Originally Posted by Gerardo Zuccal? (Post 2561055)
Hello mark thank you for the answer
My English is not very good sorry if I don' expalin it well
so that means that in this case is forum nr. 6?

http://www.forumexcel.it/forum/6-domande-su-excel-in-generale

Now if i need to put more forums I need to put a comma? a spage between forums ID?
Thanks MarkFL

I would try separating multiple forumids with commas first...that's a fairly common way to delimit a list. Then if that doesn't work, try a space. If that doesn't work, let me know and I will download the product and look at the code to see on what character the list is being exploded into an array. :)

Gerardo Zuccal? 12-23-2015 06:30 PM

Hello Mark, thank you for your help but is not working i tried with delimeter commas or space but is the same npt working
anyway don't worry I wasn' t even sure to use this tool, i wanted just tried
Any way I istalled the Quick replay with attachment in my forum and I'm so happy to have it thank you Mark god bless you!

MarkFL 12-23-2015 06:44 PM

Quote:

Originally Posted by Gerardo Zuccal? (Post 2561067)
Hello Mark, thank you for your help but is not working i tried with delimeter commas or space but is the same npt working
anyway don't worry I wasn' t even sure to use this tool, i wanted just tried
Any way I istalled the Quick replay with attachment in my forum and I'm so happy to have it thank you Mark god bless you!

After a look at the plugin code, I can see that it is intended for only one forum to be designated as a voting zone. This makes sense, as there is no mention of entering more than one forumid into the setting field, and the singular is used in the description.

Because the developer has not marked the code as "reusable," it would be inappropriate for me to hack the code to allow multiple forumids and upload it here. :)


All times are GMT. The time now is 02:31 AM.

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.01499 seconds
  • Memory Usage 1,841KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (13)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
  • (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