-
AuthorPosts
-
travisdh Friend
travisdh
- Join date:
- December 2007
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 9 times in 1 posts
May 2, 2008 at 6:54 am #128150[FONT=”Verdana”]Hello,
I am currently again looking into a new template for my site, as the current one whilst acceptable does not do all the things i would like it to in a neat fashion. Whilst browsing i came across JA-Teline-2 (Having used JA-Teline) previously. However i am unsure of if this template will suit my site because of the design of my site. (Was previously a member but let my membership lapse, now keen to come back but need to check the template before i can!)
I currently use Community Builder to handle Registations / Logins / Logouts & Profiles, however from looking at the demo template it looks like the template is designed for Normal Joomla as opposed to functioning with a community builder implementation.
Can you confirm that the template will work with Community Builder, that is that the top links can be re-written or modded to CB? Has anyone on the team / in the community done this (Hoping so as i am really keen to use this template but this is the limiting factor)
Kind Regards – Travis Hale[/FONT]
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
May 3, 2008 at 6:04 pm #247630Hi Travis. Sorry for replying this late. I have just back from the vacation
I made a test with CB version 1.1 and things worked fine. However, the for Joomla 1.5, you will have to enable Legacy mode because CB has not supported Joomla 1.5 NativeOf cause the top link can be re-written to use CB login and registration form. However, you will need PHP skill to do this.
travisdh Friendtravisdh
- Join date:
- December 2007
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 1
- Thanked:
- 9 times in 1 posts
May 3, 2008 at 11:53 pm #247650Thanks for the prompt reply. The system i am using is still J1.x so thats no problem, the question really lies in intergration with CB and the top links system (Which i really like!). You said that it would require some PHP skills to re-write the top links to show the CB Login form & Registration form, can you elaborate on this slightly, that is how to top links feature works?
Looking at the Login & Search Links it appears as if they are module positions, so when you click on the link it opens up the applicable module, am i correct in assuming that or off compleatly?
I do have some basic PHP skills so i think it might be possible that i could do it, but just wanted a little bit of advice on how the top system worked again so that i can further decide if this is within my scope of expertiese…
Another question, the registration link at the top…. does that just open a new page in the popup window, in which case it would just be a case of changing the link of the page that is opened to that of CB registration?
And the only other one was this template is based on Teline I, What are the module positions in this template since i could not find a module position map i was slightly unsure, or is it pretty much the same as Teline I without the top banner position?
Kind Regards – Travis Hale
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
May 4, 2008 at 5:20 am #247659<blockquote>You said that it would require some PHP skills to re-write the top links to show the CB Login form & Registration form, can you elaborate on this slightly, that is how to top links feature works?</blockquote>
You will need to cusomize the CB login module and registration module to work with JA Highslide plugin. The original Joomla login form and CB login form are quite simple and similar to each other so if you do have some basic PHP skills so you can do it yourseff. Otherwise, you can outsource this job to a Joomla expert at JoomLancers for less than $100<blockquote>Looking at the Login & Search Links it appears as if they are module positions, so when you click on the link it opens up the applicable module, am i correct in assuming that or off compleatly?</blockquote>
You are right<blockquote>Another question, the registration link at the top…. does that just open a new page in the popup window, in which case it would just be a case of changing the link of the page that is opened to that of CB registration?</blockquote>
You will need to replace for HMTL code of original login form to CB registration form.
Belows are the codes for original registration form used on the demo in our included module (mod_ja_popupusertools.zip)
<form action="index.php" method="post" name="mosForm">
<div class="componentheading">
<?php echo _REGISTER_TITLE; ?>
</div><table cellpadding="0" cellspacing="0" border="0" width="100%" class="contentpane">
<tr>
<td colspan="2"><?php echo _REGISTER_REQUIRED; ?></td>
</tr>
<tr>
<td width="30%">
<?php echo _REGISTER_NAME; ?> *
</td>
<td>
<input type="text" name="name" size="40" value="" class="inputbox" maxlength="50" />
</td>
</tr>
<tr>
<td>
<?php echo _REGISTER_UNAME; ?> *
</td>
<td>
<input type="text" name="username" size="40" value="" class="inputbox" maxlength="25" />
</td>
</tr>
<tr>
<td>
<?php echo _REGISTER_EMAIL; ?> *
</td>
<td>
<input type="text" name="email" size="40" value="" class="inputbox" maxlength="100" />
</td>
</tr>
<tr>
<td>
<?php echo _REGISTER_PASS; ?> *
</td>
<td>
<input class="inputbox" type="password" name="password" size="40" value="" />
</td>
</tr>
<tr>
<td>
<?php echo _REGISTER_VPASS; ?> *
</td>
<td>
<input class="inputbox" type="password" name="password2" size="40" value="" />
</td>
</tr>
</table><input type="hidden" name="id" value="0" />
<input type="hidden" name="gid" value="0" />
<input type="hidden" name="useractivation" value="<?php echo $mosConfig_useractivation;?>" />
<input type="hidden" name="option" value="com_registration" />
<input type="hidden" name="task" value="saveRegistration" />
<input type="button" value="<?php echo _BUTTON_SEND_REG; ?>" class="button" onclick="submitbutton_reg()" />
<input type="hidden" name="<?php echo $validate; ?>" value="1" />
</form>
</div>
</div>
</li>
<!--LOFIN FORM content--><blockquote>And the only other one was this template is based on Teline I, What are the module positions in this template since i could not find a module position map i was slightly unsure, or is it pretty much the same as Teline I without the top banner position?</blockquote>
Please view the module postion at this linkcgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
May 26, 2008 at 7:03 pm #250626<em>@travisdh 51443 wrote:</em><blockquote>[FONT=”Verdana”]Hello,
I am currently again looking into a new template for my site, as the current one whilst acceptable does not do all the things i would like it to in a neat fashion. Whilst browsing i came across JA-Teline-2 (Having used JA-Teline) previously. However i am unsure of if this template will suit my site because of the design of my site. (Was previously a member but let my membership lapse, now keen to come back but need to check the template before i can!)
I currently use Community Builder to handle Registations / Logins / Logouts & Profiles, however from looking at the demo template it looks like the template is designed for Normal Joomla as opposed to functioning with a community builder implementation.
Can you confirm that the template will work with Community Builder, that is that the top links can be re-written or modded to CB? Has anyone on the team / in the community done this (Hoping so as i am really keen to use this template but this is the limiting factor)
Kind Regards – Travis Hale[/FONT]</blockquote>
Hi Travis,
I visited this post because of your other post sharing your “CB login’. With any Joomla 1.0.x, I have no trouble incorporating the Community Builder v1.1. I had initial problem with the JA Teline II, but as it turned out, it was just a matter of ensuring that the CB modules (three of them, if you are the Admin). Check this out for example:
http://world-odyssey.org/jte10x10/
I placed the CB modules on the right side towards the bottom. If that is what you wanted to achieve, let me know. I can place a more detailed procedure of how I did it.
Initially, they did not appear. It turned out, it was just a matter of permissions where the modules would appear.
As stated by Hung Din, you have to check either the “All” so that the CB login module will appear on all pages. However, I do not want the CB login to appear in all pages. You can do this by selecting the Home of the Magazine menu and the Main Menu. I did an easy way — just shaded from Home Magazine Menu down to the sections of the Main Menu.
There is a reason why I am interested with a replacement for the CB — they are too slow in updating. It is almost a year now. The only reason why I am not actively pursuing the Joomla 1.5.x is that I do not have a registration module that would require Admin approval of the process.
Currently, the Joomla 1.5.x, if you registered with a correct email address, and responded, you are automatically registered. I get so many spam registrations through a process like this.
Cornelio
cgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
May 26, 2008 at 7:33 pm #250633<em>@Hung Dinh 51566 wrote:</em><blockquote>Hi Travis. Sorry for replying this late. I have just back from the vacation
I made a test with CB version 1.1 and things worked fine. However, the for Joomla 1.5, you will have to enable Legacy mode because CB has not supported Joomla 1.5 NativeOf cause the top link can be re-written to use CB login and registration form. However, you will need PHP skill to do this.</blockquote>
Hi Hung,
Have you actually made the CB v1,1 to work with the Joomla 1.5 by activating the legacy mode? This would be great, if you tried this and it worked for Joomla 1.5.x and legacy mode with CB v1.1. My only concern with this approach is that there are some applications that do not like the legacy mode turned on.
<em>@Hung Dinh 51609 wrote:</em><blockquote>You will need to cusomize the CB login module and registration module to work with JA Highslide plugin. The original Joomla login form and CB login form are quite simple and similar to each other so if you do have some basic PHP skills so you can do it yourseff. Otherwise, you can outsource this job to a Joomla expert at JoomLancers for less than $100 ….</blockquote>
I was looking for the JA Highslide plugin in the Mambots, there is none. I do not see any module that define these features:
****************
* Login
o Move
o Close
Username Password
Lost Password?
* Sign up
o Move
o Close
Registration
Fields marked with an asterisk (*) are required.
Name: *
Username: *
E-mail: *
Password: *
Verify Password: *Text size
* Increase font size
* Default font size
* Decrease font size****************
I wanted to remove them at the top (possibly even the day-date). What is the easiest or the best way of inactivating them?
Thanks.
Cornelio
March 28, 2009 at 3:30 am #298631Hi, How did you move the video on the side to be the second one ? I am trying to do it..but unable to
wooohanetworks Friendwooohanetworks
- Join date:
- September 2008
- Posts:
- 1239
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 148
- Thanked:
- 138 times in 41 posts
March 28, 2009 at 3:36 am #298632In the admin where all modules are displayed in a list you can use the arrows to move any module down or up. Sometimes when doing this nothing happens at first approach, but after trying it a few times in a row will normally make it. You can also use the numbering shown and adjust the numbers this way that the video module has a higher or lower numbering, as you desire it and so it will be shown above or below the modules you push it up or down to.
-
AuthorPosts
This topic contains 9 replies, has 6 voices, and was last updated by hooka 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum