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 04-20-2010 02:17 PM

Quote:

Originally Posted by booktoweb (Post 2024242)
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

Hello,

I have already post a fix to this problem :)
Check out : https://vborg.vbsupport.ru/showpost....&postcount=260

tafreeh 04-20-2010 03:06 PM

Whats the delay habibi.

MARCO1 04-21-2010 06:42 PM

Quote:

Originally Posted by tafreeh (Post 2024376)
Whats the delay habibi.

Hello Don,

I don't have much time to re-code Mod like this at this time, I have so many paid works and you know I should finish them first
I'll e-mail all who installed the Mod when the new version released :)

P.S : Are you speak Arabic ?

tafreeh 04-21-2010 09:01 PM

allright habibi first thing first!

(( no I don't. But I can read, and know several words))

Masalama

MARCO1 04-22-2010 03:37 PM

Quote:

Originally Posted by tafreeh (Post 2025116)
allright habibi first thing first!

(( no I don't. But I can read, and know several words))

Masalama

I surprised someone from Canada and speak Arabic :D.

steeler7 04-29-2010 05:20 PM

Does this not work for 4.0.3? I saw some talk about waiting for the 5.0 version of this hack. Just curious. I installed this on a 4.0.3 forum and everything is fine until you make a post and it doesn't submit. You have to refresh the page for the post to show

MARCO1 04-30-2010 01:39 PM

Quote:

Originally Posted by steeler7 (Post 2029116)
Does this not work for 4.0.3? I saw some talk about waiting for the 5.0 version of this hack. Just curious. I installed this on a 4.0.3 forum and everything is fine until you make a post and it doesn't submit. You have to refresh the page for the post to show

Are you sure it doesn't submitted the post ?
Does any one else facing the same problem, if so then v5.0 Beta1 will follow but please confirm :)

steeler7 04-30-2010 11:03 PM

Quote:

Originally Posted by MARCO1 (Post 2029550)
Are you sure it doesn't submitted the post ?
Does any one else facing the same problem, if so then v5.0 Beta1 will follow but please confirm :)

I checked it a few times before uninstalling it. I'd try it again but I currently am trying to resolve a strange issue with firefox and my editor icons not aligning in a Parent stylesheet

nkumaran 05-01-2010 04:19 AM

Great, thx.

steeler7 05-03-2010 05:20 PM

Got to work, marco. something was screwed up on my end.

Excellent mod!

nick682 05-03-2010 09:26 PM

I'm getting a database error when installing this mod

Code:

Database error in vBulletin 4.0.3:

Invalid SQL:

                INSERT INTO product
                        (productid, title, description, version, active, apm_releasedate, apm_author, apm_relatedurl, apm_extrainfo, apm_extraedit,apm_installdate,url, versioncheckurl)
                VALUES
                        ('marco1_advanced_quick_rep',
                        'MARCO1 Advanced Quick Reply And Edit With Smilies',
                        'Replace the vBulletin Default Quick Reply and Edit With Full Quick reply And Edit Box With Smilies.',
                        '4.5',
                        1,
                        '',
                        '',
                        '',
                        '',
                        '',
                        '1272925557',
                        'https://vborg.vbsupport.ru/showthread.php?t=232730',
                        'https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=marcoadvreplyedit');

MySQL Error  : Unknown column 'apm_releasedate' in 'field list'
Error Number  : 1054
Request Date  : Monday, May 3rd 2010 @ 04:25:57 PM
Error Date    : Monday, May 3rd 2010 @ 04:25:57 PM
Script        : http:///forum/admincp/apm_product.php?do=productimport
Referrer      : http:///forum/admincp/apm_product.php?do=productadd
IP Address    :
Username      :
Classname    : vB_Database
MySQL Version : 5.0.90-community


Markos 05-04-2010 08:02 AM

i get a error with text size in quick reply all it posts is
Code:

[FONT="<a href="javascript://">Century Gothic</a>"][SIZE="<font size="7">7</font>"]1885[/SIZE][/FONT]

MARCO1 05-04-2010 02:57 PM

Quote:

Originally Posted by nick682 (Post 2031344)
I'm getting a database error when installing this mod

Code:

Database error in vBulletin 4.0.3:

Invalid SQL:

        INSERT INTO product
            (productid, title, description, version, active, apm_releasedate, apm_author, apm_relatedurl, apm_extrainfo, apm_extraedit,apm_installdate,url, versioncheckurl)
        VALUES
            ('marco1_advanced_quick_rep',
            'MARCO1 Advanced Quick Reply And Edit With Smilies',
            'Replace the vBulletin Default Quick Reply and Edit With Full Quick reply And Edit Box With Smilies.',
            '4.5',
            1,
            '',
            '',
            '',
            '',
            '',
            '1272925557',
            'https://vborg.vbsupport.ru/showthread.php?t=232730',
            'https://vborg.vbsupport.ru/misc.php?do=productcheck&pid=marcoadvreplyedit');

MySQL Error  : Unknown column 'apm_releasedate' in 'field list'
Error Number  : 1054
Request Date  : Monday, May 3rd 2010 @ 04:25:57 PM
Error Date    : Monday, May 3rd 2010 @ 04:25:57 PM
Script        : http:///forum/admincp/apm_product.php?do=productimport
Referrer      : http:///forum/admincp/apm_product.php?do=productadd
IP Address    :
Username      :
Classname    : vB_Database
MySQL Version : 5.0.90-community



PM Me with admincp info

Quote:

Originally Posted by steeler7 (Post 2031239)
Got to work, marco. something was screwed up on my end.

Excellent mod!

Glad to hear that :)

Quote:

Originally Posted by Markos (Post 2031539)
i get a error with text size in quick reply all it posts is
Code:

[FONT="<a href="javascript://">Century  Gothic</a>"][SIZE="<font  size="7">7</font>"]1885[/size][/font]

What's the version of vBulletin you run ? And what's your forum Language RTL or LTR ?

nick682 05-04-2010 03:41 PM

I fixed my problem MARCO1. I had to update my advanced product manager.

Gosef 05-04-2010 06:15 PM

thanks

sadiq6210 05-04-2010 07:29 PM

Much appreciated =)

Sunka 05-04-2010 10:56 PM

Is it possible to put smilies below text area?
Not just a link, but 1-3 rows of smilies (as is defined in ACP).

tafreeh 05-05-2010 05:40 AM

Whats the update on V5 Habibi ?

Markos 05-05-2010 07:13 AM

Quote:

Originally Posted by MARCO1 (Post 2031648)
PM Me with admincp info



Glad to hear that :)



What's the version of vBulletin you run ? And what's your forum Language RTL or LTR ?

my vb version is 4.0.3 pl1 and its English

MARCO1 05-05-2010 10:05 AM

Quote:

Originally Posted by tafreeh (Post 2031967)
Whats the update on V5 Habibi ?

I'll release V.5 Beta 1 For 4.0.3 ASAP, For full compatible with this version.

Quote:

Originally Posted by Markos (Post 2031984)
my vb version is 4.0.3 pl1 and its English

PM Me with admincp info
Quote:

Originally Posted by Sunka (Post 2031859)
Is it possible to put smilies below text area?
Not just a link, but 1-3 rows of smilies (as is defined in ACP).

Yes that's already done in the next version.

Quote:

Originally Posted by nick682 (Post 2031663)
I fixed my problem MARCO1. I had to update my advanced product manager.

Glad to hear that :)

