Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
Revolver Offline
New Member
 
Posts: 10
Join Date: Apr 2007
How to remove this - 03-05-2007, 03:25 PM

I have two questions

#1 On the front page, I have a "register" option where the user can click this link or icon to register.

How do I remove this option from showing the frontpage?


#2 After the user logs in, the left menu would show the following
"Logged In: Accountname
[ ] My Account
[ ] Change Password"

How do i remove the options "My Account" and "Change Password"?
   
Reply With Quote
  (#2) Old
craigbrass Online
Senior Member
 
Posts: 5,397
Join Date: Jun 2005
Location: Cumbria, UK
03-05-2007, 04:14 PM

1. If you go into the staff area, click the Users tab, click Manage Groups and then go into the Guest member group you will see "Can View Register Widget". Set this to No.

2. To my knowledge, there is no setting to disable this but you could just go into the template for this section and manually take out the links. I have looked it up and General -> navbar is the template you want.

Hope this helps.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#3) Old
Revolver Offline
New Member
 
Posts: 10
Join Date: Apr 2007
03-05-2007, 06:06 PM

Quote:
Originally Posted by craigbrass View Post
1. If you go into the staff area, click the Users tab, click Manage Groups and then go into the Guest member group you will see "Can View Register Widget". Set this to No.
hi craigbrass, this works thanks!

do I also turned it off for registered user aswell?

Last edited by Revolver; 03-05-2007 at 06:15 PM.
   
Reply With Quote
  (#4) Old
Revolver Offline
New Member
 
Posts: 10
Join Date: Apr 2007
03-05-2007, 06:11 PM

Quote:
Originally Posted by craigbrass View Post
2. To my knowledge, there is no setting to disable this but you could just go into the template for this section and manually take out the links. I have looked it up and General -> navbar is the template you want.
removed
PHP Code:
                      <{if $tgroup[loginapi_moduleid] == 1}>
                      <
tr>
                        <
td bgcolor="#F5F5F5" colspan="4">
                          <
div class="navitem" onMouseOver="javascript:this.className='navitemhover';" onMouseOut="javascript:this.className='navitem';"><img src="<{$themepath}>icon_user.gif" align="absmiddle" />&nbsp;<a href="index.php?_m=core&_a=myaccount"><{$language[myaccount]}></a></div>
                          <
div class="navitem" onMouseOver="javascript:this.className='navitemhover';" onMouseOut="javascript:this.className='navitem';"><img src="<{$themepath}>icon_lock.gif" align="absmiddle" />&nbsp;<a href="index.php?_m=core&_a=changepassword"><{$language[changepassword]}></a></div>
                          </
td>
                      </
tr>
                      <{/if}> 
and it works
thanks again
   
Reply With Quote
  (#5) Old
Revolver Offline
New Member
 
Posts: 10
Join Date: Apr 2007
03-05-2007, 06:14 PM

Is there a simple way to remove "index.php" from the URL?

example instead of
http:// support.mydomain.com/index.php?_m=tickets&_a=submit

it should read
http:// support.mydomain.com/?_m=tickets&_a=submit
   
Reply With Quote
  (#6) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,566
Join Date: Aug 2006
Location: Mumbai, India
03-05-2007, 07:06 PM

That will not be possible. Infact removing it could break the software.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#7) Old
Revolver Offline
New Member
 
Posts: 10
Join Date: Apr 2007
04-05-2007, 05:13 AM

Quote:
Originally Posted by supportskins View Post
That will not be possible. Infact removing it could break the software.
I removed a few, but there is too many pages that contain index.php
its possible, but not something you want to do, just too many files to edit.
   
Reply With Quote
  (#8) Old
reDDevil Offline
New Member
 
Posts: 27
Join Date: Jun 2006
16-05-2007, 03:21 PM

When we installed own LoginShare module a "Register" icon disappeared from main page. Is there a chance to make it visible always?
   
Reply With Quote
  (#9) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,566
Join Date: Aug 2006
Location: Mumbai, India
16-05-2007, 04:04 PM

When you enable LoginShare the software will automatically remove the Register icon as the software is now configured only to accept users from your shared application. There is no way you can use both the logins.



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#10) Old
reDDevil Offline
New Member
 
Posts: 27
Join Date: Jun 2006
17-05-2007, 09:07 AM

But we do not want it and want to let people register directly from SS in addition. And it is allowed even with LoginShare but from "Submit a Ticket" page not from Main page (there is a link to register). Any options to move Register widget to MainPage back with LoginShare module if it comes to that?

Last edited by reDDevil; 17-05-2007 at 09:09 AM.
   
Reply With Quote
  (#11) Old
craigbrass Online
Senior Member
 
Posts: 5,397
Join Date: Jun 2005
Location: Cumbria, UK
17-05-2007, 09:09 AM

Well currently that is just the way it works. If you want you can submit a post in the feature requests forum to try and get more options over this.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#12) Old
supportskins Offline
Senior Member
 
supportskins's Avatar
 
Posts: 3,566
Join Date: Aug 2006
Location: Mumbai, India
17-05-2007, 12:28 PM

This would require you to edit the software source code. You can impliment it yourself if you are comfortable with PHP-MySQL



Professional and Affordable Kayako Skins - Specialists in Kayako Skinning & Customization - Professional Paid Support
Our Skins and Services - http://www.supportskins.com/store/
SupportSkins.com - http://www.supportskins.com/
   
Reply With Quote
  (#13) Old
reDDevil Offline
New Member
 
Posts: 27
Join Date: Jun 2006
17-05-2007, 01:03 PM

Well, I would like to try if you can give me some hints what to find and what to do. Because it is stupid. I can switch to another group from the right-bottom form "Country" (http://support.simbat.net - LoginShare is made for Netherlands) and register from Main Page under that group ang get an access everywhere. I also can register through LoginShare group via "Submit a Ticket" as I told. So we would like do not hide "Register" widget for LoginShare groups.

Last edited by reDDevil; 17-05-2007 at 01:06 PM.
   
Reply With Quote
Reply

Tags
remove

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46