vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - [DBTech] vB Post Templates 1.5.0 [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=242246)

fxwoody 03-20-2011 12:41 PM

up to know, it bugs with Lynne's move smilies below and vb4 Turbocharge.
Not sure that it will be upgraded to work with those any time soon :(

Choice to remove other plugins or not to use it. It's sad because it would be a great plugin to use.

Marka Ragnos 03-20-2011 04:13 PM

I have the same problem it does not display the drop down list :(

i see the category option in user cp and that's it

Gorgias 03-31-2011 07:29 PM

Tested in vB4.1.2 and works exactly as I hoped. Great mod!!!

Regards!!!

fxwoody 04-02-2011 11:52 AM

Little update here, i got the PM-Quickreply problem that it doesn't show up if Lynne smilie below is set to "Add smiliebox below Quick Reply on showthread page".

As anyone else got this trouble with the plugin????

For the rest, it works like a charm!

dnk.it 04-05-2011 05:22 PM

Quote:

Originally Posted by spikedrokecer
We've found that this mod breaks the CMS portion of the Suite. It breaks the New Article creation's WYSIWYG Editor.

Quote:

Originally Posted by Mystics (Post 2136752)
Try this "fix" for the CMS problem - this just disables the plugin inside the CMS.

Edit Plugin "vB Post Templates: Integrate Into vB Editor" and change it to:
Code:

if (THIS_SCRIPT != 'vbcms')
{
        require(DIR . '/dbtech/posttemplates/hooks/editor_toolbar_end.php');
}


Thanks

dnk.it 04-17-2011 12:25 PM

Quote:

Originally Posted by Mystics (Post 2136752)
Try this "fix" for the CMS problem - this just disables the plugin inside the CMS.

Edit Plugin "vB Post Templates: Integrate Into vB Editor" and change it to:
Code:

if (THIS_SCRIPT != 'vbcms')
{
        require(DIR . '/dbtech/posttemplates/hooks/editor_toolbar_end.php');
}


this fix works well for vbcms, but it doesnt works for photopost pro and classified. I've tried to add this, but without success

Code:

if (THIS_SCRIPT != 'vbcms')
{
        require(DIR . '/dbtech/posttemplates/hooks/editor_toolbar_end.php');
}

if (THIS_SCRIPT != 'pp_pro')
{
        require(DIR . '/dbtech/posttemplates/hooks/editor_toolbar_end.php');
}


Mystics 04-17-2011 03:37 PM

You have to use one condition:
Code:

if (THIS_SCRIPT != 'vbcms' AND THIS_SCRIPT != 'pp_pro')
{
        require(DIR . '/dbtech/posttemplates/hooks/editor_toolbar_end.php');
}


dnk.it 04-17-2011 03:50 PM

thanks Mystics :)

if anyone has same problem with photopost pro and classified this is the code to use:

Code:

if (THIS_SCRIPT != 'vbcms' AND THIS_SCRIPT != 'showphoto' AND THIS_SCRIPT != 'showproduct')
{
        require(DIR . '/dbtech/posttemplates/hooks/editor_toolbar_end.php');
}


ElfenLied1337 04-26-2011 06:09 PM

Installed and working excellently on vB 4.0.7. Abandoned Canned Replies for this, thanks a ton.

I'm not sure if anyone linked this already or if the download has been updated, but the apostrophe problem was fixed: http://www.dragonbyte-tech.com/threa...ng-up-the-page

caracena 05-13-2011 01:41 PM

GREAT MOD!

If anybody is using the mod "MARCO1 Advanced Quick Reply And Edit With Smilies", you have to edit the template "MARCO1_Full_Reply" instead of showthread_quickreply and do as follows:

Find:
Code:

<vb:if condition="is_browser('ie') AND !is_browser('mac')">

Underneath add:
Code:

<!-- POST_TEMPLATES -->


All times are GMT. The time now is 09:00 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.01860 seconds
  • Memory Usage 1,739KB
  • 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
  • (7)bbcode_code_printable
  • (3)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