Icy Phoenix

     
 

[SOLVED] How To Disable Yellow Marking On The Titles Of Forums?

[SOLVED] How To Disable Yellow Marking On The Titles Of Forums?

Article
Reply with quote    Download Post  
Post [SOLVED] How To Disable Yellow Marking On The Titles Of Forums? 
 
123_1246884074_101752


Can You copy title of forum and stay on the same page?
I think no.
Where can I disable this function?

Thanks a lot



 
Last edited by abbat on Tue 07 Jul, 2009 14:43; edited 2 times in total 
abbat - View user's profile Send private message  
abbat [ Mon 06 Jul, 2009 14:42 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


[SOLVED] How To Disable Yellow Marking On The Titles Of Forums?

Comments
Reply with quote    Download Post  
Post Re: How To Disable Yellow Marking On The Titles Of Forums? 
 
abbat wrote: [View Post]

Can You copy title of forum and stay on the same page?
I think no.

if i understand it right, you can copy it as long as your mouse point not touch or over the Link.



abbat wrote: [View Post]

Where can I disable this function?
  it should be in ACP >> Forum Management >> Edit Forum and delete the Description.



 
xmenfile - View user's profile Send private message  
xmenfile [ Mon 06 Jul, 2009 19:04 ]
Reply with quote    Download Post  
Post Re: How To Disable Yellow Marking On The Titles Of Forums? 
 
xmenfile wrote: [View Post]
abbat wrote: [View Post]

Can You copy title of forum and stay on the same page?
I think no.

if i understand it right, you can copy it as long as your mouse point not touch or over the Link.



abbat wrote: [View Post]

Where can I disable this function?
  it should be in ACP >> Forum Management >> Edit Forum and delete the Description.

And how can I mark the text of title for copy it if I may not  touch to all what is situated on yellow background? (:) by left button of mouse PC)

Anyway. How to disable yellow background, when mouse not over the link, but when over the "block of link"

Deleting of description doe's not help.



 
abbat - View user's profile Send private message  
abbat [ Tue 07 Jul, 2009 11:39 ]
Reply with quote    Download Post  
Post Re: How To Disable Yellow Marking On The Titles Of Forums? 
 
Open index_box.tpl

Code: [Download] [Hide] [Select]
Find:

    <!-- END inc -->
    <td class="{catrow.forumrow.INC_CLASS}" style="padding-left:1px;padding-right:3px;vertical-align:middle;min-height:50px;" width="37" height="50"{catrow.forumrow.LINKS_ROWSPAN}>{catrow.forumrow.U_MARK_ALWAYS_READ}</td>
    <td class="row1h{catrow.forumrow.LINK_CLASS} row-forum" width="100%" colspan="{catrow.forumrow.INC_SPAN}" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'">

Replace With:

    <!-- END inc -->
    <td class="{catrow.forumrow.INC_CLASS}" style="padding-left:1px;padding-right:3px;vertical-align:middle;min-height:50px;" width="37" height="50"{catrow.forumrow.LINKS_ROWSPAN}>{catrow.forumrow.U_MARK_ALWAYS_READ}</td>
    <td class="row1h{catrow.forumrow.LINK_CLASS} row-forum" width="100%" colspan="{catrow.forumrow.INC_SPAN}">


The same sort of thing in viewforum_body.tpl

Find and remove:

Code: [Download] [Hide] [Select]
onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'"



You could also change "onclick" to "ondblclick" and have it both ways - - -



 
   
Inactive User [ Tue 07 Jul, 2009 14:00 ]
Reply with quote    Download Post  
Post Re: How To Disable Yellow Marking On The Titles Of Forums? 
 
WOW !!!
It works

Thank You Very Very Much,  Lopalong!!!!!!!!!!!!!!



 
abbat - View user's profile Send private message  
abbat [ Tue 07 Jul, 2009 14:40 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 1