some problems and conflicts....

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Thu Nov 29, 2012 8:12 pm
Hi,
On the template world news 2 there are some problems and as i buyed i m waiting solutions from your side:

1)On the register pop up form the captcha is not displayed,practicaly speaking the user cannot register,he fills the form and instead of quick registration he is redirected to normal registration page with captcha.
2)When you Enable K2 User Profile an option that is an must else users cannot upload avatar and so on,in the Your Profile
Account details

Email
Confirm email *
Password
jform[password2]

It`s displaying like this instead of displaying the form corectly.
Password
Confirm Password.
The issue is regarding the template,is an conflict somewhere,so how can i solve it?
I tryed with default joomla and with other free joomla templates and is displaying corectly with the k2 user profile activated.

How to solve this 2 issues?I`m waiting answers from your side.
User avatar
Fresh Boarder

GK User
Fri Nov 30, 2012 12:31 pm
on the k2 the problems appears on :
index.php/your-profile/profile?layout=edit

So after user loged in.

If user log-out and on the k2 registration :
index.php/component/users/?view=registration

Password *
Verify password

Is showing corectly.

The problem is in :index.php/your-profile/profile?layout=edit
User avatar
Fresh Boarder

GK User
Fri Nov 30, 2012 1:04 pm
This is the correct form in registration :
<td>
<label id="pwmsg" class="invalid" for="password" aria-invalid="true">Password</label>
</td>
<td>
</tr>
<tr>
<td>
<label id="pw2msg" class="invalid" for="password2" aria-invalid="true">Verify password</label>

The incorect form after user log-in and goes to my Account:

<tr>
<td>
<label id="pwmsg" for="password">Password</label>
</td>
<td>
</tr>
<tr>
<td>
<label id="pw2msg" for="password2">jform[password2]</label>
</td>

The problem is here : <label id="pw2msg" for="password2">jform[password2]</label>

Where is this ?More exactly in what file?So i can corect jform[password2] with Verify password .?!
User avatar
Fresh Boarder

GK User
Fri Nov 30, 2012 1:33 pm
File with the problem is :

/templates/gk_twn2/html/com_k2/templates/profile.php


The solution for problem 2 :

This is the incorectly line in the file :

<td><label id="pw2msg" for="password2"><?php echo $this->passwordVerifyFieldName; ?></label></td>


Correct line is:
<td><label id="pw2msg" for="password2"><?php echo JText::_('K2_VERIFY_PASSWORD'); ?></label></td>

Just change that line with the correct line that i provided more up and the problem is solved.
Now that i solved this problem on my own and share it to everybody hope i get some support to solve problem no 1.

p.s:Maybe you include the correction in the next version template update!
User avatar
Fresh Boarder

GK User
Fri Nov 30, 2012 1:45 pm
Solution for problem 1:
Go in your Joomla -Site - Global Configuration on the
Default Captcha if is none,select : Captcha-Recaptcha.

On my side it solved the problem,hope it will solve other problems as wells,enjoy guys!

Problems solved,now back to work!
User avatar
Fresh Boarder


cron