vB Quote
Author Message
I believe that tagging syntax on forums should generally be as simple as possible, as most people aren't really coders.
MyBB generally conforms well to this (tags are generally quite simple), except the new quote tag introduced in MyBB 1.4.

Personally, something like this is a bit too much code IMO:

Code:
[quote='Joe' pid='13892' dateline='1239871234987' some_other_crap='98j2983j4ad']

...and the user probably doesn't really know the reasoning behind everything.
This plugin turns something like the above to something similar to vB quoting, like:

Code:
[quote=Joe;13892]

which, IMO, is much simpler and nicer.

This plugin also has a few other features:

  • [ and ] characters in usernames don't break up the quote
  • username will automatically be updated if a user's username gets changed
  • user profile link in quote

The package includes a MyBB 1.4 and a MyBB 1.6/1.8 version.  Ensure you upload the correct .php file to your inc/plugins/ folder.
Note that the MyBB 1.4 version doesn't handle [ and ] characters completely right, whereas the 1.6 version does.


Update on 19th May, 2010: Also note: it may be possible for users to gain some information about posts in hidden forums/threads/posts by playing around with the pid in the quote.  I haven't implemented any protection against this in this plugin, but I don't really think this is really that big of an issue as they can only really get the timestamp and user who made the post but not the content.

Update on 4th Jan, 2011: This plugin won't modify existing quotes in any way, eg, it won't change the syntax or style of quotes made before this plugin was activated.
(This post was last modified: 03-10-2016 09:44 PM by ZiNgA BuRgA.)
Find all posts by this user
Quote this message in a reply
Download: vbquote-1.16.7z (3.81 KB)
Plugin Version: 1.16
Last Updated: 03-10-2016, 09:44 PM

Downloads: 1,084
MyBB Compatibility: 1.4.x, 1.6.x, 1.8.x
Plugin License: GPLv3
Uploader: ZiNgA BuRgA
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #51
RE: vB Quote
(05-20-2011 08:12 AM)ZiNgA BuRgA Wrote:  
(05-19-2011 03:24 PM)Sama34 Wrote:  Doesn't work at quick reply, if i clicked the +- quote button it shows mybb default quote system Ouch
Install a test clean forum, put the plugin on, and verify it works.  If it does, apply your modifications one by one to determine what's the conflict.

I did as you said but it worked out, but still is not working at my forum.

Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
05-30-2011 03:40 AM
Visit this user's website Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #52
RE: vB Quote
Did you apply all of your modification from your live forum to the test forum?

05-30-2011 04:24 AM
Find all posts by this user Quote this message in a reply
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #53
RE: vB Quote
(05-30-2011 04:24 AM)RateU Wrote:  Did you apply all of your modification from your live forum to the test forum?

Yes, actually I used a backup of my site but still did'nt worked.

Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
05-30-2011 06:46 AM
Visit this user's website Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #54
RE: vB Quote
I'm sorry if I can't understand it correctly.
So, you upload a backup of your real forum to your test forum.
In your test forum, the vB Quote works, but still not in your real forum?

05-30-2011 07:07 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #55
RE: vB Quote
Using a backup doesn't necessarily mean that all the plugins are translated over.  Ensure that all your modifications are installed on the test forum.

My Blog
05-30-2011 09:35 AM
Find all posts by this user Quote this message in a reply
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #56
RE: vB Quote
@RateU. Yes, that is what I meant and it worked.

@ZiNgA BuRgA. It is a full backup, so I thought that just reinstalling was enough.

Does it matter if those plugins are deactivated on my original forum and not even uploaded to my local forum? Because i just uploaded and tried the ones that are activated on my real one into my localhost.

Sorry for my English Ouch

Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
05-30-2011 09:23 PM
Visit this user's website Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #57
RE: vB Quote
Do you have a core file edit?

05-31-2011 02:11 AM
Find all posts by this user Quote this message in a reply
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #58
RE: vB Quote
(05-31-2011 02:11 AM)RateU Wrote:  Do you have a core file edit?

Just Google SEO that I remember...

Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
05-31-2011 02:37 AM
Visit this user's website Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #59
RE: vB Quote
Could you list whatever plugin installed in your forum?

05-31-2011 05:28 AM
Find all posts by this user Quote this message in a reply
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #60
RE: vB Quote
This are the ones I use.

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Here is the list.
Forums Requirements (1.0)
Hide To Guests (0.3.1)
Length Minimum in New Thread (1.0)
Registration Checkboxes Plugin (1.2)
AdminCP Dropdown Menus (1.0)
Activate users from Mod CP (2.0.1)
Add Forum Options (2.2)
Admins can log into Users' accounts (1.1)
Admin CP Honeypot (1.0)
Ajax Poll Voting (1.0)
Akismet (1.2.1)
Advanced MyCode Permissions (1.2)
Avatars on Search Listings (0.5)
Attachment on Post (0.1)
Close thread at reply count (2.0)
Courtesy Edit Time (0.1)
Custom Header Logo for Forums (0.3)
Date of Birth on Registration (0.4)
Dynamic Board Statistics (1.2)
Easy MyCodes (1.0)
Edit Time Limit/Legend Permissions (1.0)
Extra Forum Permissions (1.1)
Fassim Anti Spam (1.21)
First Post On All Thread Pages  (1.0)
Fit on Page (2.3)
Disable Flood Time in Posts for Groups. (1.0) 
Force Postbit Layout (1.0)
Forum stats in profile (2.0)
Google SEO (1.1.13)
Enable Signature on Groups Basis (1.0)
Header Warning Level (1.6)
Hide Sigs and Website of New Users (1.1) 
Highlight Own Threads (1.0)
HP/MP/EXP Stats (1.0)
HTML in Posts (1.5)
HTMLPurifier for MyBB (1.0)
Profile Images (1.0)
Last Visitors in Profile (1.1)
Limit number of PMs (2.0.2) 
Limit number of Threads (2.0.1)
Locked Thread Quick Reply Warning (1.0)
Mods Cant Edit Admins Posts (1.0)
Disable Minchars in Posts for Groups. (1.0)
Min. Posts Plugin (0.4)
ModNotice+ (1.3)
Extra Moderator Permissons (1.2)
My Advertisements (1.9.2)
NewPoints (1.8)
NewPost Marker (1.01)
No Links Allowed (0.1) 
No Change Username (1.0) 
Only OP Can Reply (1.1)
Permission Box For MyBB 1.4 (1.00)
Template Conditionals (1.5)
PM to New Users (1.1)
Poll Results Blocker (1.0)
Profile Buddies (1.4.1)
Profile Comments (0.9.2)
Profile Design (2.3.0)
Profile Picture (1.0)
Profile Views (1.2)
ProStats (1.8)
Quick Reply PM (1.3)
reCAPTCHA Plugin (1.1)
Registration Security Question (1.1)
Report PMs (1.0)
Report Reputation (0.3.1)
Reputation Power (1.0)
Resend Activation Code (3.0)
Reset Poll (1.1)
SCD Hide From Groups (Free SCD Plugin) (2.5)
Search Auto-redirect (1.0)
Social Sites (0.2.1)
Strict Username (1.1)
View Unanswered Posts (1.1)
Undo Delete (1.2.1)
vB Style Quotes (1.12)
View Groups (1.4)
View all posts by a user in thread (2.1)
My Youtube (1.0)


I will remove some today so maybe that will help finding the problem...


Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
05-31-2011 05:42 AM
Visit this user's website Find all posts by this user Quote this message in a reply


Forum Jump: