vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Multiquote (https://vborg.vbsupport.ru/showthread.php?t=91185)

TTG 09-03-2005 08:15 AM

Very useful addition .. thanks KirbyDE
Clicked install.

slank 09-12-2005 03:50 AM

cheers ...nice hack - clicks install

Aeolian 09-28-2005 11:53 PM

this ia a great addon.. :)

is it compatible with vb 3.5 gold..

thanx~

TTG 09-28-2005 11:57 PM

Quote:

Originally Posted by Aeolian
this ia a great addon.. :)

is it compatible with vb 3.5 gold..

thanx~

Works fine on 3.5.0 gold :)

MrGoodbyte 09-29-2005 03:25 PM

Seem's it won't work in vb 3.5.0 Gold, after changing the postbit-template the following error occurs:
Quote:

Parse error: parse error, unexpected '\"', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /www/htdocs/v156404/vb35/includes/adminfunctions_template.php(3519) : eval()'d code on line 464
https://vborg.vbsupport.ru/

Andreas 09-29-2005 06:26 PM

Then you did smth. wrong :)

Xplorer4x4 09-30-2005 03:51 AM

You sure Kirby? I had this working great on RC3. Now I reinstalled the plug in, and made the template mod.

Here is my template now.
http://img192.imageshack.us/img192/6695/p10104372ho.jpg

Andreas 09-30-2005 03:56 AM

I see a "crip /if>" in this screenshot. That looks like a broken template conditional which gives the error. Check your edits is all I can say.

Xplorer4x4 09-30-2005 04:15 AM

I tried to search for that "crip /if>". No luck. :-/

Here is the controls section of the postbit_legacy template. Maybe you can point out something I missed. I am thinking maybe its a broke if condition?
PHP Code:

 <!-- controls -->
<if 
condition="$post['editlink']">
<
a href="$post[editlink]name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]border="0" /></a>
</if>
<if 
condition="$post['forwardlink']">
<
a href="$post[forwardlink]"><img src="$stylevar[imgdir_button]/forward.gif" alt="$vbphrase[forward_message]border="0" /></a>
</if>
<if 
condition="$post['replylink']">
<
a href="$post[replylink]rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]border="0" /></a>
</if>
<if 
condition="$post[replylink] AND $show[multiquote]">
<
img src="$stylevar[imgdir_misc]/mq_img_off.gif" alt="$vbphrase[multiquote]border="0" width="21" height="15" name="multiquote_$post[postid]id="multiquote_$post[postid]onclick="toggleMultiQuote($post[postid], this)" style="cursor:pointer" />
</if>
<if 
condition="$show['quickreply'] AND !$show['threadedmode']">
<
a href="$post[replylink]rel="nofollow" id="qr_$post[postid]onclick="return false"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]border="0" /></a>
</if>
<if 
condition="$show['moderated']">
<
img src="$stylevar[imgdir_misc]/moderated.gif" alt="$vbphrase[moderated_post]border="0" />
</if>
<!-- / 
controls --> 


MrGoodbyte 09-30-2005 04:45 AM

Quote:

Originally Posted by KirbyDE
Then you did smth. wrong :)

-g- I feared You'd say this, so I tried it once again:
Created phrase - ok
Edited postbit - same as above

For your control, if I did right (or made errors in Your oppinion) I here my edited postbit ... ;) :

PHP Code:

<if+condition="$post['replylink'] AND $show['multiquote']">
       

<
img+src="$stylevar[imgdir_misc]/mq_img_off.gif"+alt="$vbphrase[multiquote]"+border="0"+width="21"+heigh

t
="15"+name="multiquote_$post[postid]"+id="multiquote_$post[postid]"+onclick="toggleMultiQuote($post[pos

tid],+this)"
+style="cursor:pointer"+/>
   </if>
            <!-- / 
controls --> 

[edit] I really don't know where the fu..... +-symbols come from, they neither appear in my postbit-template nor in my text-editor .... :disappointed: [/edit]

I'm really sorry, but I think there really is an mistake in the code ... :o

http://www.mr-goodbyte.de/greetz.png

ManagerJosh 09-30-2005 05:51 AM

Not sure what to say Kirby, but it doesn't work for me either.

Andreas 09-30-2005 09:41 AM

I am sorry for having to say that, but:
Installed and working fine on Gold.
http://kirbydemos.ath.cx/forum

Nevertheless, I'll convert it to a product so manually adding the phrase is not necessary :)

Xplorer4x4 09-30-2005 11:40 AM

Quit lieing to us Kirby! ;)

Colejo 10-02-2005 02:58 AM

Quote:

Originally Posted by Biker_GA
Yeah, for some reason, the original copy and past from the file doesn't work right. Try this:

HTML Code:

