If you are submitting an issue for the Joomla! CMS, please submit it at https://github.com/joomla/joomla-cms/issues/new instead. You may remove this line from the issue template.
Use any template or otherwise incorporate Bootstrap into Joomla.
Enable the User - Profile plugin.
Change "Terms of Service" to "Required"
On "Select TOS Article", choose an article.
Attempt to register a new User via the frontend.
"Terms of Service" link will not be visible, only the "*" for required fields.
This line in the source uses a "modal" class on the link.
<a href="/index.php/component/content/article/12-club-docs/2-constitution-and-bylaws?tmpl=component&Itemid=101" class="modal" rel="{handler: 'iframe', size: {x:800, y:500}}">Terms of Service</a>
Bootstrap contains its own definition for .modal:
.modal { position:fixed; top:0; right:0; bottom:0; left:0; z-index:1050; display:none; overflow:hidden; outline:0 }
The line only renders a "*" with no link to the complete terms and conditions.
Joomla 3.9.1
Helix Ultimate Template v 1.0.5
Bootstrap v4.1.3
Source of class definition is in /plugins/user/profile/field/tos.php:
line 84:
$attribs['class'] = 'modal';
Labels |
Added:
?
|
Status | New | ⇒ | Information Required |
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-16 09:18:24 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/23268
Closed as no Answer; please reopen if needed.
can you please with latest Version and Protostar?
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23268.