May I suggest moving the porta directory to EWRporta_bk and then upload straight from the zip.Ok... I have re-downloaded.... checked and rechecked that the files I upload are overwriting the old ones.
Everything is in order.... same error.
Jaxel?
May I suggest moving the porta directory to EWRporta_bk and then upload straight from the zip.Ok... I have re-downloaded.... checked and rechecked that the files I upload are overwriting the old ones.
Everything is in order.... same error.
Jaxel?
Nother' bumpHello, I was wondering if it is possible to hook into xenporta's news feed, I wanted to broadcast the news feed on my main site. If it is possible, how would I do it? (New site in coding ( http://metrovillemc.com/meow )
Thanks,
~BMX
.......
EWRporta_Option_ForumChooser::verifyOption
EWRporta_Option_ForumChooser::renderOption
In your RecentNews.xml file, search for similar toJaxel.... can you please give any insight into this error as mentioned on the previous page? Everything has been uploaded from the new package and everything overwritten. I have checked and rechecked this. The error persists.
I would be grateful if you could work with me in order to resolve this issue as our site currently has no portal which is upsetting some clients.
Thanks for your response.
Rob
<option option_id="recentnews_forum" edit_format="callback" data_type="array" display_order="1" validation_class="EWRporta_Option_ForumChooser" validation_method="verifyOption">
<option_value>a:1:{i:0;s:2:"78";}</option_value>
<edit_format_params>EWRporta_Option_ForumChooser::renderOption</edit_format_params>
<sub_options>*</sub_options>
<title>News Source Forums</title>
<explain><![CDATA[Only selected forums will be searched. (unspecify to disable)]]></explain>
</option>
<option option_id="recentnews_forum" edit_format="callback" data_type="array" display_order="1">
<option_value>a:1:{i:0;s:2:"78";}</option_value>
<edit_format_params>EWRporta_Option_ForumChooser::renderOption</edit_format_params>
<sub_options>*</sub_options>
<title>News Source Forums</title>
<explain><![CDATA[Only selected forums will be searched. (unspecify to disable)]]></explain>
</option>
Just got around to updating to the latest version, posting to say that the issue (whatever it was) was fixed. Thanks for the great add-on Jaxel!Hi all,
I'm having an issue with attachments. They show fine on the threads, but on the portal ( http://www.kh-vids.net/ ) they simply show as "View attachment ###" links. I've tried setting Guest permissions to be able to view attachments (both for the usergroup and the news nodes) but I'm still having no luck.
Another shameless bumpHello, I was wondering if it is possible to hook into xenporta's news feed, I wanted to broadcast the news feed on my main site. If it ispossible, how would I do it? (New site in coding ( http://metrovillemc.com/meow )
Thanks,
~BMX
I shall try that.Use firebug to get the CSS class of the slider area then edit the width.
In your RecentNews.xml file, search for similar to
Chage it for:Rich (BB code):<option option_id="recentnews_forum" edit_format="callback" data_type="array" display_order="1" validation_class="EWRporta_Option_ForumChooser" validation_method="verifyOption"> <option_value>a:1:{i:0;s:2:"78";}</option_value> <edit_format_params>EWRporta_Option_ForumChooser::renderOption</edit_format_params> <sub_options>*</sub_options> <title>News Source Forums</title> <explain><![CDATA[Only selected forums will be searched. (unspecify to disable)]]></explain> </option>
Save changes and install it again.Code:<option option_id="recentnews_forum" edit_format="callback" data_type="array" display_order="1"> <option_value>a:1:{i:0;s:2:"78";}</option_value> <edit_format_params>EWRporta_Option_ForumChooser::renderOption</edit_format_params> <sub_options>*</sub_options> <title>News Source Forums</title> <explain><![CDATA[Only selected forums will be searched. (unspecify to disable)]]></explain> </option>
Salud2
SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title,
IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
FROM xf_thread
LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
I have to disable this add-on because one particular query is bringing the site to grind.
The culprit query is this:-
I might be wrong here but is it really nessesary to have such a heavy selection? It seems to me to be selecting every single thread.
Regardless, I have had to turn this off as the upgrade I thought would have solved the issues I was having. I cannot have a portal at the expense of heavy downtime.
Is anyone else noticing a huge resource hit when this mod is enabled?
We use essential cookies to make this site work, and optional cookies to enhance your experience.