<if condition="$post['replylink'] AND $show['multiquote']">
<img src="$stylevar[imgdir_misc]/mq_img_off.gif" alt="$vbphrase[multiquote]" border="0" width="21" height="15" name="multiquote_$post[postid]" id="multiquote_$post[postid]" onclick="toggleMultiQuote($post[postid], this)" style="cursor:pointer" />
</if>

Should work just fine.

Thanks. I was getting an error before but it worked with this copy.

Snake 10-02-2005 01:23 PM

Well it's working fine for me here. And yes, I'm running on 3.5.0 Gold. Have a look: http://forums.mgszone.com

Kirby one thing, I'm currently using a black / grey skin and those two button images do not fit on my skin so could you change the color of the buttons?

Snake 10-02-2005 01:35 PM

Errr actually it is not working now. The images are displayed so I thought the hack's working but it ain't. Kirby man, I guess those guys were right about it. The hack truly ain't working so you gotta upgrade it for 3.5 Gold.

Andreas 10-02-2005 07:53 PM

Snake, I got it installed on my Testboard which is running 3.5 Final.
Wanna confirm there that it does work?

http://kirbydemos.ath.cx/forum

Snake 10-03-2005 02:21 PM

Haha I have just registered your testboard, tested the hack and finally... it DOESN'T work! Why don't you go and check it yourself if ya ain't gonna believe me? :P

Xplorer4x4 10-03-2005 02:30 PM

Sorry to tell ya Kirby but I registered as well. It does not work.

Andreas 10-03-2005 06:04 PM

Quote:

Originally Posted by Snake
Haha I have just registered your testboard, tested the hack and finally... it DOESN'T work! Why don't you go and check it yourself if ya ain't gonna believe me? :P

I did test it - and it works fine for me.
So, how exactly did you get it to not work?
I can't reproduce it.

ManagerJosh 10-04-2005 04:08 AM

Quote:

Originally Posted by KirbyDE
I did test it - and it works fine for me.
So, how exactly did you get it to not work?
I can't reproduce it.

Kirby, I can't get it to work either. Perhaps if you post procedures on how to get multiquote working (like what you are doing) and maybe we can see if we can follow those steps to reproduce what you are doing)

theArchitect 10-04-2005 04:47 AM

Quote:

Originally Posted by ManagerJosh
Kirby, I can't get it to work either. Perhaps if you post procedures on how to get multiquote working (like what you are doing) and maybe we can see if we can follow those steps to reproduce what you are doing)

Do you have any other hacks installed?

I test all hacks locally before uploading them to my live board (the experience of having a wayward MySQL command obliterate all but 9 of my forums tables on my live board once has taught me that much). But I have noticed that every hack I have tried on my test board (which has no mods) works perfectly. But when I then try the install on my live board most work, but some don't, others cancel out unrelated hacks and some even stop default functions from working.

I have never been able to work out what causes this, and doubt if I ever will as vB.com staff won't address issues caused by mods, and mod authors often can't help as their hacks work fine, just not in conjunction with some others.

Darat 10-04-2005 07:52 AM

Just thought I'd post this here, some of my members didn't find the "selected" icon (mq_img_on.gif) very noticeable so I added a bit of yellow to make it stand out a bit more.

Xplorer4x4 10-04-2005 08:40 AM

Kirby how about listing the step to using it? I have tired it yet again and it does not work. I think that it apers to have some sort of flaws seeing as 3 of us can not set it to work on your board.

Andreas 10-04-2005 09:07 AM

Quote:

Originally Posted by ManagerJosh
Kirby, I can't get it to work either. Perhaps if you post procedures on how to get multiquote working (like what you are doing) and maybe we can see if we can follow those steps to reproduce what you are doing)

I click several multiquote icons, then click the reply button - the form appears will all the quotes in it.

Colejo 10-04-2005 09:10 AM

If works fine on my board.

ManagerJosh 10-04-2005 02:37 PM

Quote:

Originally Posted by KirbyDE
I click several multiquote icons, then click the reply button - the form appears will all the quotes in it.

Ah it does work. I now know what's the problem. It's how it's setup to work Kirby.

For those that didn't work, test these steps out:

1) Select several posts you want quoted.
2) After quoting them, press "QUOTE" and it will activate.


Kirby, my suggestion is that you get this to work with Quick Reply as well as honestly, many people, including myself, thought it would work in quick reply.

Xplorer4x4 10-04-2005 02:46 PM

OK Kirby I see it worked. I was using the quick reply. Not reply. However the code simple will not work. I assume it is from one of the two template mods I have. One is custom profile field and the other is Adsense after the first post. Is there anyways possibel you could fidn a work around for this when you have some free time from fixing other hacks and espcialy AWS. :p

ThePimp 10-04-2005 05:22 PM

I get the following error in Step 4:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /web/www.site.com/html/includes/adminfunctions_template.php(3519) : eval()'d code on line 250

