-
AuthorPosts
-
February 27, 2011 at 5:40 pm #160778
This one is running on Joomla 1.6 version. After QuickStart installation, changed Search Engine Friendly URLs to No
Then click on User Register link (pix 1)
No register form at all ( pix 2 )
Demo link for testing: http://demo.vietville.com/teline_demo/index.php?option=com_users&view=registration
-
Phill Moderator
Phill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 27, 2011 at 7:08 pm #378642I can confirm this bug. I shall create a bug report for you.
February 28, 2011 at 9:54 pm #378938What is the status for this one???
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 3, 2011 at 9:17 am #379447Hello mate!
I found this issue relating The link is not having the ItemId parameter, it causes the t3 code can not get right configuration
Now, I would like to provide you a quick solution:
1) copy this file: pluginssystemjat3jat3base-themesdefaultpagedefault.php to the folder templates/ja_telineiv/page
2) Then You open that file and find the following code:[PHP]
<?php if (!$this->getParam (‘hide_content_block’, 0)): ?>
<div id=”ja-content-main” class=”ja-content-main clearfix”>
<?php echo $this->showBlock (‘content’) ?>
</div>
<?php endif ?>
[/PHP]replace by:
[PHP]
<div id=”ja-content-main” class=”ja-content-main clearfix”>
<?php echo $this->showBlock (‘content’) ?>
</div>
[/PHP] -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by Saguaros 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-