[MODDB] Quote Post Back Link

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
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

Re: [RC2] Quote Post Back Link

Post by Erik Frèrejean »

autinhyeu wrote:
evina wrote:Got a few questions...

This messed up my board when I tried it. Is that becasue I have the QUBL also installed? I thought you said that there was a way to get around this. What does the "Advanced Quoting" mod do?
The same question ;)
And, when i try edit posting.php...
i found:

Code: Select all

$message_parser->message = '[quote="' . $post_data['quote_username'] . '"]' . censor_text(trim($message_parser->message)) . "[/quote]\n";
don't have:

Code: Select all

$message_parser->message = '[quote="' . $post_data['quote_username'] . '"]'
Thanks...
By the looks of it they changed that line. I'll need to look into this, but I can say when I've time to do so. I might have some time later this week, if I forget help me remind ;).
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

Re: [RC2] Quote Post Back Link

Post by Erik Frèrejean »

naduvko wrote:parser not working with cyrillic usernames :(
This MOD shouldn't change the way usernames are displayed. Can you give an example so I can try to replicate 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!)
evina
Registered User
Posts: 110
Joined: Mon Nov 10, 2008 2:06 am

Re: [RC2] Quote Post Back Link

Post by evina »

Erik Frèrejean wrote:
evina wrote:Got a few questions...

This messed up my board when I tried it. Is that becasue I have the QUBL also installed? I thought you said that there was a way to get around this. What does the "Advanced Quoting" mod do?
What part is messed up?
Everything. I can't go into a thread that has any BBcode in it. I uninstalled it by hand.

You said in this thread http://www.phpbb.com/community/viewtopi ... 5#p8177895 that there would be a problem. Where is the post that explains how to get around the problem when both mods are installed?
User avatar
Professional
Registered User
Posts: 187
Joined: Mon Jan 21, 2008 2:40 pm

Re: [RC2] Quote Post Back Link

Post by Professional »

nice idea :D
انجمن تخصصی نسل جدید موبایل ها
My Mobile Forum: M4P Forum
Every Thing That U Feel,Is Every Thing That I Feel.
naduvko
Registered User
Posts: 9
Joined: Sun Mar 29, 2009 2:34 pm

Re: [RC2] Quote Post Back Link

Post by naduvko »

Erik Frèrejean wrote:
naduvko wrote:parser not working with cyrillic usernames :(
This MOD shouldn't change the way usernames are displayed. Can you give an example so I can try to replicate this?
I'm not sure I've explained right, but here is the problem:
Image

Image
Second one username was МИНЧО :)
CMCDragonkai
Registered User
Posts: 483
Joined: Sat Jun 09, 2007 11:37 pm
Location: Australia.. and other parts of the world sometimes...

Re: [RC2] Quote Post Back Link

Post by CMCDragonkai »

Would that be an encoding problem?
Show phpbb threads as html articles. V.5.03 Thanks Erik! (This will be updated constantly as I or others contribute...) This code is to be used on external HTML page, but if you want a template version see here.

For the best PHPBB total modification to posting - bbcode, embedding... everything! Visit MSSTI's ABBC3 Modification.
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

Re: [RC2] Quote Post Back Link

Post by Erik Frèrejean »

Not sure, haven't seen that yet. Are you sure that you did the installation correct?
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
Forumtreff
Registered User
Posts: 9
Joined: Thu Jun 19, 2008 2:56 pm

Post by Forumtreff »

Subsequent modification is compatible and much better and more comfortable.

http://www.phpbb.com/community/viewtopi ... 0&t=589243

http://translate.google.com/translate?u ... n&ie=UTF-8

http://www.alexhh.de/phpbb-mods/advance ... _1.0.1.zip

Unfortunately, there is a small error. The rate of advanced-generated link works only for contributions to the page on which the quote is. Otherwise, the link to the start of the topic.

/includes/bbcode.php

Find

Code: Select all

$post_link .= "<a href=\"./viewtopic.php?f=".$param['forum_id']."&t=".$param['topic_id']."#p".$param['post_id']."\">";
Replace With

Code: Select all

$post_link .= "<a href=\"./viewtopic.php?f=".$param['forum_id']."&t=".$param['topic_id']."&p=".$param['post_id']."#p".$param['post_id']."\">";
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

Re: [RC2] Quote Post Back Link

Post by Erik Frèrejean »

I strongly urge you to not use Advanced Quoting, it isn't actively developed at the moment (should be ABD).
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
Forumtreff
Registered User
Posts: 9
Joined: Thu Jun 19, 2008 2:56 pm

Post by Forumtreff »

But the modification of this thread is not correct.

http://www.phpbb.com/community/viewtopi ... 5#p8150275

But Advanced Quoting also works perfectly with the phpBB version 3.0.5.
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

Re:

Post by Erik Frèrejean »

Forumtreff wrote:But the modification of this thread is not correct.

http://www.phpbb.com/community/viewtopi ... 5#p8150275
It is an RC. I haven't had the time to fix this yet. Hopefully during the holiday, but no guaranties on that.
Forumtreff wrote:But Advanced Quoting also works perfectly with the phpBB version 3.0.5.
That is what I expected, but I don't have time to develop it and don't want to support it at the moment, thats why I abandoned it for now. I'm planning on finishing that MOD some time, but I simply don't know when.
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
HGN
Former Team Member
Posts: 4706
Joined: Wed Dec 03, 2008 1:53 pm
Location: The Netherlands
Name: Alfred

Re: [RC2] Quote Post Back Link

Post by HGN »

I am wondering if there are plans to get this mod in the released mods database.
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

Re: [RC2] Quote Post Back Link

Post by Erik Frèrejean »

Yes I still want to release a MOD like this one, but that will become a complete rewrite of this code base. I however can't give anything close to an ETA as I'm just getting some more spare time for the first time in months :)
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
HGN
Former Team Member
Posts: 4706
Joined: Wed Dec 03, 2008 1:53 pm
Location: The Netherlands
Name: Alfred

Re: [RC2] Quote Post Back Link

Post by HGN »

Erik Frèrejean wrote:but that will become a complete rewrite of this code base
So that is implicating it would not be wise to use this mod as a starter? Or will there be some kind of an upgrade path?
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

Re: [RC2] Quote Post Back Link

Post by Erik Frèrejean »

Whether I'll provide an update path depends on the number of changes. It could be possible that the update path will be: remove the old MOD and install the new one ;).
Whether its wise to use it depends on how comfortable you are running non-final software.
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!)

Return to “[3.0.x] MODs in Development”