Forum Activity for @luis456

alt=
@luis456
01/26/15 10:36:30AM
48 posts

When Jamroom5 is moved to root directory from temporary folder .. layouts are gone.


Using Jamroom

Hello Could you please help me the following.
After jarmoom team migrated all the content of jamroom4 to jamroom 5 everything worked fine and tested. Thank Jamroom team for your work.

For the migration to complete Jamroom5 was installed in a separate folder. Let say

htpml://www.domain.com/Jamroom5.

After doing all the tests and modification I need to move jamroom5 to the root directory.

In order to complete that, I deleted all the files, directories, etc of Jamroom4 from the root directory http://www.domain.com

After moving all the files, directories, etc from Jaroom 5 from http://www.domain/ Jamroom5 to http://www.domain.com Jamroom 5 no longer works. Most of the layouts are gone. See image.

If Jamroom 5 is moved back to the original folder http://www.domaim.com/Jaroom5 everything woks fine.


What do I have to do to fix this problem? I don't want the new version of Jamroom 5 to run from a folder. I prefer to have it run from the root directory.

Than You

errorMigration_r1_c1.png errorMigration_r1_c1.png - 425KB

updated by @luis456: 02/26/15 02:08:30PM
alt=
@luis456
01/22/15 10:55:12PM
48 posts

Event image not showing on front page on JRElastic Skin


Design and Skin Customization

Hello!

Could you please help me with the following. I would like to display the event List in the front page of JRElastic Skin.

I created an index_list_events.tpl and entered the below code, but it is only showing the event title and the user profile who created the event. I would like to show the event image with event details as the attached image.

{if isset($_items)}
  {jrCore_module_url module="jrEvent" assign="murl"}
  {foreach from=$_items item="row"}
   

          {if isset($row.Event_image_size) && $row.Event_image_size > 0}
              {jrCore_module_function function="jrImage_display" module="jrEvent" type="Event_image" item_id=$row._item_id size="small" crop="auto" alt=$row.Event_title title=$row.Event_title class="iloutline iindex"}
          {else}
              {jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$row._profile_id size="small" crop="auto" alt=$row.profile_name title=$row.profile_name class="iloutline iindex"}
          {/if}

      
      
          {$row.event_title}
      
  
  {/foreach}
{/if}
Could you please help with the code that I'm missing.

Thank You

--edit--
added [ code ][ /code ] block around the code.
- michael
events.png events.png - 80KB

updated by @luis456: 03/03/15 11:54:15PM
alt=
@luis456
01/22/15 10:46:09PM
48 posts

Nova Blog Images not showing


Design and Skin Customization

hello Michael it is working now. The problem was in the jrBlog module item_list.ptl

I change this code
{$item.blog_text|jrCore_format_string:$item.profile_quota_id|jrBlog_readmore}
To this

{$item.blog_text|truncate:300:"...Read More ":true|jrCore_format_string:$item.profile_quota_id|jrBlog_readmore}


I was hopping to add a link to the full blog in the "...Read More" text, gut I think this will do it.

Thank You for your help.
alt=
@luis456
01/22/15 11:57:57AM
48 posts

Nova Blog Images not showing


Design and Skin Customization

Thank You Michael for providing the code and guiding the directions of where to add it.
That fix the blog images issue. I also added the same code to the blogs_entry.tpl and blogs_row.tpl.
Paul thanks for offering your help but I think i have it working now.

I Do do see one problem in the Blog section of the Profiles. Somehow the Blogs are not truncating. It shows the whole document.
I could see the same issue in the Demo as well. It is not noticeable in the demo because the blogs are short. But if the blogs is big and had additional images, or videos. The blogs profiles page becomes huge.

Something that may need to be look at it.
http://demo.jamroom.net/jrNova/black-pig-border/blog
alt=
@luis456
01/21/15 10:04:19PM
48 posts

Nova Blog Images not showing


Design and Skin Customization

Thanks Paul. I tried the your info provided in teh item_detail.tpl and item_list.tpl of the jrBlog and did not work.

This new modules system is so confusing and complicated. I personally like the old skins where you could customized the way you like. Go to this page.tpl modify the code so.. .on and done.
Now with this modules, I don't even know where to look and its too much time consuming.

All I need to achieve is as the image below. Please let me know what code do I need to enter and where.

I'm sorry for this but its is very frustrated to customize something with not a clear information provided.

I'm about to give up.
modules.png modules.png - 409KB

updated by @luis456: 01/21/15 10:04:42PM
alt=
@luis456
01/21/15 11:41:28AM
48 posts

Nova Blog Images not showing


Design and Skin Customization

How can we an image be added a the blogs page?

In the Nova Skin blog section, the blogs only shows the tittle and the truncated text, but no the image. Even if the image is selected in the blog, it still wont show.
I think all the nova sites have the same issue, including the demo.

http://demo.jamroom.net/jrNova/blogs

Can the be implemented?
Thank You

updated by @luis456: 02/26/15 12:03:46AM
  5