KURTZ 05-05-2010 10:39 AM

hi Marco, just a quick question: what are the differences between your hack and P.Vision's version?

MARCO1 05-06-2010 11:00 AM

Quote:

Originally Posted by KURTZ (Post 2032050)
hi Marco, just a quick question: what are the differences between your hack and P.Vision's version?

Where is P.vision Mod ? I Didn't check it.

KURTZ 05-06-2010 11:50 AM

Quote:

Originally Posted by MARCO1 (Post 2032513)
Where is P.vision Mod ? I Didn't check it.

https://vborg.vbsupport.ru/showthread.php?t=240610

MARCO1 05-06-2010 03:29 PM

Quote:

Originally Posted by KURTZ (Post 2032532)

That's only show smilies in quick reply, but mine is full editor in quick reply and quick edit.

Bansheebob 05-10-2010 12:45 AM

great mod thanks.

Footman 05-16-2010 03:10 PM

I really like this idea especially since some of my members have a problem uploading - don't know why but I apparently need to work on simplifying the process for some of them... lol

To that end I'd love to see the "paper clip" / manage attachment link in the quick reply AND if possible the option to remove the PHP, HTML, CODE etc links from the list. Actually having the ability to select which parts of the editor we can include from within the admin section would be awesome.

Just trying to make the interface as clean and simple as possible for the members.

