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)
-   -   Show Thread Enhancements - [v.4.5] MARCO1 Advanced Quick Reply - Advanced Quick Edit - With Smiles!! (https://vborg.vbsupport.ru/showthread.php?t=232730)

MARCO1 03-13-2010 03:14 AM

Quote:

Originally Posted by Blooded (Post 2002511)
installed but when i use font size put this

Code:

  [SIZE="<b><b><b><b><a href="javascript://"><font size="5">5</font></a></b></b></b></b>"]
same with font style

vb 4.0.2

Hmm, Can you explain more your problem ?

Blooded 03-13-2010 05:07 AM

Quote:

Originally Posted by MARCO1 (Post 2002575)
Hmm, Can you explain more your problem ?

when i install the mod everything looks fine but when i put style arial for example this show's up

[FONT="<b><b><b><b><a href="javascript://"><font ="Arial"></font></a></b></b></b></b>"]
Same for size for example size number 7 is put

[SIZE="<b><b><b><b><a href="javascript://"><font size="7">7</font></a></b></b></b></b>"]

This shows up but not
PHP Code:

[SIZE="7"][/SIZE*]

[
FONT="Arial"][/FONT*] 

Without the *

:S

maybe is just my forum :/

Mostjolly 03-13-2010 10:00 AM

For some reason, i allow 7 smilies in quick dropdown but your mods double that amount and gives duplicated smilies...

motorola 03-14-2010 12:25 PM

Installed ! thanks

-=Leb=- 03-17-2010 03:36 AM

I love it thx for the update

MARCO1 03-17-2010 09:55 PM

You are welcome.

shahryar_neo 03-19-2010 12:58 PM

what's the problem if I want to translate it for persian ?

MARCO1 03-20-2010 05:25 PM

Quote:

Originally Posted by shahryar_neo (Post 2006465)
what's the problem if I want to translate it for persian ?

You can now translate it, No one can translate the Mod without me permissions.

Popa Andrei 03-20-2010 08:18 PM

can i translate it in romanian to?

Professional2 03-21-2010 06:18 AM

Quote:

Originally Posted by MARCO1 (Post 2007150)
You can now translate it, No one can translate the Mod without me permissions.

i want to translate it to persian too

o0mohammed0o 03-21-2010 06:30 AM

Arabic Users : only

Guys I think anyone You can translate this Mod into any language other than Arabic

because Marco already translated this Mod to Arabic :)

But I don't give permission ;)

shakirulqadree 03-21-2010 06:31 AM

i want to translate in URDU ﴾اردو﴿

MARCO1 03-21-2010 05:31 PM

Quote:

Originally Posted by Professional2 (Post 2007418)
i want to translate it to persian too

Quote:

Originally Posted by stormzone (Post 2007215)
can i translate it in romanian to?

Quote:

Originally Posted by shakirulqadree (Post 2007422)
i want to translate in URDU ﴾اردو﴿


Yes, All of you now have the permissions to translate the Mod.

Quote:

Originally Posted by o0mohammed0o (Post 2007421)
Arabic Users : only

Guys I think anyone You can translate this Mod into any language other than Arabic

because Marco already translated this Mod to Arabic :)

But I don't give permission ;)

Yes I have already translated the Mod into Arabic however I mean there is no one can translate the Mod without my permissions

o0mohammed0o 03-21-2010 08:25 PM

Mr Marco

I found problem in Mod

I can't use align right or left on WYSIWYG Editor

I hope to repair this bug in new Release .

thanks :)

Professional2 03-22-2010 06:20 AM

tnx dear.

MARCO1 03-23-2010 10:08 AM

Quote:

Originally Posted by o0mohammed0o (Post 2007749)
Mr Marco

I found problem in Mod

I can't use align right or left on WYSIWYG Editor

I hope to repair this bug in new Release .

thanks :)


What's the language of your forum ? Does it non-English forum ? it yes then you will need to use the RTL Version of my mod

TCB 03-25-2010 06:38 PM

Looks really nice, thanks :D

gorman 03-26-2010 09:54 AM

I have 41 smilies enabled in my forum. The quick reply drop down shows the first 15 repeated once (total 30) and then the "see all smilies" entry.

Did I do something wrong? You can check my website here: www.dailyrando.it

Konkere 03-26-2010 10:16 PM

Hello MARCO1.
I use your hack for vbulletin 4.0.2 PL4.
In the quick edit and quck reply showing disabled on the forum button bbcode (HTML, PHP, etc.).
I changed the code modules MARCO1 Advanced Edit and MARCO1 Advanced Reply - Auto Function.
Now everything is working properly.
Maybe it will help you.
Changes:
PHP Code:

