Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Profile Video Location

8 years 6 months ago
  • Carlton's Avatar
    Topic Author
  • Carlton
  • Offline
  • Fresh Boarder
  • Posts: 91
  • Thank you received: 6
Licenses:
JomSocial Active Socialize Expired

ISSUE SUMMARY:
How do I change the content area for displaying "Profile Video". I want to move it from the left "side tabbed" area to the main content area.

STEPS TO REPLICATE:
1
2
3
4
5
RESULT
EXPECTED RESULT
BROWSER

Attachments:
8 years 6 months ago
Licenses:

Hi,

please copy:
/components/com_community/templates/jomsocial/layouts/profile/base.php
/components/com_community/templates/jomsocial/layouts/profile/aboutme.php
/components/com_community/templates/jomsocial/layouts/applications.edit.php

to:
/templates/socialize/html/com_community/layouts/profile/base.php
/templates/socialize/html/com_community/layouts/profile/aboutme.php
/templates/socialize/html/com_community/layouts/applications.edit.php

edit it:
base.php and applications.edit.php, remove

<?php echo $this->view('profile')->modProfileUserVideo(); ?>
at line 43 and 239

and at aboutme.php, put this code
<?php echo $this->view('profile')->modProfileUserVideo(); ?>
before
<?php echo $about; ?>

and the last, put this CSS at /templates/socialize/css/custom.css
#joms-app--aboutme-special .video-player.joms-relative {
  text-align: center;
}

#joms-app--aboutme-special .joms-video__duration {
  right: 101px;
}

FYI: for time duration position, you can changing right value if not fit

Regards

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW