Saturday, 12 December 2015
  16 Replies
  1.7K Visits
0
Votes
Undo
Hello,

As you can see in attachment, once i upgraded from jevent 3.2 to 3.4, i have all my content inside any event written in double as you can see.

Can you please tell me how erase one of those ?

Thanks again
Sunday, 13 December 2015 11:00
·
#161660
0
Votes
Undo
We changed the way that customised layouts are handled in JEvents 3.4 so the club layouts need to be upgraded.

If you are not able to do that then replace the content of the file components/com_jevents/views/iconic/icalrepeat/tmpl/detail_body.php with this (replace "iconic" with what ever club theme you are using)
<?php
defined('_JEXEC') or die('Restricted access');

$cfg = JEVConfig::getInstance();

if (0 == $this->evid)
{
$Itemid = JRequest::getInt("Itemid");
JFactory::getApplication()->redirect(JRoute::_('index.php?option=' . JEV_COM_COMPONENT . "&task=day.listevents&year=$this->year&month=$this->month&day=$this->day&Itemid=$Itemid", false));
return;
}

if (is_null($this->data))
{
JFactory::getApplication()->redirect(JRoute::_("index.php?option=" . JEV_COM_COMPONENT . "&Itemid=$this->Itemid", false), JText::_("JEV_SORRY_UPDATED"));
}

if (array_key_exists('row', $this->data))
{
$row = $this->data['row'];

JLoader::register('JEventsCategory', JEV_ADMINPATH . "libraries/categoryClass.php");
$db = JFactory::getDbo();
$cat = new JEventsCategory($db);
$cat->load($row->catid());
$adminuser = $cat->getAdminUser();

// Dynamic Page Title
$this->setPageTitle($row->title());

$mask = $this->data['mask'];
$page = 0;

$cfg = JEVConfig::getInstance();

$dispatcher = JDispatcher::getInstance();
$params = new JRegistry(null);

if (isset($row)) {
$customresults = $dispatcher->trigger( 'onDisplayCustomFields', array( &$row) );
$templated = $this->loadedFromTemplate('icalevent.detail_body', $row, $mask);
if (!$templated && count($customresults)>0){
?>
<div class="jev_evdt">
<?php
foreach ($customresults as $result) {
if (is_string($result) && JString::strlen($result)>0){
echo "<div>".$result."</div>";
}
}
?>
</div>
<?php
}
$results = $dispatcher->trigger( 'onAfterDisplayContent', array( &$row, &$params, $page ) );
echo trim( implode( "\n", $results ) );
}
else
{
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="contentheading" align="left" valign="top"><?php echo JText::_('JEV_REP_NOEVENTSELECTED'); ?></td>
</tr>
</table>
<?php
}

if (!($mask & MASK_BACKTOLIST))
{
?>
<p align="center">
<a href="javascript:window.history.go(-1);" class="jev_back" title="<?php echo JText::_('JEV_BACK'); ?>"><?php echo JText::_('JEV_BACK'); ?></a>
</p>
<?php
}
}

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Wednesday, 20 January 2016 22:13
·
#161661
0
Votes
Undo
I'm using JEvents v3.4.4 Stable and Iconic Layout - 3.5.0. I'm still seeing double on my mobile devices. Is there something else that needs to be done to remove the duplication?
Thanks,
Darlene
Thursday, 21 January 2016 01:22
·
#161662
0
Votes
Undo
Hello Darlene,

I suspect you have installed the Smartphone layout and have not updated it?

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Thursday, 21 January 2016 16:39
·
#161663
0
Votes
Undo
All I could find was Smartphone Version: 3.0.10, I didn't see one listed under the "Versions for JEvents 3.4.0 Files". I did install this one but don't see a fix so I must not have the proper version, please advise.
Thank you,
Darlene
Thursday, 21 January 2016 22:56
·
#161664
0
Votes
Undo
Hello Darlene,

Can you check if you have any template overrides in place?

Thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Friday, 22 January 2016 15:02
·
#161665
0
Votes
Undo
Is there a URL we can look at?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Friday, 22 January 2016 17:12
·
#161666
0
Votes
Undo
From the "Custom Layouts" I have the Event Detail Page and the Tooltip customized. I had customized the tooltip so it would show the location also.

From what I can tell everything appears to be fine on the desktop just not the mobile.
In addition to the duplicate description it also is displaying the the name of the contributor, not sure why but shouldn't show up either.

The url for our testing/training site is:
http://edu.nahalatshalom.org/events-news/calendar.html
Live site:
http://www.nahalatshalom.org/events-news/calendar.html
Sunday, 24 January 2016 10:30
·
#161667
0
Votes
Undo
The mobile version is using the 'smartphone' layout - it is identifying the device and using a different theme.

You could disable this option in the JEvents config, club themes tab on the smartphone sub-tab

Does that help?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

Monday, 25 January 2016 16:50
·
#161668
0
Votes
Undo
If I disable that template then the mobile display is not visually attractive so I had wanted to use that template for mobile devices so the events are easy to read and such. So is there no way to correct the duplicate display on that template?
Tuesday, 26 January 2016 09:27
·
#161669
0
Votes
Undo
Did you set the Iconic layout to responsive in the JEvents Config?

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Thursday, 28 January 2016 22:12
·
#161670
0
Votes
Undo
I had the iconic set to responsive but was using the smartphone one on the phone or at least that was the intent because it just looked great.

But I just tried turning off smartphone which pushes iconic to the phone instead. This doesn't give me a great visual since all everything has been tweaked for the desktop and if I change it to list for the phone it shows that way on the desktop. If I turn truncation on so it looks right on the phone then it doesn't look right on the desktop.

Is this the only option at this point? Will you be updating the smartphone template?

Thanks,
Darlene
Friday, 29 January 2016 20:58
·
#161671
0
Votes
Undo
Hello,

Can you send me super user login details and a page to replicate the issue on?

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Tuesday, 02 February 2016 20:29
·
#161672
0
Votes
Undo
I've sent via PM.
Friday, 05 February 2016 22:42
·
#161673
0
Votes
Undo
I have fixed this on your site.

We will make a new release on Monday. If you need a copy in the meantime I can send you one.

Thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

Tuesday, 09 February 2016 17:04
·
#161674
0
Votes
Undo
Thank you everything appears to be in order!
Tuesday, 09 February 2016 19:38
·
#161675
0
Votes
Undo
Thank you! new version has been released.

Thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.