Author |
Message |
guidyy
Worker
![Worker Worker](modules/Forums/images/ranks/3stars.gif)
![](modules/Forums/images/avatars/Charlie_Brown/Charlie_Brown_-_The_Model.gif)
Joined: Nov 22, 2004
Posts: 208
Location: Italy
|
Posted:
Tue Apr 25, 2006 4:59 am |
|
How in the hell I can get rid of the footer in the pop-up windows with more smilies? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
Sells PC To Pay For Divorce
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined:
Posts: 5661
|
Posted:
Tue Apr 25, 2006 5:08 am |
|
Huh?
You mean the link in the forum at reply ?
Like "View more Emoticons" ?
If so...that has no footer. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
guidyy
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Apr 25, 2006 6:08 am |
|
when you click on the "View more Emoticons" it opens a pop-up window.
in that window I have the whole footer of the site.
It did not before 2.0.20 (and it does not show on this website)
Beside, i have another problem:
It show an empty windows on IE, while in firefox is fine and all emoticons are there.
I'm going nut....
Guido |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Apr 25, 2006 6:17 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
guidyy
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Apr 25, 2006 9:08 am |
|
i dont know if it's me .. or something in the 2.0.20:
i found this code to be the problem
Code:
if ($mode == 'window')
{
$template->pparse('smiliesbody');
include('includes/page_tail.'.$phpEx);
}
|
I changed as the previous version
Code:
if ($mode == 'window')
{
$template->pparse('smiliesbody');
include("includes/page_tail_review.php");
}
|
And now everything is ok again, both in IE and Firefox.
Guido |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
Site Admin
![](modules/Forums/images/avatars/125904890252d880f79f312.png)
Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Wed Apr 26, 2006 2:57 am |
|
I cannot duplicate this problem using IE. The smilies window open fine with no footer for me.
You might want to use this though (based on your post above).
Code: if ($mode == 'window')
{
$template->pparse('smiliesbody');
include('includes/page_tail_review.'.$phpEx);
}
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
guidyy
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 26, 2006 4:54 am |
|
thx Guardian,
your code works as well.
I still do not know why it does't work with the original code, maybe something related to my customized forums template.
using page_tail_review solve the problem, so i'm fine about it....
note: just for the record:
the affected file is includes/functions_post.php (not so irrilevant information!)
Guido |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Guardian2003
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 26, 2006 8:32 am |
|
Thanks for the update and clarification of which file is affected I'll take a look.
I had assumed it was theme related but I'll have a snoop around in any event out of curiosity - thanks!! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
evaders99
Former Moderator in Good Standing
![](modules/Forums/images/avatars/803d73f6452557b947721.jpg)
Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Wed Apr 26, 2006 10:33 am |
|
Yep that code change works. I have that noted for 2.0.20 changes, good job |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Wed Apr 26, 2006 8:01 pm |
|
Mantis? ![Wink](modules/Forums/images/smiles/icon_wink.gif) |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
evaders99
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Apr 26, 2006 9:29 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Apr 27, 2006 5:53 am |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|