[ABD] advanced quoting

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
Locked
Anyasha
Registered User
Posts: 704
Joined: Mon Aug 07, 2006 4:02 am
Name: Anyasha

Re: [BETA] advanced quoting

Post by Anyasha »

Erik Frèrejean wrote:Open ./includes/bbcode.php, Find:

Code: Select all

$post_link .= date ($user->data['user_dateformat'], $param['post_time']);   
After-add:

Code: Select all

$split = "wrote at ";   
Find:

Code: Select all

$post_link .= $param['post_subject'];   
After-add:

Code: Select all

$split = "wrote in ";   
Find:

Code: Select all

return $username . (($post_link != "") ? ' - ' . $post_link : '');   
After-add:

Code: Select all

return $username . (($post_link != "") ? '  '.$split . $post_link : '');   
Should do the trick.
Nope, then you get "(user) wrote at (date) wrote:".
Kiss me, I'm Polish!
XxXYonIXxX
Registered User
Posts: 38
Joined: Sun Apr 13, 2008 9:59 am

Re: [BETA] advanced quoting

Post by XxXYonIXxX »

God mod!

thet well be great if you can add the feature to do double qoute(this mean - you can quote over one user in your post).

thank anyway :D
moustafamin
Registered User
Posts: 230
Joined: Thu Aug 30, 2007 8:10 am

Re: [BETA] advanced quoting

Post by moustafamin »

will be first to install it on my live forum when it's added to MODDB
User avatar
Erik Frèrejean
Former Team Member
Posts: 9899
Joined: Tue Oct 09, 2007 9:09 am
Location: The Netherlands, 3.0.x Support Forum
Name: Erik Frèrejean
Contact:

Re: [BETA] advanced quoting

Post by Erik Frèrejean »

Anyasha wrote:
Erik Frèrejean wrote:Open ./includes/bbcode.php, Find:

Code: Select all

$post_link .= date ($user->data['user_dateformat'], $param['post_time']);   
After-add:

Code: Select all

$split = "wrote at ";   
Find:

Code: Select all

$post_link .= $param['post_subject'];   
After-add:

Code: Select all

$split = "wrote in ";   
Find:

Code: Select all

return $username . (($post_link != "") ? ' - ' . $post_link : '');   
After-add:

Code: Select all

return $username . (($post_link != "") ? '  '.$split . $post_link : '');   
Should do the trick.
Nope, then you get "(user) wrote at (date) wrote:".
Sorry forgot a stap:
Open: /styles/{Your style}/template/bbcode.html, Find:

Code: Select all

<!-- BEGIN quote_username_open --><blockquote><div><cite>{USERNAME} {L_WROTE}:</cite><!-- END quote_username_open -->
Inline find:

Code: Select all

{L_WROTE}
Inline replace-with:
Support Toolkit | Support Request Template | Knowledge Base | phpBB 3.0.x documentation
I don't give support via PM or IM! (all unsolicited pms will be trashed!)
User avatar
Erik Frèrejean
Former Team Member
Posts: 9899
Joined: Tue Oct 09, 2007 9:09 am
Location: The Netherlands, 3.0.x Support Forum
Name: Erik Frèrejean
Contact:

Re: [BETA] advanced quoting

Post by Erik Frèrejean »

XxXYonIXxX wrote:God mod!

thet well be great if you can add the feature to do double qoute(this mean - you can quote over one user in your post).

thank anyway :D
That's a planned feature.
moustafamin wrote:will be first to install it on my live forum when it's added to MODDB
Nice to hear :). If I only had time to finish this :(.
Support Toolkit | Support Request Template | Knowledge Base | phpBB 3.0.x documentation
I don't give support via PM or IM! (all unsolicited pms will be trashed!)
moustafamin
Registered User
Posts: 230
Joined: Thu Aug 30, 2007 8:10 am

Re: [BETA] advanced quoting

Post by moustafamin »

Erik Frèrejean wrote:
moustafamin wrote:will be first to install it on my live forum when it's added to MODDB
Nice to hear :). If I only had time to finish this :(.
please try to find time :D :D
User avatar
Erik Frèrejean
Former Team Member
Posts: 9899
Joined: Tue Oct 09, 2007 9:09 am
Location: The Netherlands, 3.0.x Support Forum
Name: Erik Frèrejean
Contact:

Re: [DEV] advanced quoting

Post by Erik Frèrejean »

*changed mod status back to DEV*
moustafamin wrote:
Erik Frèrejean wrote:
moustafamin wrote:will be first to install it on my live forum when it's added to MODDB
Nice to hear :). If I only had time to finish this :(.
please try to find time :D :D
FYI, I've started today with rewriting the core of this mod. You can find a development version in the STG mod manager.
This is alpha quality only use for testing purpose ;)
Support Toolkit | Support Request Template | Knowledge Base | phpBB 3.0.x documentation
I don't give support via PM or IM! (all unsolicited pms will be trashed!)
moustafamin
Registered User
Posts: 230
Joined: Thu Aug 30, 2007 8:10 am

Re: [DEV] advanced quoting