show 'font_bbcode'] = (ALLOW_BBCODE_FONT)? truefalse;
show 'size_bbcode'] = (ALLOW_BBCODE_SIZE)? truefalse;
show 'color_bbcode'] = (ALLOW_BBCODE_COLOR)? truefalse;
show 'basic_bbcode'] = (ALLOW_BBCODE_BASIC)? truefalse;
show 'align_bbcode'] = (ALLOW_BBCODE_ALIGN)? truefalse;
show 'list_bbcode'] = (ALLOW_BBCODE_LIST)? truefalse;
show 'code_bbcode'] = (ALLOW_BBCODE_CODE)? truefalse;
show 'html_bbcode'] = (ALLOW_BBCODE_HTML)? truefalse;
show 'php_bbcode'] = (ALLOW_BBCODE_PHP)? truefalse;
show 'url_bbcode'] = (ALLOW_BBCODE_URL)? truefalse

replaced at
PHP Code:

show 'font_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_FONT)? truefalse;
show 'size_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_SIZE)? truefalse;
show 'color_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_COLOR)? truefalse;
show 'basic_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_BASIC)? truefalse;
show 'align_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_ALIGN)? truefalse;
show 'list_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_LIST)? truefalse;
show 'code_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_CODE)? truefalse;
show 'html_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_HTML)? truefalse;
show 'php_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_PHP)? truefalse;
show 'url_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_URL)? truefalse


MARCO1 03-27-2010 01:31 PM

Quote:

Originally Posted by Konkere (Post 2010818)
Hello MARCO1.
I use your hack for vbulletin 4.0.2 PL4.
In the quick edit and quck reply showing disabled on the forum button bbcode (HTML, PHP, etc.).
I changed the code modules MARCO1 Advanced Edit and MARCO1 Advanced Reply - Auto Function.
Now everything is working properly.
Maybe it will help you.
Changes:
PHP Code:

show 'font_bbcode'] = (ALLOW_BBCODE_FONT)? truefalse;
show 'size_bbcode'] = (ALLOW_BBCODE_SIZE)? truefalse;
show 'color_bbcode'] = (ALLOW_BBCODE_COLOR)? truefalse;
show 'basic_bbcode'] = (ALLOW_BBCODE_BASIC)? truefalse;
show 'align_bbcode'] = (ALLOW_BBCODE_ALIGN)? truefalse;
show 'list_bbcode'] = (ALLOW_BBCODE_LIST)? truefalse;
show 'code_bbcode'] = (ALLOW_BBCODE_CODE)? truefalse;
show 'html_bbcode'] = (ALLOW_BBCODE_HTML)? truefalse;
show 'php_bbcode'] = (ALLOW_BBCODE_PHP)? truefalse;
show 'url_bbcode'] = (ALLOW_BBCODE_URL)? truefalse

replaced at
PHP Code:

show 'font_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_FONT)? truefalse;
show 'size_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_SIZE)? truefalse;
show 'color_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_COLOR)? truefalse;
show 'basic_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_BASIC)? truefalse;
show 'align_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_ALIGN)? truefalse;
show 'list_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_LIST)? truefalse;
show 'code_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_CODE)? truefalse;
show 'html_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_HTML)? truefalse;
show 'php_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_PHP)? truefalse;
show 'url_bbcode'] = ($ vbulletin-> options 'allowedbbcodes'] & ALLOW_BBCODE_URL)? truefalse


Thanks, This code is already made in the 5.0 and the full control panel is also has been made.

Konkere 03-27-2010 03:53 PM

Quote:

Originally Posted by MARCO1 (Post 2011077)
This code is already made in the 5.0 and the full control panel is also has been made.

https://vborg.vbsupport.ru/external/2010/03/3.gif
And will this hack work in the panel of private messages?

MARCO1 03-30-2010 04:29 AM

Quote:

Originally Posted by Konkere (Post 2011135)
https://vborg.vbsupport.ru/external/2010/03/3.gif
And will this hack work in the panel of private messages?

Yes I will code it with PM's :)

Paladin32 03-30-2010 08:51 AM

Hi Marco,

installed the mod, but the smilies only showen as admin. If i log in as normal user the drop down menu did´nt appear. I also tried to create a account with admin rights, but on this account it also didn´t showen. Smilies are on. Any idea? User version 4.0.2(4)

thanks Alex

gorman 03-30-2010 11:51 AM

Quote:

Originally Posted by gorman (Post 2010461)
I have 41 smilies enabled in my forum. The quick reply drop down shows the first 15 repeated once (total 30) and then the "see all smilies" entry.

Did I do something wrong? You can check my website here: www.dailyrando.it

Sorry, clarification. This happens only on CMS. Blogs and forums are ok.

MARCO1 03-30-2010 02:04 PM

Quote:

