Icy Phoenix

     
 


Post new topic  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post Remove Quick Links 
 
Is there any way to totally remove (or at least hide by default) Quick Links from the forum?

Also, can I have News and Calendar hidden for all users by default?
 



 
vasilisSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
If you close them... then they stay closed.
For Calendar go to Configuration--->Page Permissions---> Set to admin
 




____________
Megabass
 
ganeshSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
That's what I mean... I dont want users to close them, I want it closed by default

Any solution plz?
 



 
vasilisSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
I've removed that calender and news.. somewhere

eh.. overall_header.tpl I believe
that in templates/aphrodite somewhere
 




____________
check out my site sometime
www.Dutch-HQ.net
 
NizzleSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
Have you asked your users if they use the Quick Links?  I personally think it's great and one of the main reasons I use phpBBXS.
 




____________
No site anymore
 
ClaireSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
hi , i need this help too
i want hide the quick links on forum.php as default
 



 
carltesSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
You have to modify nav_quick_links.tpl the JS which reads the cookie.

Try on your own, If you cannot solve this I'll try to help you then.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
well , need your help
not understand after browse nav_quick_links.tpl
 
 



 
carltesSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
open index_body.tpl and viewforum_body.tpl


find and cut
Code: [Download] [Hide] [Select]
<!-- INCLUDE nav_box.tpl -->


now you have to correct some tables
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
difus wrote: [View Post]
open index_body.tpl and viewforum_body.tpl


find and cut
Code: [Download] [Hide] [Select]
<!-- INCLUDE nav_box.tpl -->


now you have to correct some tables

that is remove quick link ?
but i want to hide quick link as default at forum.php , not remove it
mighty gordon said it on nav_quick_links.tpl the JS which reads the cookie.
but i not sure how to do it
 



 
carltesSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
You should have this somewhere:
Code: [Download] [Hide] [Select]
<script language="javascript" type="text/javascript">
<!--
tmp = 'quick_links';
if(GetCookie(tmp) == '2')
{
    ShowHide('quick_links','quick_links2','quick_links');
}
//-->
</script>


You can change it in this way:
Code: [Download] [Hide] [Select]
<script language="javascript" type="text/javascript">
<!--
ShowHide('quick_links','quick_links2','quick_links');
tmp = 'quick_links';
if(GetCookie(tmp) == '1')
{
    ShowHide('quick_links','quick_links2','quick_links');
}
//-->
</script>

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
i've remove (commented) this lines

Code: [Download] [Hide]
  1. ##<!-- INCLUDE nav_box.tpl -->  
  2. ##{CALENDAR_BOX}  
  3. ##{BOARD_INDEX}  
  4.  


but the box doesn't go away

i 've also deleted nav_box.tlp but it doesn't resolve my problem
 



 
lordalbertSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
yeah how do u completely remove the quick links from the forum index but not from portal.?????
 



 
fidundergroundSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
fidunderground wrote: [View Post]
yeah how do u completely remove the quick links from the forum index but not from portal.?????

Do you have XS or Icy Phoenix?
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Remove Quick Links 
 
I have IP. How can i delete quick links block?
 



 
Gianni PBSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  This topic is locked: you cannot edit posts or make replies.  Page 1 of 2
Goto page 1, 2  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron