Recent content by Mr. Wah

  1. M

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    Yeah, sadly, you basically have to create each template like its own HTML snippet. For example, if you want to say build a table you'll probably have to create a few templates such as: You pass in variables to the HTML from the template by doing {{{variable}}} inside the HTML and then...
  2. M

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    Sadly no, the only way is to split your encapsulating template up into smaller template parts that get called out per each, which means creating templates that you know expect a previous and later template.
  3. M

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    Have to create wiki templates in combination with setting styles in the EXTRA.CSS style to manipulate your image attachments.
  4. M

    XF2 [8WR] XenPorta 2 (Portal) PRO [Paid]

    I'm merely telling you what occurs when I select "Revert" and confirm, regardless of what is supposed to happen.
  5. M

    XF2 [8WR] XenPorta 2 (Portal) PRO [Paid]

    This is incorrect. Reverting my template would load the much older version of the EWRPorta_article.less. For example it would alter: .porta-header-image { background-position: center; background-size: cover; height: @xf-EWRporta_header_image...
  6. M

    XF2 [8WR] XenPorta 2 (Portal) PRO [Paid]

    I recently had issues with styling after upgrading both my UI.X and EWRPorta2. The way I fixed my styling issues was by manually copy and pasting the EWRporta_articles.less style from the latest version's upload\src\addons\EWR\porta\_data\templates.xml file. You can find what the text for this...
  7. M

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    Just curious, what are you trying to edit exactly and/or what exactly are you trying to edit it to?
  8. M

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    I believe all you need to do is override the .carta-index-list { text-align: left; } at the bottom of the EWRcarta_EXTRA.less template. I verified this works on my own site.
  9. M

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    You can see Jaxel's Wiki templates used on 8WR here: https://8wayrun.com/wiki/special/templates/
  10. M

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    You'd create HTML templates in the ACP, then reference those with a tag where 'name' is the name of the template. You can use the Extra css in the layout templates to customize any scss. In the above case, you'd probably have one Wiki Template for the header that doesn't have closure, then have...
  11. M

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    Screen shot says it's trying to load {{{tumb}}} which looks like you didn't give the template a parameter of tumb [template=my-image]tumb=image.jpg | alt=Image You may have put thumb in your template parameter, but the template itself might have been misspelled. Either way, you aren't...
  12. M

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    Is there any documentation on special BBCodes in the templates with their arguments? For example IF, ELSE, checking for null, and using AND or OR in the if/else if?
  13. M

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    Check your BBCode of the Editor to see if there's some corruption going on from when you inserted the full attachment earlier. Sometimes ghost URL or IMG calls can corrupt some.
  14. M

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    If you share your HTML for the template it'd be easier to tell you. Most likely it's either going to require an edit on the template or how you tell it what image to use. so for example. In one of my templates I have code like the following: <a href="/wiki/{{{slug}}}"><img...
  15. M

    XF2 [8WR] XenCarta 2 (Wiki) PRO [Paid]

    You can see the templates set up for that 8WayRun wiki here: https://8wayrun.com/wiki/special/templates/ I don't believe any templates come installed with the add-on.
Top Bottom