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)

tini_lam 09-01-2014 01:20 PM

i have custom ckeditor Equation is plugin.

My file plugin.js in folder /clientscript/ckeplugins/equation

in hook editor_construct
Code:

$this->config['_extraPlugins'] .= ',equation';
in hook editor_toolbar_set
Code:

$this->config['toolbar'][] = array('Equation');
normal this plugin equation works well

when i installed vBFoster, then my custom plugin equation not show :(

plz help me.

CILGINKRAL_ 09-30-2014 02:11 PM

4.2.0 not fully operational. :(
Update please ;)

wildheart 10-21-2014 05:15 AM

There are problems with this modifications that I actually did bring under your attention via pm some time ago.

From webmaster:

Dear webmaster of http://reptile-parrots.com/forums/,
When indexing the deep links to your app, we detected that the content of 2 app pages doesn’t match the content of the corresponding web page. This is a bad experience for your users because they won’t find what they were looking for on your app page. We won’t show deep links for these app pages in our smartphone search results. This is an important issue that needs your immediate attention.

Google systems have detected that your desktop site URLs redirect smartphone users to the homepage of the smartphone site rather than the page they found in Search results. This critical issue causes problems for Googlebot for smartphones because it can’t access your smartphone URLs. It also confuses your users.

After disabling this modification the problem was resolved.

vBFoster 11-03-2014 08:24 PM

Quote:

Originally Posted by wildheart (Post 2519598)
There are problems with this modifications that I actually did bring under your attention via pm some time ago.

From webmaster:

Dear webmaster of http://reptile-parrots.com/forums/,
When indexing the deep links to your app, we detected that the content of 2 app pages doesn?t match the content of the corresponding web page. This is a bad experience for your users because they won?t find what they were looking for on your app page. We won?t show deep links for these app pages in our smartphone search results. This is an important issue that needs your immediate attention.

Google systems have detected that your desktop site URLs redirect smartphone users to the homepage of the smartphone site rather than the page they found in Search results. This critical issue causes problems for Googlebot for smartphones because it can?t access your smartphone URLs. It also confuses your users.

After disabling this modification the problem was resolved.


All of vBFoster edits only done for the members :)

For example the editor is not showing for the guests it's only for the members so when vBFoster edits vBulletin it will edit the editor system which is ONLY showing for the members.

And the google bots are guests so Google never see any of the vBFoster codes when it crawls your pages.

Don't worry, It's not the reason of that :)

vBFoster 11-03-2014 08:25 PM

Quote:

Originally Posted by CILGINKRAL_ (Post 2517075)
4.2.0 not fully operational. :(
Update please ;)

Will update with pleasure :) Can you please specific what's the exact feature that is not fully functionally ?

kylek 11-17-2014 10:51 PM

Decided to give this a try in vb 4.2.3 beta 3 and so far it looks good. Bookmarks work but I dont see any change to Quick Edit, members profiles, private messages, and blogs. Works and shows in quick reply and thats really what we needed.

kevius 12-03-2014 12:08 PM

i found a bug :

When you look a thread the link "reload page" is not working correctly.

It doesn't display the thread's link but the homepage of the forum.

When hack is desactivated "reload page" link is OK

Can you see the problem ?

You have the same problem on your forum VBFoster :

https://vborg.vbsupport.ru/external/2014/12/36.jpg


Sincerely, Fred

Whity 12-05-2014 03:47 PM

Open the file: product-vbfoster_lite.xml
find:
PHP Code:

"CREATE TABLE `vbfoster_userbookmarks` ( 

replace:
PHP Code:

"CREATE TABLE IF NOT EXISTS `" .TABLE_PREFIX"vbfoster_userbookmarks` ( 

find:
PHP Code:

[CDATA[$vbulletin->db->query_write("DROP TABLE `vbfoster_userbookmarks`");]] 

replace:
PHP Code:

[CDATA[$vbulletin->db->query_write("DROP TABLE IF EXISTS `" .TABLE_PREFIX"vbfoster_userbookmarks`"));]] 

Open the file: vBFoster\vBFoster.Bookmarks.php

find:
PHP Code:

$title $vbulletin->db->query_read("SELECT thread.title FROM thread WHERE thread.threadid = '$threadid' LIMIT 1"); 

replace:
PHP Code:

$title $vbulletin->db->query_read("SELECT thread.title FROM ".TABLE_PREFIX."thread AS thread WHERE thread.threadid = '$threadid' LIMIT 1"); 


kevius 12-05-2014 05:53 PM

Hello,

Tks very much for your help but the product-vbfoster_lite.xml modification make an database error !?

Are you sure about the syntaxe ?

Fred

Whity 12-06-2014 01:06 PM

kevius, reinstall/install product.

fix "reload page"

edit plugin: vBFoster - Showthread Complete
find;
PHP Code:

$templater vB_Template::create('SHOWTHREAD'); 

add above:
PHP Code:

$thread_url vB_Friendly_Url::fetchLibrary($vbulletin'thread|js'$threadinfo, array('pagenumber' => $vbulletin->GPC['pagenumber']))->get_url(); 



All times are GMT. The time now is 03: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.01146 seconds
  • Memory Usage 1,759KB
  • 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
  • (8)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)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