[8WR] XenPorta (Portal)

[8WR] XenPorta (Portal) 1.6.0

No permission to download
Thanks, but not, ir from recent news.

I changed some code for the prefixes, and since this day i cant select recentnews to my portal!

I changed this

http://xenforo.com/community/threads/8wayrun-com-xenporta-portal.7586/page-197#post-313291

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli prepare error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR EWRporta_promotes.promote_date < ? ) AND xf_thread.discussion_state = ' at line 11 - library/Zend/Db/Statement/Mysqli.php:77
Generated By: Footbolero, Hace 7 minutos
Stack Trace

#0 /home/forocsgo/public_html/library/Zend/Db/Statement.php(115): Zend_Db_Statement_Mysqli->_prepare('?????SELECT xf_...')
#1 /home/forocsgo/public_html/library/Zend/Db/Adapter/Mysqli.php(381): Zend_Db_Statement->__construct(Object(Zend_Db_Adapter_Mysqli), '?????SELECT xf_...')
#2 /home/forocsgo/public_html/library/Zend/Db/Adapter/Abstract.php(478): Zend_Db_Adapter_Mysqli->prepare('?????SELECT xf_...')
#3 /home/forocsgo/public_html/library/Zend/Db/Adapter/Abstract.php(734): Zend_Db_Adapter_Abstract->query('?????SELECT xf_...', Array)
#4 /home/forocsgo/public_html/library/EWRporta/Block/RecentNews.php(38): Zend_Db_Adapter_Abstract->fetchAll('?????SELECT xf_...', Array)
#5 /home/forocsgo/public_html/library/EWRporta/Model/Blocks.php(116): EWRporta_Block_RecentNews->getModule(Array, 1)
#6 /home/forocsgo/public_html/library/EWRporta/ViewPublic/Custom.php(71): EWRporta_Model_Blocks->getBlockParams(Array, 1)
#7 /home/forocsgo/public_html/library/XenForo/ViewRenderer/Abstract.php(227): EWRporta_ViewPublic_Custom->renderHtml()
#8 /home/forocsgo/public_html/library/XenForo/ViewRenderer/HtmlPublic.php(67): XenForo_ViewRenderer_Abstract->renderViewObject('EWRporta_ViewPu...', 'Html', Array, 'EWRporta_Portal')
#9 /home/forocsgo/public_html/library/XenForo/FrontController.php(572): XenForo_ViewRenderer_HtmlPublic->renderView('EWRporta_ViewPu...', Array, 'EWRporta_Portal', NULL)
#10 /home/forocsgo/public_html/library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_HtmlPublic), Array)
#11 /home/forocsgo/public_html/index.php(13): XenForo_FrontController->run()
#12 {main}

Solicitar estado

