-
AuthorPosts
-
myronlee Friend
myronlee
- Join date:
- September 2007
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
May 22, 2008 at 6:33 pm #128810Hi,
I put a joomla classified component into Ja Jeline II. But when I register, the Register button doesn’t work,.. it indicates something wrong in previous field ( verify password, which turns red ) I have retried many timesAny ideas -?
http://www.com/index.php?option=com_user&task=registerI just checked my other site and its doing the SAME THING. …..in com_user
MAYBE its something to with Highlander not functioning …. i never figured that out.
– thanks
scarng Friendscarng
- Join date:
- May 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
May 22, 2008 at 7:40 pm #250177<button class="button validate" type="submit">Create an account</button>
<input type="hidden" name="task" value="register_save" />
<input type="hidden" name="id" value="0" />
<input type="hidden" name="gid" value="0" />
<input type="hidden" name="816dcb6c9ccba956042949f985292d48" value="1" /> </form>in my com_user the button class is :
<button class="button validate" type="submit">Register</button>
I don’t know if this make a difference.
myronlee Friendmyronlee
- Join date:
- September 2007
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
May 22, 2008 at 8:31 pm #250182Hi,
Thanks,..
I think think the right page.
my code is a little different.
I’ll change it to look like yours.<button class=”button validate” type=”submit”><?php echo JText::_(‘Register’); ?></button>
<input type=”hidden” name=”task” value=”register_save” />
<input type=”hidden” name=”id” value=”0″ />
<input type=”hidden” name=”gid” value=”0″ />
<?php echo JHTML::_( ‘form.token’ ); ?>
</form>[/SIZE]On the other line…
I have:button class=”button validate” type=”submit”><?php echo JText::_(‘Register’); ?></button>
scarng Friendscarng
- Join date:
- May 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
May 22, 2008 at 10:40 pm #250197Mines working 😀
May 23, 2008 at 6:29 am #250229I’m having the same problem.
What file is that code in???
myronlee Friendmyronlee
- Join date:
- September 2007
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
May 23, 2008 at 1:06 pm #250293Hi,
Are you using the highslide ?I can’t seem to implement mine.
May 23, 2008 at 1:08 pm #250294I can’t get highslide. All happeneed when I changed to the 1.5 version of the template. (updated version)
myronlee Friendmyronlee
- Join date:
- September 2007
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
May 23, 2008 at 2:20 pm #250306Hey,
Since I have 2 sites of this template with same problem….. I believe that we need Highslide implemented.
How do we do this ?
May 27, 2008 at 6:26 am #250690Hi Teline II users
I’ve changed to the last update (1.2), and highslide’s not working anymore. Has somenone an idea ?scarng Friendscarng
- Join date:
- May 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
May 27, 2008 at 4:03 pm #250764Since I didn’t install the Quickstart from the JA TelineII v1.3 for Joomlas 1.5x I didn’t have the plugin ja_highslide installed.
If you look at the extension from the download, you will see there is no plugin Highslide:
Here is the quickstartpluginscontent folder:
So the issue is JA Highslide a component [plugin] of JA Teline II or not? If you use quickstart you get it. If you just install the template and extension you don’t get it.
Be nice if there where some kind of document included in the download like a install instructions or readme.txt that explained to the uninitiated how this all falls into place?
scarng Friendscarng
- Join date:
- May 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
May 27, 2008 at 5:04 pm #250769Verify you have hilghslide.css in the pluginscontenthighslide folder
myronlee Friendmyronlee
- Join date:
- September 2007
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
May 27, 2008 at 6:37 pm #250777Hi,
I actually have Highlander folder… with CSS file, under JaTeline II template folderscarng Friendscarng
- Join date:
- May 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
May 27, 2008 at 7:04 pm #250782Yes, my mistake it appears to be built-in to the template.
I did install the ja_highslide.php and ja_highslide.xml to my plugins directory.
I just tested the login and the both worked – see images;
and success image:
you do have mod_login set to position “ja-login”?
In you Global configuration do you have these settings?:
- scarng Friend
scarng
- Join date:
- May 2008
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
May 27, 2008 at 7:26 pm #250784I disable the ja_highslide plugin and everything still works fine.
Admin: you should remove the ja_highslide plugin from the Quickstart — seeing how it is built-in now. Just confuses everyone.
May 27, 2008 at 9:05 pm #250793Hi
Here is my exact problem :
I need Highslide to work but :
I cannot use Quickstart cause I have already done all changes to match my site.
When you use normal install, Highslide is not working.
I did expand quickstart archive and found a highslide directory in plugins/content/ and also a php and xml file. I’ve uploaded all this to my site server to try but it doesn’t work too. Has someone a solution to let highslide work ?
ThanksAuthorPostsThis topic contains 29 replies, has 6 voices, and was last updated by Sherlock 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum