[8WR] XenPorta (Portal) PRO

[8WR] XenPorta (Portal) PRO [Paid] 1.2.2b

No permission to buy ($40.00)
Well I need to include

<xen:if is="{$visitor.permissions.adManagerGroupID.adManagerID} AND {$xenOptions.adManagerForumViewBottom}">
<xen:include template="andy_admanager" />
</xen:if>

bellow the Article List. (for Ad manager).
Oh, I see... what you can do is use the template modification system to add this to the bottom of EWRporta2_ArticleList
 
Whats missing? This update didn't change anything related to how widgets are rendered...

No idea why they are missing after update.. I have 4 widgets missing from forum list, even though they are of course added in the layout in ACP. They are:

- Taiga chat pro online.
- Live stream Xenrio.
- Top posters today.
- Active users today.
 
No idea why they are missing after update.. I have 4 widgets missing from forum list, even though they are of course added in the layout in ACP. They are:

- Taiga chat pro online.
- Live stream Xenrio.
- Top posters today.
- Active users today.
Can you make sure all your templates are reverted?
 
I use no spam folders on the email account I have with you and no spam filters. Have not received an email.
If you use gmail, google may have actually attached the new email to the old email as a single conversation.

Technically though, you can use the link in the old email as it lists all file versions.
 
prebreak just cuts a point for the break in the article list bit...

I understand that, but its not working. That's what I mean. And I could very well be using it wrong.


I have a post in my forum

Text1
Youtube video1
Text2
Youtube video2



I only want to show
Text1
Youtube video1


on the portal page.

Then you click the arrow to go to the thread and see the rest. How do I set that? Thank you.
 
If you use gmail, google may have actually attached the new email to the old email as a single conversation.

Technically though, you can use the link in the old email as it lists all file versions.
I am using custom email with Godaddy.
Thanks for the hint though, the old email does indeed have the links :)
 
@Jaxel Forum list widgets are still broken.
They no longer appear on forum list, only appear on article list.

ssEhiCq.png


d491nRG.png

RtMDWIQ.png


None of the widgets on the right are showing on my Forum List :(
 
@Jaxel Forum list widgets are still broken.
They no longer appear on forum list, only appear on article list.
Ah yes, I see the issue now. I will send another update out soon... apparently it broke on my website too and I never noticed it. It has to do with the replacement of $widgets to $xp2_widgets.
 
@Jaxel more information:
Can you test something for me?

Go here: admin.php?template-modifications/
Edit the modification for: [8wayRun.Com] XenPorta 2 (Portal) PRO > forum_list

Replace the contents of the "Replace" section with:
Code:
<xen:include template="EWRporta2_Global_Above" />

${1}

<xen:include template="EWRporta2_Global_Below" />

<xen:if is="{$xp2_widgets.sidebar}">
    <xen:include template="EWRporta2_Global_Side" />
<xen:elseif is="!{$xp2_layout.layout_sidebar}" />${2}</xen:if>

${3}

Tell me if that fixes it.
 
@Jaxel I just recently updated to the current version xp2. In xp1 you showed me how to pull different categories into media recent. I have 6 different categories that I want to pull into 6 different blocks. Can this be done in xp2? If so can you show me how this is done?

Thanks,
Itworx4me
 
Can you test something for me?

Go here: admin.php?template-modifications/
Edit the modification for: [8wayRun.Com] XenPorta 2 (Portal) PRO > forum_list

Replace the contents of the "Replace" section with:
Code:
<xen:include template="EWRporta2_Global_Above" />

${1}

<xen:include template="EWRporta2_Global_Below" />

<xen:if is="{$xp2_widgets.sidebar}">
    <xen:include template="EWRporta2_Global_Side" />
<xen:elseif is="!{$xp2_layout.layout_sidebar}" />${2}</xen:if>

${3}

Tell me if that fixes it.
Couldn't do it at first, but then figured I need to be in debug mode.
Anyways, yes this fixes my issue.

PS: Apologies for taking an hour to reply, I left the house to the grocery store.
 
Top Bottom