array(3) {
  ["url"] => string(22) "http://footboleros.es/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

any?
 
Can anyone help out with my issue? Other articles/news stories nested between the comments: http://imgur.com/nnKE9B8

I'd be willing to pay someone to consult on this and some other basic XenPorta questions, I'm trying to get this live asap.
 
Hi Guys,

I want the new Recent Features look similar to the old slider, i also added the code that provided in the latest add-on update, but for the attached images in the slider, it is in the center. I was tried to move all attached images to the right side (the summary text still in the left side) using CSS, but i couldn't do it.

Anyone how to do that?

Thank you!
 
Hi

is possible use recentslider and other block in xenporta 1.6.0?
Recentslider has been replaced by the RecentFeatures block, which does the same thing. Use that instead. Additional blocks are in library > EWRPorta > Block and the XML files are in the XML folder in there.

If you are wanting the blocks for XenAtendo, XenMedio, XenRio, etc from @Jaxel, he removed them as he said he'd include them in updated versions of those resources. I don't think he's done this though, at least not for XenAtendo anyway. You can find the blocks in 1.5.7 which you can download from the History tab.
 
Recentslider has been replaced by the RecentFeatures block, which does the same thing. Use that instead. Additional blocks are in library > EWRPorta > Block and the XML files are in the XML folder in there.

If you are wanting the blocks for XenAtendo, XenMedio, XenRio, etc from @Jaxel, he removed them as he said he'd include them in updated versions of those resources. I don't think he's done this though, at least not for XenAtendo anyway. You can find the blocks in 1.5.7 which you can download from the History tab.

thanks martok!

now, i configurate recent news and created a new thread...how i attach a slide.jpg image?

copy URL or upload a image called slide.jpg?

thanks!
 
Its ok!

All people see in the post the upload image? We can hide it?
That's a standard Xenforo permission setting to prevent a user from viewing attachments in posts. If a user doesn't have the permission they will just see the thumbnail for any attached images. So if you want guests to see the full-sized attached image you will have to give them this permission.
 
That's a standard Xenforo permission setting to prevent a user from viewing attachments in posts. If a user doesn't have the permission they will just see the thumbnail for any attached images. So if you want guests to see the full-sized attached image you will have to give them this permission.

Perfect! Thanks again!
 
Can anyone list down in easy words how to configure and make Recent Slider work ?

Most importantly How to Add the categories with the posts containing the slide.jpg to the RecentNews module ?
 
I have used the code
Code:
<script type="text/javascript" src="http://gdata.youtube.com/feeds/api/videos/{$id}?v=2&alt=jsonc&callback=youtubeFeedCallback"></script>
Get YouTube Thumbnail Images For A YouTube Video.

Youtube bbcode Media site

Code:
<iframe type="text/html" width="720" height="480" src="http://www.youtube.com/embed/{$id}?theme=light&amp;feature=oembed&amp;version=3&amp;ps=docs&amp;nologo=1&amp;autoplay=0&amp;fs=1&amp;rel=0&amp;showinfo=0&amp;modestbranding=1&amp;allownetworking=internal&amp;iv_load_policy=3enablejsapi=1&amp;domain=http://forum.vietrap.asia" frameborder="0"></iframe>
<br><br>
<script type="text/javascript">
    function youtubeFeedCallback(json){
        document.write('<img src="' + json.data.thumbnail.sqDefault + '">');
    }
</script>
<script type="text/javascript" src="http://gdata.youtube.com/feeds/api/videos/{$id}?v=2&alt=jsonc&callback=youtubeFeedCallback"></script>


But can not display this thumbnails in the recentnews
 
This seems to be the least supported addon inspite of being most demanded.

Its time now to look for alternative. waiting for response seems be quite slower.
 
Not yet but it's already in my wish list.

I am looking for some addon which can create a homepage similar to blogs. And I wish to link all forums into that blog page.
 
  • Like
Reactions: Dan
Is there a way to add blocks to the forum sidebar? I have a "forums" layout and I added the countdown block but it doesn't show up in the forums. It shows up on the Portal page sidebar only.
 
Has anyone found a fix for the issue with their forums being directed to /forums and leading to a "page not found"? (With Full Friendly URLs turned on)

I have my forum installed on the root of my domain, and the portal seems to be working fine.
(i.e. http://www.mycoolwebforumxenforo.com/ will display the portal for xenPorta)

I have done these settings:

1) ACP > Options > Basic Board Information > Index Page Route:
portal/

2) ACP > Options > Basic Board Information > Home Page URL <deleted>

However, when I go to my homepage and subsequently click on the 'Forums' tab, the browser redirects to:

http://www.mycoolwebforumxenforo.com/forums

and there is an error: The page is not found/forum is not found.

I've managed to find a temporary fix and that is by turning off 'Full Friendly URLs.'

2) ACP > Options > Basic Board Information > Use Full Friendly URLs <uncheck>

Clicking on the Forum tab then directs to:

http://www.mycoolwebforumxenforo.com/index.php?forums/ (which works fine)

The homepage (and xenPorta) is then found on:
http://www.mycoolwebforumxenforo.com/index.php (which also works fine)

I would be interested to know if someone was able to get xenPorta and xenForo to work with Full Friendly URLs turned on.

Edit: (Update: problem fixed)
AllowOverride must be enabled (contact your server administrator or hosting company)
mod_rewrite must be installed and enabled (contact your server administrator or hosting company)
If there is a folder called 'Forums' in your public_html folder, delete that. (That was what was causing problems for me, I had installed my forum in a 'Forums' folder, then moved my forum to the root directory. The folder 'Forums' remained and needed to be deleted.)
 
Last edited:
I think you forgot to read this:

If you enable this option, the links generated by the system will not include "index.php?". However, to enable this, mod_rewrite must be available and an appropriate .htaccess file must be in place.

If you want to set the Portal as index, as far as i know, there is only one option which disable the Full Friendly URLs function, except if you follow above instruction.
 
Top Bottom