MARCO1 05-16-2010 07:12 PM

Quote:

Originally Posted by Footman (Post 2037953)
I really like this idea especially since some of my members have a problem uploading - don't know why but I apparently need to work on simplifying the process for some of them... lol

To that end I'd love to see the "paper clip" / manage attachment link in the quick reply AND if possible the option to remove the PHP, HTML, CODE etc links from the list. Actually having the ability to select which parts of the editor we can include from within the admin section would be awesome.

Just trying to make the interface as clean and simple as possible for the members.

That's what I will do :up:

Footman 05-16-2010 08:21 PM

Quote:

Originally Posted by MARCO1 (Post 2038077)
That's what I will do :up:

Thank you very much! That would be most appreciated Marco. :) My members don't need all the options that most need. It actually confuses their experience. So anything I can do to simplify their life in posting pics, commenting etc is great.

Out of curiosity... is there a way to make all attached images in a thread "inline" by default? I'm sure there's a reason we can do it two different ways, but I have no idea why. "Inline" is a much cleaner look for the flow of the forum. Just a thought.

hotfilepro 05-16-2010 10:34 PM

excellent ! 5 star and marked as installed, thank you :D

Taurus MFF 05-20-2010 08:34 PM

looks great, tagged... can you give us any update on 5.0?

Bounce 05-20-2010 09:01 PM

Installed in less then 10 secs, brilliant work marco as usual :):up:

Bounce 05-20-2010 09:08 PM

Strange, just installed this and had quick reply turned off, now that i've turned it on its not showing the advanced quick reply, any idea's Marco? :confused:

Tried uninstalling and reinstalling with no luck :(

ericgray 05-20-2010 11:13 PM

it's weird, but i installed this, turned it on, and the quick reply box looks the same -- :|

thoughts?

thanks!

MARCO1 05-23-2010 07:29 AM

Quote:

Originally Posted by hIBEES (Post 2040792)
Strange, just installed this and had quick reply turned off, now that i've turned it on its not showing the advanced quick reply, any idea's Marco? :confused:

Tried uninstalling and reinstalling with no luck :(

Quote:

Originally Posted by ericgray (Post 2040854)
it's weird, but i installed this, turned it on, and the quick reply box looks the same -- :|

thoughts?

thanks!

PM Me With admincp info.

MARCO1 05-23-2010 07:30 AM

Quote:

Originally Posted by Taurus MFF (Post 2040762)
looks great, tagged... can you give us any update on 5.0?

5.0 B1 Will release very soon.

Leeleemu 06-05-2010 10:19 PM

Looking forward to the 5.0 version as the current version does not work at all on my 4.0.3 forum :(

roadrunna 06-13-2010 01:20 PM

Quote:

Originally Posted by argothiusz (Post 1972307)
Here you go Marco

http://img21.imageshack.us/img21/457/ajaxl.jpg

The loading image keep circling "edit post" and I can't enter into edit mode. However, it works fine when I turned off Quick Reply Modification.

Quote:

Originally Posted by MARCO1 (Post 1972340)
No, That's enough and I will look into this ASAP.

Hi Marco,

Did you manage to find a fix for this ? I'm having the same issue on my install after just installing VBSEO as well.

On FF it bypasses the quick edit altogether and goes straight to advanced edit. All other browsers it hangs with the loading.

I've worked around the problem in the mean time by disabling the "MARCO1 Advanced Edit -- editor_toolbar_end" plugin and using the basic toolbar with the quick edit.

Cheers,

Si

Nosfer@tu 06-14-2010 02:13 PM

IM VERY GAME on this mod to :D

Not sure If I should wait til 5.0 or just give it a go now ? :D

lemonadesoda 06-19-2010 05:49 PM

This really is a superb mod. Install 4.5 now and you will be happy.

BUT where is 5.0? Let's stop watching football MARCO1 and get back to the programming! :p

KURTZ 06-19-2010 06:04 PM

Quote:

Originally Posted by lemonadesoda (Post 2055952)
This really is a superb mod. Install 4.5 now and you will be happy.

BUT where is 5.0? Let's stop watching football MARCO1 and get back to the programming! :p

i think that marco is very busy with vbseo.com ... :)


All times are GMT. The time now is 07:56 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.01791 seconds
  • Memory Usage 1,843KB
  • 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
  • (1)bbcode_html_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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