Latest Posts
I believe the path to the file you need is as follows:
components/com_rquote/views/create/tmpl/default.php at or about line #9
Hope this helps.
Kevin
Fri Jan 17, 2014, 5:33 pm
I believe the path to the file you need is as follows:
components/com_rquote/views/create/tmpl/default.php at or about line #9
Hope this helps.
Kevin
Hi Kevin!I the proposed file I found this code (line 7 - 15):
//echo $this->user_id;
if(!$this->user_id)
{
JError::raiseError(403, JText::_('JERROR_ALERTNOAUTHOR'));
}
?>
<form method="POST" action="<?php echo RQuoteHelper::getAddPostLink(); ?>"
id="com_rquote_create_form">
This code seems to not work properly on my page:
Menu: Impressum/quotecreation
Thank you for your efforts
Liber
Sun Sep 17, 2017, 9:46 am
I believe the path to the file you need is as follows:
components/com_rquote/views/create/tmpl/default.php at or about line #9
Hope this helps.
Kevin
Once again:
Do you konw where I can find tho followin Note:
<h4 class="alert-heading">Notice</h4>
<div>
<div class="alert-message">You have to be logged in to add an article or a quote. If you are not registered, you should create an account and log in</div>
<div class="alert-message"> </div>
<div class="alert-message">Once I found it anda changed it a littlr but now I am not able to find it again!</div>
<div class="alert-message"> </div>
<div class="alert-message"> </div>
</div>
Sun Sep 17, 2017, 9:46 am
If a user clicks on "Quote Creation" (to find under "Impressum" he will be redirected to "search page". Normally he should be redirected to the "Login and Sign in Page", if he is not logged in.
Could you see this page and give me an advise?:
https://ajokeplease.com/component/search/?searchphrase=all&searchword=quote%20creation
What could be done to be redirected to the Login page?
Thanks
Sun Sep 17, 2017, 9:46 am