Originally Posted by Paladin32 (Post 2012752)
Hi Marco,

installed the mod, but the smilies only showen as admin. If i log in as normal user the drop down menu did?nt appear. I also tried to create a account with admin rights, but on this account it also didn?t showen. Smilies are on. Any idea? User version 4.0.2(4)

thanks Alex

No, It shouldn't do that, Remove the product and install the Mod again.

tafreeh 04-06-2010 10:06 PM

Hey budd... Great mod... Gonna install it now.. However i m gonna need smilies to show below the input box.

Plus can you also add bbcode permissions.. like who can USE what button? ( you doesnt have to add that in this plugin )

ohhh and when v5 is coming?

Charlie98902 04-06-2010 11:35 PM

Still waiting on attachment in quick reply :)

Footman 04-07-2010 01:49 PM

Very nice Marco1. I've always thought it was a good idea for something like this.

One question, which I suppose can be asked of the 'advanced' comment box as well.

Is there a way to delete the "code" "php" and "html' tag links from the nav bar? My members don't have a need for these links so it just looks more cluttered than it needs to be.

MARCO1 04-07-2010 02:33 PM

Quote:

Originally Posted by tafreeh (Post 2017101)
Hey budd... Great mod... Gonna install it now.. However i m gonna need smilies to show below the input box.

Plus can you also add bbcode permissions.. like who can USE what button? ( you doesnt have to add that in this plugin )

ohhh and when v5 is coming?

BBCODES Permissions are only in v.5 and it will release after 4.0.3 :)

Paladin32 04-07-2010 05:12 PM

Quote:

Originally Posted by MARCO1 (Post 2012884)
No, It shouldn't do that, Remove the product and install the Mod again.

Hi Marco1,

issue is found. And most user profiles only the basic editor is activated. They have to switch to the advanced or the WYSIWYG Editor. Now it works!

Thanks
Alex

MARCO1 04-08-2010 11:43 AM

That's great, You are welcome :)

tafreeh 04-08-2010 03:01 PM

Quote:

Originally Posted by MARCO1 (Post 2017459)
BBCODES Permissions are only in v.5 and it will release after 4.0.3 :)

OMG.. are you kidding me :o

Did you really put bbcode premission ? :O

u mean, i can choose which usergroup use what bbcode, even customs one ? :O

{Jaw dropped to floor}

MARCO1 04-08-2010 08:22 PM

Quote:

Originally Posted by tafreeh (Post 2017957)
OMG.. are you kidding me :o

Did you really put bbcode premission ? :O

u mean, i can choose which usergroup use what bbcode, even customs one ? :O

{Jaw dropped to floor}

hah, Nice Idea but I can't promise you it will be in the next version, Might be in the future versions.

lemonadesoda 04-09-2010 10:19 PM

Installed it. Nice! Why this isn't a vB default I really dont know. But thank you for releasing this mod... very useful.

However, an attachments button (paperclip) is also needed! What is the best way to add this? (Although I am happy my bbcode icons appeared, how do I set up a direct link to attachments without having to go through the cumbersome sequence of advanced edit and then look for the manage attachments button)

tafreeh 04-10-2010 03:23 AM

hey Marco just to letting you know that vb4.0.3 is here know.. in case if you miss it :)
(cmoon!!! you know, how hard it is to wait for a good plugin )

MARCO1 04-10-2010 01:46 PM

Quote:

Originally Posted by tafreeh (Post 2018715)
hey Marco just to letting you know that vb4.0.3 is here know.. in case if you miss it :)
(cmoon!!! you know, how hard it is to wait for a good plugin )

Hah, Just the attachments and the control panel, I've finished the coding just the control panel and active attach.
Very very soon :)

lemonadesoda 04-13-2010 08:45 PM

http://parentzing.files.wordpress.co...brushes-21.jpg
Wonderful mod! Thanks MARCO!

BUT where is the paperclip / manage attachments button? Really needed... pls release a 4.6 with this feature because 5.x is taking too long ;)

MARCO1 04-16-2010 09:02 AM

Yes, That's correct I'm now working on large free Mod and it should release today or tomorrow :)
Keep Checking vb.org :D

tafreeh 04-16-2010 06:49 PM

Trust me bro, i m checking this page every other hour

booktoweb 04-20-2010 09:54 AM

i have a problem with 5 items
this items that you used 0 after its id
like
justifyright0
justifyleft0

and so on

i using rtl so it happen only when i redirect to rtl language
when i edited your template and delete this (0)
every things working fine
please delete this condition

HTML Code:

<vb:if condition="$stylevar['textdirection'] == 'ltr'">
in your new version


All times are GMT. The time now is 01:38 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.01996 seconds
  • Memory Usage 1,889KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (5)bbcode_php_printable
  • (19)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
  • (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