Like this in v1.3.9?
Reported here: http://xenforo.com/community/threads/8wayrun-com-xenporta-portal.7586/page-103#post-224098
That has since been fixed in more recent versions.![]()
thanks, but i have newest version...problem still there for me.. :/
Like this in v1.3.9?
Reported here: http://xenforo.com/community/threads/8wayrun-com-xenporta-portal.7586/page-103#post-224098
That has since been fixed in more recent versions.![]()
Running 1.4.1 and see there's a 1.4.2
No release post or notes unless I missed them. Do we delete the old version or overwrite to install the new version?
[8wayRun.Com] XenPorta (Portal) v1.4.2 CHANGELOG
- This update greatly expands the settings page for modules. Make sure you click "update module settings" for any module which is no longer functioning in order to make sure the settings get updated properly (especially EventsUpcoming and RecentSlider)
- Module settings pages now are easier to edit... with spinboxes and drop down menus.
- Module settings now have orders and parameters that can be set (if you know what you're doing)
I would also like the first post to be updated for newer versions i have no idea what version is current and what isn't. I have no idea what has changed as i don't want to scan through 117 pages.
Salud2It would be nice to leave this topic to support and open a new one with the plugin.
The first 80 pages (or more) are obsolete versions.
It's a suggestion.
Salud2
Like this in v1.3.9?
Reported here: http://xenforo.com/community/threads/8wayrun-com-xenporta-portal.7586/page-103#post-224098
That has since been fixed in more recent versions.![]()


When I take facebook/twitter links out of the Recent News Module the picture drops down to border....anyone have a fix for this?
Thanks
try to change "Max Summary Length". I use 350 and it works fine.I updated everything....picture still dropping down. Don't know wheres to fix.![]()
Jaxel as I can I do to resize images? aunt with the previous version did not happen. In the next version could be put an option to enable or disable this option? Thank you.
View attachment 16866
You have to give me a link.
So, there's 117 pages of conversations, I got through 10 and I'd feel like I'd be wasting my time going through the messages, so I will ask this question. I see on alot of the installs that they have the "Recent Slider" module working, how may I get this to grab news or threads to show? Do I need another app to have it work? Here's our install
http://www.nextgengamers.org/community/portal/
I'm confused atm and frustrated. Please explain what a thread starter is (I'm pretty sure I know it, it's just so hot -.-) and if it's what I think it is, the post that started a thread, then would I attach the slide.jpg as an attachment? Answering this would answer other people's questions similar to mine.Slider works in the forum(s) identified in the recent news module. Upload a photo named "slide.jpg" in each thread starter that you would like to be presented in the slider (the photo does not have to be displayed in the post, it can be left as an attachment if you'd like). It does the rest.
if ($options->EWRporta_articleforum)
{
$limitOptions = $this->prepareLimitFetchOptions($fetchOptions);
$stateLimit = $this->prepareStateLimitFromConditions($fetchOptions, 'post');
$joinOptions = $this->preparePostJoinOptions($fetchOptions);
return $this->fetchAllKeyed('
SELECT post.*
' . $joinOptions['selectFields'] . '
FROM xf_post AS post
' . $joinOptions['joinTables'] . '
LEFT JOIN xf_thread AS thread ON (thread.thread_id = post.thread_id)
WHERE post.thread_id = ?
AND (((' . $stateLimit . ')
' . $this->addPositionLimit('post', $limitOptions['limit'], $limitOptions['offset']) . ')
OR post.post_id = thread.first_post_id)
ORDER BY post.position ASC, post.post_date ASC
', 'post_id', $threadId);
}
if ($options->EWRporta_articleforum)
{
$limitOptions = $this->prepareLimitFetchOptions($fetchOptions);
$stateLimit = $this->prepareStateLimitFromConditions($fetchOptions, 'post');
$joinOptions = $this->preparePostJoinOptions($fetchOptions);
$extraJoin = '';
if (!($fetchOptions['join'] & self::FETCH_FORUM || $fetchOptions['join'] & self::FETCH_THREAD)) {
$extraJoin = '
LEFT JOIN xf_thread AS thread ON (thread.thread_id = post.thread_id)
';
}
return $this->fetchAllKeyed('
SELECT post.*
' . $joinOptions['selectFields'] . '
FROM xf_post AS post
' . $joinOptions['joinTables'] . $extraJoin . '
WHERE post.thread_id = ?
AND (((' . $stateLimit . ')
' . $this->addPositionLimit('post', $limitOptions['limit'], $limitOptions['offset']) . ')
OR post.post_id = thread.first_post_id)
ORDER BY post.position ASC, post.post_date ASC
', 'post_id', $threadId);
}
if ($options->EWRporta_articleforum)
{
$fetchOptions['join'] += self::FETCH_THREAD;
$limitOptions = $this->prepareLimitFetchOptions($fetchOptions);
$stateLimit = $this->prepareStateLimitFromConditions($fetchOptions, 'post');
$joinOptions = $this->preparePostJoinOptions($fetchOptions);
return $this->fetchAllKeyed('
SELECT post.*
' . $joinOptions['selectFields'] . '
FROM xf_post AS post
' . $joinOptions['joinTables'] . '
WHERE post.thread_id = ?
AND (((' . $stateLimit . ')
' . $this->addPositionLimit('post', $limitOptions['limit'], $limitOptions['offset']) . ')
OR post.post_id = thread.first_post_id)
ORDER BY post.position ASC, post.post_date ASC
', 'post_id', $threadId);
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.