Giter Club home page Giter Club logo

quote_post_back_link's People

Stargazers

Ivan Chivchibashiev avatar Erik Frèrejean avatar

Watchers

Erik Frèrejean avatar James Cloos avatar  avatar

Forkers

eluvatar

quote_post_back_link's Issues

Problem with quote tag only

hi, :)

i have a another problem, i tested quote with 3 method:

  1. [code][quote]haha[/quote][/code]
  2. [code][quote="user"]haha[/quote][/code]
  3. [code][quote="user";p=xx]haha[/quote][/code]

2 & 3 work great, but method 1 is show:
[quote]aha[/quote]

i cant see "h" character begin that word...

_ if i try use:
[code][quote]
haha[/quote][/code]
mean: enter word to new line, its work normal...

& when i go to edit that post, i still show
[code][quote]haha[/quote][/code]

Wrong install instructions + question

Hi again Erik, just to notify to you that in the 2.0.0.5 install file instructions there are some lines to find and replace that are not complete.

A little question, too:

The line in "includes/bbcode.php"

$replace[$user->lang('IN')] = strtolower($user->lang('ON'));

shouldn't be the following instead?

$replace[$user->lang('IN')] = strtolower($user->lang('POSTED_ON_DATE'));

Thank you very much!

break quote tag when missing post_id

i have a problem with multi-quote, when quote inside dont have ;p=xxx


eg:
i quote:
[quote="user1";p=001][quote="user2"]
content 1[/quote]
content 2[/quote]

it show:
user1";p=001][quote="user2 wrote:
content 1

content 2[/quote]

SQL error when missing post_id

If someone removes the post_id in the quote (the ;p=1234) he will receive an sql error when viewing that post, because of some "post_id = " statement missing the value for post_id. You can add the following code after the code block for "// Disabled?"

  // No post_id ?
  if ($post_id == '')
  {
     return $this->bbcode_second_pass_quote($username, $quote);
  }

Missing quote tag

I've installed latest version.
But when qpbl is on, in topic is missing opening <'blockquote> <'div>tags, causing displacement of elements.
Where could be the problem?

"L_IN" replace side-effect?

Hi Erik, thank you a lot for your great work! I'don't know if it is really a bug or I've done something wrong.

Consider the code in "styles/prosilver/template/bbcode.html":

<!-- BEGIN quote_username_post_open --><blockquote><div><cite>{USERNAME} {L_WROTE} {L_IN} <a href="{QPBL_POST}" title="{QPBL_TITLE}">{QPBL_TITLE}</a>:</cite><!-- END quote_username_post_open -->

When we set to show the post's date, the instruction

$replace[$user->lang('IN')] = strtolower($user->lang('ON'));

included in "includes/bbcode.php"

causes that every occurrence of "in" between
<a href="{QPBL_POST}" title="{QPBL_TITLE}">

and the closing tag

</a>

are replaced by "ON". As example:

<blockquote><div><cite>{USERNAME} {L_WROTE} {L_IN} <a href="{QPBL_POST}" title="{QPBL_TITLE}"> index</a>

generates that output:

user wrote ON 26/02/2009, 14:02 ONdex:

I found it trying to build a backlink with an image, whose name contained "in"

<img src="interessant_image" />

becomes

<img src="ONteressant_image" />

I could easily bypass the problem but I'd like first to know from you if it's normal.

Thank you in advance for your assistance!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.