[8WR] XenPorta (Portal) PRO

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

No permission to buy ($40.00)
When I share an article via Facebook, it does not grab any of the articles in the image but just returns the default xenforo image. Does anyone know what is happening or how I could work around that?

I get the same issue if I try to share based on my xenporta rss feed, this also defaults to the xenforo image rather than any of the images in the article

From reading
http://stackoverflow.com/questions/1138460/how-does-facebook-sharer-select-images

it looks like the fallback is not right. Just wondering whether we could use the OG method above and insert the article image as specified here?
 
Last edited:
In my articles on my article page, I have chosen to display the date block. I would really love to shift that guy about two pixels right. Could you point me in the general direction of what I need to do? Just rough description is fine.

From memory this is in articlesmain.css the template is articlesmain and articlebit so will just need to change the margin or padding-left of the appropriate dateblock or whatever it is. Once my son goes to sleep I'll get better detail for you
 
From memory this is in articlesmain.css the template is articlesmain and articlebit so will just need to change the margin or padding-left of the appropriate dateblock or whatever it is. Once my son goes to sleep I'll get better detail for you

@Bonsai Coder,

Templates -> EWRporta2_ArticleList.css

Change:
Code:
.articleItem .dateBlock { float: left; margin: 10px 10px 0px -20px; text-align: center; position: relative; z-index: 100; }

To:
Code:
.articleItem .dateBlock { float: left; margin: 10px 10px 0px -18px; text-align: center; position: relative; z-index: 100; }
 
Hi there,

Id like to know if there is a way to choose and thus display a custom image. Like a way to add a field called featured image and then use that on the index listing.
 
with the option to select the promotion also unchanged :(

04.webp 05.webp 06.webp

Code:
ErrorException: Undefined offset: 0 - library/EWRporta2/Model/Articles.php:443
Generated By: Unknown Account, A moment ago
Stack Trace

#0 /home/creasy/domains/.../public_html/library/EWRporta2/Model/Articles.php(443): XenForo_Application::handlePhpError(8, 'Undefined offse...', '/home/creasy/do...', 443, Array)
#1 /home/creasy/domains/.../public_html/library/EWRporta2/ControllerPublic/Thread.php(12): EWRporta2_Model_Articles->getArticleByThreadIdOrAuto(4740)
#2 /home/creasy/domains/.../public_html/library/EWRmedio/ControllerPublic/Thread.php(7): EWRporta2_ControllerPublic_Thread->actionIndex()
#3 /home/creasy/domains/.../public_html/library/*******/AdvancedRules/ControllerPublic/Thread.php(8): EWRmedio_ControllerPublic_Thread->actionIndex()
#4 /home/creasy/domains/.../public_html/library/*******/DownloadAllAttachment/ControllerPublic/Thread.php(6): *******_AdvancedRules_ControllerPublic_Thread->actionIndex()
#5 /home/creasy/domains/.../public_html/library/XenForo/FrontController.php(347): *******_DownloadAllAttachment_ControllerPublic_Thread->actionIndex()
#6 /home/creasy/domains/.../public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /home/creasy/domains/.../public_html/index.php(13): XenForo_FrontController->run()
#8 {main}

Request State

array(3) {
  ["url"] => string(72) "http://.../index.php?threads/asian.4740/"
  ["_GET"] => array(1) {
  ["threads/asian_4740/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
 
Last edited:
You would have to edit the widget template itself. Or, I would recommend just using the RawHTML widget.

It was a pretty easy fix - I just went into the template and removed:

Code:
<div class="secondaryContent">
        <h3>{$wTitle}</h3>

</div>

I like this method because I can always revert the template any time I want to get the formatting back. Thanks for the support!
 
It was a pretty easy fix - I just went into the template and removed:

Code:
<div class="secondaryContent">
        <h3>{$wTitle}</h3>

</div>

I like this method because I can always revert the template any time I want to get the formatting back. Thanks for the support!

You could have also commented it out. That way it's even simpler if you wanted to put it back:

Code:
<xen:comment><div class="secondaryContent">
        <h3>{$wTitle}</h3>
</div></xen:comment>
 
with the option to select the promotion also unchanged :(

View attachment 97352 View attachment 97353 View attachment 97354

Code:
ErrorException: Undefined offset: 0 - library/EWRporta2/Model/Articles.php:443
Generated By: Unknown Account, A moment ago
Stack Trace

#0 /home/creasy/domains/.../public_html/library/EWRporta2/Model/Articles.php(443): XenForo_Application::handlePhpError(8, 'Undefined offse...', '/home/creasy/do...', 443, Array)
#1 /home/creasy/domains/.../public_html/library/EWRporta2/ControllerPublic/Thread.php(12): EWRporta2_Model_Articles->getArticleByThreadIdOrAuto(4740)
#2 /home/creasy/domains/.../public_html/library/EWRmedio/ControllerPublic/Thread.php(7): EWRporta2_ControllerPublic_Thread->actionIndex()
#3 /home/creasy/domains/.../public_html/library/*******/AdvancedRules/ControllerPublic/Thread.php(8): EWRmedio_ControllerPublic_Thread->actionIndex()
#4 /home/creasy/domains/.../public_html/library/*******/DownloadAllAttachment/ControllerPublic/Thread.php(6): *******_AdvancedRules_ControllerPublic_Thread->actionIndex()
#5 /home/creasy/domains/.../public_html/library/XenForo/FrontController.php(347): *******_DownloadAllAttachment_ControllerPublic_Thread->actionIndex()
#6 /home/creasy/domains/.../public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /home/creasy/domains/.../public_html/index.php(13): XenForo_FrontController->run()
#8 {main}

Request State

array(3) {
  ["url"] => string(72) "http://.../index.php?threads/asian.4740/"
  ["_GET"] => array(1) {
  ["threads/asian_4740/"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}
Hmm... can you go to the XP2 options, and click save? Check if that removes the error.
 
Back
Top Bottom