Forum View Banner Mod Problem

Support for IntegraMOD 141

Moderator: Integra Moderator

Forum View Banner Mod Problem

PostAuthor: meijin » Wed Mar 05, 2008 8:20 am

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.watchgeeks.net

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

All:

I implemented the forum view banner mod and am having a bit of an issue. The graphic shows up and you can click on it. However, when you do, it opens an new window/tab, but immediately goes to a "DONE" state. All it shows in the new tab/window is:

If you page does not show shortly, please click Here to go to the requested URL

When you click on the "Here", it does take you to the right site.

I did just recently notice that when you go into the configuration for the banner setup, the following line is displayed at the top:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /home/meijin/public_html/im4/admin/admin_banner.php on line 368

I don't know if that has anything to do with this error or now.

Any direction would be greatly appreciated!
Last edited by meijin on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Michael
User avatar
meijin
Members
Members
 
Posts: 62
Likes: 0 post
Liked in: 0 post
Joined: Fri Feb 22, 2008 2:16 am
Cash on hand: 0.00

Re: Forum View Banner Mod Problem

PostAuthor: meijin » Tue Mar 11, 2008 2:39 pm

A gentle bump as I still have not managed to get this to work...anyone?

Thanks!
Last edited by meijin on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Michael
User avatar
meijin
Members
Members
 
Posts: 62
Likes: 0 post
Liked in: 0 post
Joined: Fri Feb 22, 2008 2:16 am
Cash on hand: 0.00

Re: Forum View Banner Mod Problem

PostAuthor: XHIBIT » Tue Mar 11, 2008 11:09 pm

Yeah my links dont redirect like they should as well, thats a good question.
Last edited by XHIBIT on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=center]http://i206.photobucket.com/albums/bb186/XTVMOVIES/LP-ani.gif[/img][/url]
[url=http][img=center]http://i206.photobucket.com/albums/bb186/XTVMOVIES/ALBUM%203/rabbitbanner.jpg[/img][/url]
[url=http][img=center]http://5thshiftradio.top-site-list.com/images/banners/5thshiftradio.jpg[/img][/url]
User avatar
XHIBIT
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Wed Jul 25, 2007 11:44 am
Cash on hand: 0.00

Re: Forum View Banner Mod Problem

PostAuthor: Helter » Mon Sep 29, 2008 1:00 am

replace templates/all installed templates/redirect.tpl with this
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

Re: Forum View Banner Mod Problem

PostAuthor: Blue-Blood » Mon Sep 29, 2008 9:50 pm

Yes my site dose the same thing.
I replaced the file and still the same.

<BODY><CENTER>{MESSAGE}</CENTER>
<SCRIPT>
setTimeout("document.all['jumplink'].click();",100);
</SCRIPT>
</BODY>


This is the same code that was in my original file

Thanks

Blue-Blood
Integra Member
Integra Member
 
Posts: 102
Likes: 0 post
Liked in: 0 post
Joined: Tue Jul 04, 2006 9:46 pm
Cash on hand: 0.00
Location: Louisville KY

Re: Forum View Banner Mod Problem

PostAuthor: XHIBIT » Fri Oct 17, 2008 11:44 pm

Yup, that fix isnt working

<BODY><CENTER>{MESSAGE}</CENTER>
<SCRIPT>
setTimeout("document.all['jumplink'].click();",100);
</SCRIPT>
</BODY>

Still leads you back to a white page saying if this page does not reditect click this link.
[url=http][img=center]http://i206.photobucket.com/albums/bb186/XTVMOVIES/LP-ani.gif[/img][/url]
[url=http][img=center]http://i206.photobucket.com/albums/bb186/XTVMOVIES/ALBUM%203/rabbitbanner.jpg[/img][/url]
[url=http][img=center]http://5thshiftradio.top-site-list.com/images/banners/5thshiftradio.jpg[/img][/url]
User avatar
XHIBIT
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Wed Jul 25, 2007 11:44 am
Cash on hand: 0.00

Re: Forum View Banner Mod Problem

PostAuthor: .QUACK.Major.Pain » Mon Oct 20, 2008 4:51 pm

I am guessing you are using the redirect url in the banner edit page and having that problem.

In the Image path/Text/Code: section, try this format:

<a><img></a>

First section has the redirect url link and second has the image link.
The image appears and clicking it will take you where you want.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

Re: Forum View Banner Mod Problem

PostAuthor: XHIBIT » Sat Nov 22, 2008 6:05 am

Yes that a proper HTML image link code, however I know exactly what he was saying. From the banner menu "custom HTML code" must be selected for the banner image and its accompanying embeded URL to even show.
However the problem we both were facing was that annoying Ctracker prompt, if anything other than a direct image link was inserted in the box.

Its a pain in the ass but if you go to your Cpanel, and rename the ctracker folder to ctracker2 before submiting the new banner, then changing it back right afterwards, the banner image WILL show, and when clicked it will direct you to the address embeded in the link without ever seeing that white redirect page.

Also if you want to have the link open in a 2nd window so your visitor or member doesnt leave your website simply add the following code after the url:

target="new"

Just in case you decide its easier to copy and paste heres the complete HTML for the image link to open in a 2nd window after renaming the ctracker folder, and before submiting it.

<a><img></a>

Now submit, and change the ctracker folder back to its original name, then go to the banner and test it.
[url=http][img=center]http://i206.photobucket.com/albums/bb186/XTVMOVIES/LP-ani.gif[/img][/url]
[url=http][img=center]http://i206.photobucket.com/albums/bb186/XTVMOVIES/ALBUM%203/rabbitbanner.jpg[/img][/url]
[url=http][img=center]http://5thshiftradio.top-site-list.com/images/banners/5thshiftradio.jpg[/img][/url]
User avatar
XHIBIT
Integra Member
Integra Member
 
Posts: 113
Likes: 0 post
Liked in: 0 post
Joined: Wed Jul 25, 2007 11:44 am
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot], Majestic-12 [Bot]