Forum Activity for @resif

resif
@resif
09/24/18 09:38:17AM
187 posts

add to newsfeed/timeline new join users


Using Jamroom

also i didt see timeline_pager.tpl
resif
@resif
09/24/18 09:34:13AM
187 posts

add to newsfeed/timeline new join users


Using Jamroom

its nice idea for homepage/mainpage timeline...

which templates has this code as default.. i didnt see at Elastic2... and where i should add index.tlp or....
{jrCore_list module="jrAction" profile_id=$_profile_id include_followed=true order_by="_item_id desc" simplepagebreak=12 page=$page_num pager=true pager_template="timeline_pager.tpl"}
resif
@resif
09/24/18 09:27:19AM
187 posts

add to newsfeed/timeline new join users


Using Jamroom

it looks like this

not bad...
Screenshot_2018-09-24 Editör kendineyardim com(2).png Screenshot_2018-09-24 Editör kendineyardim com(2).png - 80KB

updated by @resif: 09/24/18 09:27:55AM
resif
@resif
09/24/18 09:23:35AM
187 posts

add to newsfeed/timeline new join users


Using Jamroom

i add to profile_index.tpl
it works...
but not under status entry..

its bottom
updated by @resif: 09/24/18 09:24:54AM
resif
@resif
09/24/18 08:57:47AM
187 posts

add to newsfeed/timeline new join users


Using Jamroom

i didnt find this place on the index.tpl... Elastic2

where i can put this code show on timeline..

{jrCore_list module="jrAction" search="action_mode = signup" order_by="_created DESC" limit=10}
Screenshot_2018-09-24 Editör kendineyardim com(1).png Screenshot_2018-09-24 Editör kendineyardim com(1).png - 44KB

updated by @resif: 09/24/18 08:58:02AM
resif
@resif
09/24/18 02:56:48AM
187 posts

add to newsfeed/timeline new join users


Using Jamroom

at (yoursite).com/timeline

like www.mywebsite.com/resif
updated by @resif: 09/24/18 02:57:31AM
resif
@resif
09/22/18 12:05:00AM
187 posts

Combining some Lucid and Elastic2 features


Design and Skin Customization

i will do cos i need that... stop advice please i dont need...
resif
@resif
09/21/18 06:28:31AM
187 posts

Combining some Lucid and Elastic2 features


Design and Skin Customization

i will add all Lucis css files to include.php at Elastic2

under this

// Bring in all our CSS files
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'html.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'grid.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'site.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'page.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'banner.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'header.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'footer.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'form_input.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'form_select.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'form_layout.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'form_button.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'form_notice.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'form_element.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'list.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'menu.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'table.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'tabs.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'image.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'profile.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'skin.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'slider.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'text.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'base.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'slidebar.css');

jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'admin_menu.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'admin_log.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'admin_modal.css');

jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'override_tablet.css');
jrCore_register_module_feature('jrCore', 'css', 'jrElastic2', 'override_mobile.css');

// Register our Javascript files with the core
jrCore_register_module_feature('jrCore', 'javascript', 'jrElastic2', 'responsiveslides.min.js');
jrCore_register_module_feature('jrCore', 'javascript', 'jrElastic2', 'jrElastic2.js');

// Slidebars
jrCore_register_module_feature('jrCore', 'javascript', 'jrElastic2', APP_DIR . '/skins/jrElastic2/contrib/slidebars/slidebars.min.js');

// Tell the core the default icon set to use (black or white)
jrCore_register_module_feature('jrCore', 'icon_color', 'jrElastic2', 'black');
// Tell the core the size of our action buttons (width in pixels, up to 64)
jrCore_register_module_feature('jrCore', 'icon_size', 'jrElastic2', 25);
// Hide module icons
jrCore_register_module_feature('jrCore', 'module_icons', 'jrElastic2', 'show', false);

// Our default media player skins
jrCore_register_module_feature('jrCore', 'media_player_skin', 'jrElastic2', 'jrAudio', 'jrAudio_player_dark');
jrCore_register_module_feature('jrCore', 'media_player_skin', 'jrElastic2', 'jrVideo', 'jrVideo_player_dark');
jrCore_register_module_feature('jrCore', 'media_player_skin', 'jrElastic2', 'jrPlaylist', 'jrPlaylist_player_dark');

jrCore_register_event_listener('jrCore', 'form_display', 'jrElastic2_insert_field');

return true;
}
resif
@resif
09/21/18 06:02:04AM
187 posts

gravatar change


Design and Skin Customization

ok i found gravatar module on jamroom...

other options is enoug i wil use this
default.png default.png - 3KB
resif
@resif
09/21/18 05:33:34AM
187 posts

Combining some Lucid and Elastic2 features


Design and Skin Customization

i want to add some features from lucid to Elastic2

its about just homepage desing.. under header pic items... editor choices latest topic and others

i will copy some codes from Lucid index.tpl to elastic2 index.tpl page..

and i will create some required pages like profile.sidebar.tpl

but problem with css... there are many css files... what can i do...

how can import lucid css styles from Lucid directory to elastic2...

is it posiblle to add css source to index.tpl in Elastic2
updated by @resif: 12/24/18 03:26:44PM
  13