Post by moustafamin »

this is more than great news,,,

bookmarked.. waiting for a stable version for my live forum
Gonzo68
Registered User
Posts: 9
Joined: Mon Jul 21, 2008 12:45 am

Re: [DEV] advanced quoting

Post by Gonzo68 »

Erik Frèrejean,

I currently have a board running version 1.0.1 and i'm having some issue with it working and not working.

Since i notice you now got build 1.1.1 of it and it looks a lot different what would you suggest to do ?

1- Remove all changes, files, sql made for 1.0.1 and install 1.1.1
2- Just overwrite with files of 1.1.1, execute sql changes, undo 1.0.1 edit and perform 1.1.1 edit
3- let me know :lol:
User avatar
Erik Frèrejean
Former Team Member
Posts: 9899
Joined: Tue Oct 09, 2007 9:09 am
Location: The Netherlands, 3.0.x Support Forum
Name: Erik Frèrejean
Contact:

Re: [DEV] advanced quoting

Post by Erik Frèrejean »

I'd go with the first option. Although I have some idea's for the feature of this MOD (but no time to implement it), that maybe causes an other complete rewrite of the core. But until that time I'd go with 1.1.1
Support Toolkit | Support Request Template | Knowledge Base | phpBB 3.0.x documentation
I don't give support via PM or IM! (all unsolicited pms will be trashed!)
Gonzo68
Registered User
Posts: 9
Joined: Mon Jul 21, 2008 12:45 am

Re: [DEV] advanced quoting

Post by Gonzo68 »

Erik Frèrejean wrote:I'd go with the first option. Although I have some idea's for the feature of this MOD (but no time to implement it), that maybe cause an other complete rewrite of the core. But until that time I'd go with 1.1.1
Erik,

i will go with that thanks.

My problem i think is related to another mods i got Link Hound checkers with version 1.0.1 some quote are getting displayed like this:

Code: Select all

[quote="61";p="294"]moved topic to Announcement Rules & News
Dunno if moving to 1.1.1 will fix this or not, maybe you could tell :lol:
User avatar
Erik Frèrejean
Former Team Member
Posts: 9899
Joined: Tue Oct 09, 2007 9:09 am
Location: The Netherlands, 3.0.x Support Forum
Name: Erik Frèrejean
Contact:

Re: [DEV] advanced quoting

Post by Erik Frèrejean »

Can't tell you for sure if that fixes it, cause it has been a long time that I worked on this code (especially 1.0.1).
But the way the tag is build, looks like one that is created by my MOD so it should work. But if it isn't parsed my best guess atm is that you didn't make all the changes (in message_parser.php).
Support Toolkit | Support Request Template | Knowledge Base | phpBB 3.0.x documentation
I don't give support via PM or IM! (all unsolicited pms will be trashed!)
Gonzo68
Registered User
Posts: 9
Joined: Mon Jul 21, 2008 12:45 am

Re: [DEV] advanced quoting

Post by Gonzo68 »

Erik,

dunno if anyone report this or not but there is a little error in the Sql instruction of 1.1.1

Code: Select all

INSERT INTO phpbb_config (config_name, config_value, id_dynamic)
VALUES ('aq_display_post', '2', '1');

INSERT INTO phpbb_config (config_name, config_value, id_dynamic)
VALUES ('aq_display_user', '3', '1');
Should be:

Code: Select all

INSERT INTO phpbb_config (config_name, config_value, is_dynamic)
VALUES ('aq_display_post', '2', '1');

INSERT INTO phpbb_config (config_name, config_value, is_dynamic)
VALUES ('aq_display_user', '3', '1');
since the variable is not id_dynamic but is_dynamic
Gonzo68
Registered User
Posts: 9
Joined: Mon Jul 21, 2008 12:45 am

Re: [DEV] advanced quoting

Post by Gonzo68 »

Erik,

I installed version 1.1.1 and now it occured that people get this error with pm's:

Code: Select all

Fatal error: Call to a member function set_bbcode_instance() on a non-object in /home/sweetdream/public_html/somesite.net/includes/functions_advanced_quoting.php on line 69
I read the topics and you mention something about fixing it in the SVN but looking at it, it does not look like its same as version 1.1.1. So maybe if you could paste the code of the fixed function aq_bbcode_second_pass_quote($p1, $p2, $p3, $bbcode_instance) that would do it

thx in advance
User avatar
Erik Frèrejean
Former Team Member
Posts: 9899
Joined: Tue Oct 09, 2007 9:09 am
Location: The Netherlands, 3.0.x Support Forum
Name: Erik Frèrejean
Contact:

Re: [ABD] advanced quoting

Post by Erik Frèrejean »

Marked as abandoned, I don't have the time to actively develop this MOD at the moment. In stead of that I release parts of the implementation as separate MODs which *might* end up in one package some time.
Support Toolkit | Support Request Template | Knowledge Base | phpBB 3.0.x documentation
I don't give support via PM or IM! (all unsolicited pms will be trashed!)
Locked

Return to “[3.0.x] Abandoned MODs”