• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

XenFacil's Quote

Status
Not open for further replies.

lms

Well-known member
This addons is based in this template modification. Thanks for all. Thanks for CyberAP and Brogan.

11/01/2012: v2.0.1 released

This add-on prevents template modifications.
Overwrite XenForo's quote.
Run with gravatars.
Have three options: addon active/deactive, use template bb_code_tag_quote or XenFacil_Quote, and use style with left arrow and avatar or bottom arrow and avatar.
4.webp3.webp

Leave english addon and phrases for spanish translation.
French translation by Allan

INSTALL:
  1. Unzip on your PC the XFacil_Quote.zip file.
  2. Upload content of upload folder to your root installation XenForo forum.
  3. In APC -> Home -> Add-ons ->
    • List Add-ons -> + Install Add-on -> Select file in your PC -> Select the addon-XenFacil_quote.xml file on your PC -> Install.
    • Install Add-on -> Select file in your PC -> Select the addon-XenFacil_quote.xml file on your PC -> Install.
  4. Enjoy
UPDATE:
  1. Unzip on your PC the XFacil_Quote-v2.zip file.
  2. Upload content of upload folder to your root installation XenForo forum and overwrite existing files.
  3. In APC -> Home ->
    • Click in XenFacil's Quote in list add-ons -> Select file in your PC -> Select the XenFacil-Quote-v2-addon.xml file on your PC -> Update.
    • Add-ons ->List Add-ons -> In right arrow add-on, select Update -> Select file in your PC -> Select the XenFacil-Quote-v2-addon.xml file on your PC -> Update.
  4. Enjoy
CHANGES:
v2.0.1: 11/01/2011 bugs fixed.
v2: 07/01/2012: added other arrow style and avatar positioning.

Salud2
 

Attachments

Run with avatars, gravatars and put the user info on click in avatar image.

Salud2
 
Is there a typo in Formatter.php, line 141?
Rich (BB code):
'atributos' => $attributos,

Shouldn't that be?
Code:
'atributos' => $atributos,
 
  • Like
Reactions: lms
Is there a typo in Formatter.php, line 141?
Rich (BB code):
'atributos' => $attributos,

Shouldn't that be?
Code:
'atributos' => $atributos,
Yes. Fixed and update XFacil-Quote-v2.zip in first post. Not need reinstall add-on. Only overwrite /library/XenFacil/Quote/BbCode/Formatter.php.
Thanks, Brogan.

Salud2
 
could it be that you miss a 'post' in links?
/goto/?id=828106#-828106
instead of
/goto/post?id=696705#post-696705
(http://www.xenfacil.com/goto/?id=5215#-5215 for example)

edit: fix -> template: XenFacil_Quote
find (2 times)
Code:
<a href="{xen:link 'goto/{$fuente.tipo}
and change it to
Code:
<a href="{xen:link 'goto/post{$fuente.tipo}

also Add-on active? cause issues when deactivated, those links turn into
/goto/A?id=A#A-A
ofc it works to deactivate the plugin itself
 
could it be that you miss a 'post' in links?
/goto/?id=828106#-828106
instead of
/goto/post?id=696705#post-696705
(http://www.xenfacil.com/goto/?id=5215#-5215 for example)

edit: fix -> template: XenFacil_Quote
find (2 times)
Code:
<a href="{xen:link 'goto/{$fuente.tipo}
and change it to
Code:
<a href="{xen:link 'goto/post{$fuente.tipo}

also Add-on active? cause issues when deactivated, those links turn into
/goto/A?id=A#A-A
ofc it works to deactivate the plugin itself
Bugs fixed.
Fixed issues when deactivate Add-on.
Fixed link post bug.

Update add-on in first post.

UPDATE:
  1. Unzip on your PC the XFacil_Quote-v2.zip file.
  2. Upload content of upload folder to your root installation XenForo forum and overwrite existing files.
  3. In APC -> Home ->
    • Click in XenFacil's Quote in list add-ons -> Select file in your PC -> Select the XenFacil-Quote-v2-addon.xml file on your PC -> Update.
    • Add-ons ->List Add-ons -> In right arrow add-on, select Update -> Select file in your PC -> Select the XenFacil-Quote-v2-addon.xml file on your PC -> Update.
  4. Enjoy
Salud2
 
Status
Not open for further replies.
Top Bottom