http://www.icyphoenix.com/viewtopic.php?f=35&t=6059
-----------------------------------
abbat
Mon 06 Jul, 2009 14:42

[SOLVED] How To Disable Yellow Marking On The Titles Of Forums?
-----------------------------------
[img]http://www.icyphoenix.com/files/images/7145/123_1246884074_101752.jpg[/img] 


Can You copy title of forum and stay on the same page?
I think no.
Where can I disable this function?

Thanks a lot


-----------------------------------
xmenfile
Mon 06 Jul, 2009 19:04

Re: How To Disable Yellow Marking On The Titles Of Forums?
-----------------------------------
[quote user="abbat" post="41004"]
Can You copy title of forum and stay on the same page?
I think no.[/quote]
if i understand it right, you can copy it as long as your mouse point not touch or over the Link.



[quote user="abbat" post="41004"]
Where can I disable this function?
[/quote]  it should be in ACP >> Forum Management >> Edit Forum and delete the Description.


-----------------------------------
abbat
Tue 07 Jul, 2009 11:39

Re: How To Disable Yellow Marking On The Titles Of Forums?
-----------------------------------
[quote user="xmenfile" post="41011"][quote user="abbat" post="41004"]
Can You copy title of forum and stay on the same page?
I think no.[/quote]
if i understand it right, you can copy it as long as your mouse point not touch or over the Link.



[quote user="abbat" post="41004"]
Where can I disable this function?
[/quote]  it should be in ACP >> Forum Management >> Edit Forum and delete the Description.[/quote]
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 [i]"block of link"[/i]

Deleting of description doe's not help.


-----------------------------------
Lopalong
Tue 07 Jul, 2009 14:00

Re: How To Disable Yellow Marking On The Titles Of Forums?
-----------------------------------
Open index_box.tpl

[code linenumbers=false]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}">[/code]

The same sort of thing in viewforum_body.tpl

Find and remove: 

[code linenumbers=false]onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'"[/code]


You could also change "onclick" to "ondblclick" and have it both ways - - -


-----------------------------------
abbat
Tue 07 Jul, 2009 14:40

Re: How To Disable Yellow Marking On The Titles Of Forums?
-----------------------------------
WOW !!! :idea: 
It works

Thank You Very Very Much,  Lopalong!!!!!!!!!!!!!!


