MyBB Support

Too Many Quotes

Submitted by Sexual, , Thread ID: 4674

Thread Closed
Sexual
est. 2015
Prime
Level:
0
Reputation:
28
Posts:
539
Likes:
18
Credits:
10
10-06-2015, 06:11 AM
#1
Can someone please help me with the too many quotes.
I wish to have it on my forum but i don't know how to get it working properly.
:noh: :yus:

RE: Too Many Quotes

Blowjob
Closed Account
Level:
0
Reputation:
26
Posts:
2.16K
Likes:
189
Credits:
2.53K
10-06-2015, 06:52 AM
#3
10-06-2015, 06:28 AM
Tropical Wrote:
There is a plugin on here, IIRC :noh:

No it's not.

Why you post in mybb support when you don't know shit about mybb?

Stop posting here or learn something about mybb

http://nulledbb.com/Thread-How-to-add-To...led-Quotes

RE: Too Many Quotes

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
10-06-2015, 06:56 AM
#4
10-06-2015, 06:52 AM
Hug Wrote:
10-06-2015, 06:28 AM
Tropical Wrote:
There is a plugin on here, IIRC :noh:

No it's not.

Why you post in mybb support when you don't know shit about mybb?

Stop posting here or learn something about mybb

http://nulledbb.com/Thread-How-to-add-To...led-Quotes

I know an adequate amount about MyBB
Stop being a ass :rly:

I recall seeing that thread and thought of a plugin.

RE: Too Many Quotes

Blowjob
Closed Account
Level:
0
Reputation:
26
Posts:
2.16K
Likes:
189
Credits:
2.53K
10-06-2015, 06:57 AM
#5
10-06-2015, 06:56 AM
Tropical Wrote:
10-06-2015, 06:52 AM
Hug Wrote:
10-06-2015, 06:28 AM
Tropical Wrote:
There is a plugin on here, IIRC :noh:

No it's not.

Why you post in mybb support when you don't know shit about mybb?

Stop posting here or learn something about mybb

http://nulledbb.com/Thread-How-to-add-To...led-Quotes

I know an adequate amount about MyBB
Stop being a ass :rly:

I recall seeing that thread and thought of a plugin.

then have an exact answer or don't post;

RE: Too Many Quotes

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
10-06-2015, 07:34 AM
#6
Here comes the spoonfeed

Code:
<script type="text/javascript">
var quoteMsg = "View More";
var quotePop = "Too Many Quotes";

jQuery(function() {
   jQuery('blockquote blockquote:not(blockquote > blockquote > blockquote)').each(function(a, b) {
       jQuery(this).children('blockquote').each(function() {
         jQuery(this).html("<div><div class=\"spoilerheader\">" + quoteMsg + " <a href=\"javascript:void(0);\" class=\"spoilerclick\">(" + quotePop + ")</a></div><div class=\"spoilerbody\" style=\"display: none;\">" + jQuery(this).html() + "</div></div>");
       });
      
   });
jQuery(".spoilerclick").click(function() {
  
   var spoiler = jQuery(this).parent().parent();
   jQuery(spoiler).children(".spoilerbody").show();
   jQuery(spoiler).children(".spoilerheader").hide();
})
});
</script>

RE: Too Many Quotes

Sexual
est. 2015
Prime
Level:
0
Reputation:
28
Posts:
539
Likes:
18
Credits:
10
OP
10-06-2015, 03:55 PM
#7
I still cant get it working but oh well, thanks anyway guys.

RE: Too Many Quotes

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
10-06-2015, 05:21 PM
#8
10-06-2015, 03:55 PM
Sexual Wrote:
I still cant get it working but oh well, thanks anyway guys.

Put it in the headerinclude.

RE: Too Many Quotes

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
10-06-2015, 06:27 PM
#9
10-06-2015, 05:21 PM
akay Wrote:
10-06-2015, 03:55 PM
Sexual Wrote:
I still cant get it working but oh well, thanks anyway guys.

Put it in the headerinclude.

I had a plugin that did this at one time :noh:

RE: Too Many Quotes

Akay
We are!
Level:
0
Reputation:
28
Posts:
946
Likes:
109
Credits:
2.05K
10-06-2015, 07:19 PM
#10
10-06-2015, 06:27 PM
Tropical Wrote:
10-06-2015, 05:21 PM
akay Wrote:
10-06-2015, 03:55 PM
Sexual Wrote:
I still cant get it working but oh well, thanks anyway guys.

Put it in the headerinclude.

I had a plugin that did this at one time :noh:

Why the fuck would you need a plugin?

Users browsing this thread: 1 Guest(s)