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 02-17-2011 07:45 AM

Quote:

Originally Posted by ThomasBolley (Post 2162110)
dont work with forum 4.1.1

Yes it does! I'm running it right now Thomas ;)

PSimmo 02-19-2011 09:54 AM

I am running 4.1.1 and I can create templates, but I can not use them as the drop down to choose the template doesnt display in the editor. I have the correct permissions set.

S!p 02-23-2011 06:16 PM

I have the same problem as PSimmo. When writing a message does not show templates for the post.

fxwoody 03-02-2011 10:49 AM

Quote:

Originally Posted by PSimmo (Post 2164239)
I am running 4.1.1 and I can create templates, but I can not use them as the drop down to choose the template doesnt display in the editor. I have the correct permissions set.

Did you build up the template in the editor and save it??

I made lots of different one for my members and it works fine in 4.1.2!

Only problem is the PM_QUICKREPLY, the plugin removes the bbcode and text window?
Anyone with a clean solution???

fxwoody 03-10-2011 10:34 AM

Ok, i found the problem with the PM's quick reply! If you have "Lynne's smilies below" installed, it will remove the text box and bbcode bar from the quick reply function :(
Lynne doesn't have time to look at this, so, we are stuck.

if anyone as a solution, it would be appreciated!

cravendale 03-11-2011 02:50 PM

Hi,
Am I able to integrate this into PMs?

If so does anyone know how?

Raptor 03-12-2011 07:36 AM

really great - tested with vb 4.1.2

Thanks :)

fxwoody 03-12-2011 08:34 AM

Quote:

Hi,
Am I able to integrate this into PMs?

If so does anyone know how?
Yes you can, as long as you don't run Lynne's MOD for the smilies!

BANDiT600 03-16-2011 03:38 PM

Quote:

Originally Posted by PSimmo (Post 2164239)
I am running 4.1.1 and I can create templates, but I can not use them as the drop down to choose the template doesnt display in the editor. I have the correct permissions set.

Same for me, but I'm running 4.1.2 :( Seems it's some incompatibility with some other hacks.

DragonByte Tech 03-19-2011 04:08 PM

Please try disabling all other mods and see if you can find the culprit.

Fillip

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 -->

hakkuo23 06-11-2011 04:29 PM

This doesn't seem to work on VB 4.1.4.

Taurus1 06-14-2011 12:53 AM

Please update for 4.1.4. I cannot go without this. Thank you so much!!

fxwoody 06-15-2011 11:18 AM

For one stupid reason, everytime we have to upgrade vb, dbtech plugins goes bananas!!!
My plugin don't work neither Taurus and as well as the vbshout!

I think i really hate updates lollll

DragonByte Tech 06-16-2011 11:44 AM

It's a highly complex change, and this being a small mod it's not on top of our list of priorities unfortunately :(


Fillip

dnk.it 06-16-2011 12:23 PM

update the mod and make it paid, I think a lot of us will buy it

Twikitero 06-21-2011 01:23 AM

Please make an update to VB 4.1.4.
Could be a hack is very essential to pay this hack.
I am willing to pay.

regards

misticjeff 06-21-2011 04:16 AM

I would like to create a Global Template and have it NOT be editable by users, in other words force them to use it as is. Is this a function that is already there and i'm missing it or something that can be added?

Thanks

Twikitero 06-25-2011 01:49 AM

Please,please and please make an update to VB 4.1.4,compatible with the CKEditor
Could be a hack is very essential to pay this hack.
I am willing to pay.

regards

snakes1100 06-29-2011 01:07 PM

Quote:

Originally Posted by Twikitero (Post 2212444)
Please,please and please make an update to VB 4.1.4,compatible with the CKEditor
Could be a hack is very essential to pay this hack.
I am willing to pay.

regards

deceptor hasnt been online since Oct 2010

you might be able to post/email dbtech and get them to do it.

princesspepper 08-03-2011 02:30 PM

Does anyone know where you edit CKEditor in order to add the post template code again?

marianoblesa 08-26-2011 11:40 AM

Not work in 4.1.5 PL, please can update?

ozzy47 08-27-2011 12:16 AM

A update is in progress and will be released when DBT is confident it is working fully.

dnk.it 09-22-2011 08:57 AM

Is there any news on this?

ozzy47 09-22-2011 10:05 AM

No not yet.

tpearl5 01-18-2012 02:15 PM

would really love to see this updated for ckeditor...

DragonByte Tech 01-19-2012 10:53 AM

You can get the newest version that works with the ckeditor here;
Code:

http://www.dragonbyte-tech.com/vbecommerce.php?do=demo&productid=129
Chris


All times are GMT. The time now is 06:58 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.01545 seconds
  • Memory Usage 1,791KB
  • 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
  • (8)bbcode_code_printable
  • (8)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
  • (36)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