ThePimp 10-04-2005 05:42 PM

Ok, I just removed the <if> conditional and got the buttons to display, however, the multi-quote doesn't seem to be functioning properly. I've tried quoting 3 different people, and it seems that only 2 of them show in the Reply box.

After further testing, it seems as though the "LAST POST" in a thread doesn't seem to be taking. I can quote 20 other posts, but if I include the last post in the thread, all will show except for that one.

EDIT:

I can multiquote a few posts, then "Quote" the last post and it seems to work fine (All multiquotes + the last post). Just that "Multiquote" doesn't seem to function when you multiquote all of them, then click "REPLY".

Andreas 10-04-2005 07:59 PM

Quote:

Originally Posted by ManagerJosh
Kirby, my suggestion is that you get this to work with Quick Reply as well as honestly, many people, including myself, thought it would work in quick reply.

I clearly stated somewhere up in the Thread that it currently does not work with QR.
I got the Code that works with QR ready since months, but it is 70 km away on another computer which isn't online and I didn't have the time to go there ... yet.

@The Pimp
I don't understand your post.
Please tell me what exactly does not work (eg. what are the necessary steps to reproduce the failure).

ThePimp 10-04-2005 09:37 PM

Quote:

Originally Posted by KirbyDE
I clearly stated somewhere up in the Thread that it currently does not work with QR.
I got the Code that works with QR ready since months, but it is 70 km away on another computer which isn't online and I didn't have the time to go there ... yet.

@The Pimp
I don't understand your post.
Please tell me what exactly does not work (eg. what are the necessary steps to reproduce the failure).

In a thread, click "Multiquote" on 2 or 3 different posts (make sure one of them is the LAST post in the thread). Then click "NEW REPLY" at the bottom or top.

The "Last" post doesn't get quoted for some reason.

Allan 10-04-2005 10:02 PM

work on vB 3.5 ? no update ?

Andreas 10-04-2005 10:13 PM

Quote:

Originally Posted by ThePimp
In a thread, click "Multiquote" on 2 or 3 different posts (make sure one of them is the LAST post in the thread). Then click "NEW REPLY" at the bottom or top.

The "Last" post doesn't get quoted for some reason.

This is actually working as designed (and has also been mentioned earlier):
The default vBulletin behaviour of the New Reply Button is set to be a reply to the last post without quoting it.
This Hack respects this behaviour and therefore doesn't quote this post, even if it was selected for multiquote.
If you want to quote it, you have to click the Quote button of the last reply.

ManagerJosh 10-05-2005 12:10 AM

Quote:

Originally Posted by KirbyDE
I clearly stated somewhere up in the Thread that it currently does not work with QR.
I got the Code that works with QR ready since months, but it is 70 km away on another computer which isn't online and I didn't have the time to go there ... yet.

@The Pimp
I don't understand your post.
Please tell me what exactly does not work (eg. what are the necessary steps to reproduce the failure).

Perhaps it would be a good idea to update the description of the hack :p

Andreas 10-05-2005 12:14 AM

Done :)

drumsy 10-06-2005 02:05 AM

I get:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/hondaacu/public_html/forums/includes/adminfunctions_template.php(3519) : eval()'d code on line 190

When attempting to add the template changes to the postbit_legacy template.

Darat 10-06-2005 07:03 AM

Quote:

Originally Posted by drumsy
I get:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/hondaacu/public_html/forums/includes/adminfunctions_template.php(3519) : eval()'d code on line 190

When attempting to add the template changes to the postbit_legacy template.

I was getting this error when I tried to copy it directly from the text file, what I did was copy the code from this post: https://vborg.vbsupport.ru/showpost....4&postcount=28

Xplorer4x4 10-06-2005 10:41 AM

Quote:

Originally Posted by Darat
I was getting this error when I tried to copy it directly from the text file, what I did was copy the code from this post: https://vborg.vbsupport.ru/showpost....4&postcount=28

I used this code and it works, HOWEVER, I am having a odd problem now. I qoute 2 posts...

Post 1: Hi
Post 2: Hello

I click the multiqoute buttons. I can click reply or quote, but when the quoted posts show up in the reply page, Post 1 will be quoted once, but Post 2 is being quoted 3 times.

drumsy 10-07-2005 07:58 PM

One of my users is reporting the following bug:

Quote:

here's how to reproduce it.

1. go to any thread and click the multiquote checkbox on a few posts (say 4 of them)
2. use your back button
3. go to another thread, and use the quote button. (just to reply to one post)

look at your reply box, it's filled with the posts from the other thread.
Is there anyway to clear any cookies associated with multiquotes when entering a new thread?


All times are GMT. The time now is 08:23 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.01475 seconds
  • Memory Usage 1,871KB
  • 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_html_printable
  • (2)bbcode_php_printable
  • (16)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