Print Page | Close Window

What happened to the Back to Top Link???

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=19619
Printed Date: 08 April 2026 at 6:51am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: What happened to the Back to Top Link???
Posted By: slappyJ
Subject: What happened to the Back to Top Link???
Date Posted: 29 April 2006 at 8:44pm
I noticed the new version does not have the "Back to Top" link at the bottom left of everybody's post.
 
Why was this taken out? Can it be put back in easily? I have many users complaining about this.
 



Replies:
Posted By: WebWiz-Bruce
Date Posted: 02 May 2006 at 12:47pm
The CSS just didn't want to play ball and allow the 'back to top' link at the bottom of the post.

If you want to have a go at adding it yourself, then just edit the 'forum_posts.asp' page


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: slappyJ
Date Posted: 03 May 2006 at 5:03pm
I wouldn't know where to begin. I'm not bad with html but vbscript forget about it.
 
Would anybody else know how to do this? I am thinking if you had trouble with this yourself then I should just forget about it.
 
Maybe you could fix this for a future release?


Posted By: WebWiz-Bruce
Date Posted: 04 May 2006 at 12:31pm
It's more a CSS issue rather than a VBscript problem.

The problem is trying to get the link to appear at the bottom of the table cell


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: slappyJ
Date Posted: 10 May 2006 at 9:16pm
I just added my personal emoticons. What file do I have to edit so the smiley pop-up window has scroll bars? Even if I max the window I can't select a lot of them.


Posted By: WebWiz-Bruce
Date Posted: 11 May 2006 at 9:44am
Line 121 of the file includes/RTE_toolbar_inc.asp has a call to a javascript function to open a pop-up window, change the bit in red to 1 to get scrollbars:-

winOpener(\'RTE_popup_emoticons.asp" & strQsSID1 & "\',\'emot\',0,1,450,340)

You will find the same thing in includes/RTE_quick_reply_toolbar_inc.asp for changing it on the quick reply form.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Flyman30
Date Posted: 11 May 2006 at 5:32pm
ligne 636 betwen include header and navigation_button

<!-- #include file="includes/header.asp" -->
<%Response.Write(vbCrLf & "<a name=""top""></a>")%>
<!-- #include file="includes/navigation_buttons_inc.asp" -->

ligne 987

 <tr class="postSeparatorTableRow">
  <td colspan="2"><a href="#top" target="_self" class="npLink"><%= strTxtBackToTop  %></a></td>
 </tr>


Posted By: ibaker
Date Posted: 13 May 2006 at 11:21pm
Originally posted by -boRg- -boRg- wrote:

It's more a CSS issue rather than a VBscript problem.

The problem is trying to get the link to appear at the bottom of the table cell
- couldn't you just have 2 buttons at the bottom of each post like the other buttons that when clicked it would go to the top or bottom of the page:





Posted By: slappyJ
Date Posted: 26 May 2006 at 7:05pm
Originally posted by -boRg- -boRg- wrote:

Line 121 of the file includes/RTE_toolbar_inc.asp has a call to a javascript function to open a pop-up window, change the bit in red to 1 to get scrollbars:-

winOpener(\'RTE_popup_emoticons.asp" & strQsSID1 & "\',\'emot\',0,1,450,340)

You will find the same thing in includes/RTE_quick_reply_toolbar_inc.asp for changing it on the quick reply form.
 
I edited these 2 files and it works great now. But I still have a problem with no scroll bars when I click the more... button underneath the 15 Emoticons.
 
I guess there is a third file to edit?


Posted By: numanme
Date Posted: 30 May 2006 at 8:39pm

I’m also experiencing the same problem changed both files



Posted By: numanme
Date Posted: 30 May 2006 at 9:31pm

I solved the icon scrollbar issue, probably not the right way to do it but it works.

 

Open you forum folder and look for the file non_RTE_popup_emoticons and in line 129 you will see this

 

  <body bgcolor="#FFFFFF" text="#000000" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" OnLoad="self.focus();">

 

Replce it with this

 

<body bgcolor="#FFFFFF" text="#000000" marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" scroll="yes" OnLoad="self.focus();">

 

Well it works for me



Posted By: unitrakya
Date Posted: 08 June 2006 at 10:13am
i did not do :(:(  how can we change sizde of emoticon pop up window when we add new smilies or how we can add scrollbar?? i tried all off them but i doesnt effect


Posted By: WebWiz-Bruce
Date Posted: 08 June 2006 at 1:03pm
Have a look at this post from earlier this morning:-

http://forums.webwiz.net/forum_posts.asp?TID=20218 - http://forums.webwiz.net/forum_posts.asp?TID=20218


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Gando
Date Posted: 22 January 2007 at 7:20pm
Thank you so much.
Its works done IE & FF..

Clap

Originally posted by -boRg- -boRg- wrote:

Line 121 of the file includes/RTE_toolbar_inc.asp has a call to a javascript function to open a pop-up window, change the bit in red to 1 to get scrollbars:-

winOpener(\'RTE_popup_emoticons.asp" & strQsSID1 & "\',\'emot\',0,1,450,340)

You will find the same thing in includes/RTE_quick_reply_toolbar_inc.asp for changing it on the quick reply form.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net