Quote:
Originally Posted by y2ksw
Ha! You wanna black magic!
I imagine you are talking about a static HTML page on CMS?
Please try iframe, it's the one ... for example:
PHP Code:
<iframe src="url_to_any page" style="border: none; overflow: hidden; width: 100%; height: auto;" >
Please wait while loading ...
</iframe>
Please do the styling with somebody else, I just tried to guess right 
|
Not on CMS, just a static page.
The iframe works but there's no way to show a different iframe automatically when an advertiser wants to view their ad statistics. I need the banner stats file itself to be formatted to match the forum.
In this thread here by Lynne, it teaches you how to create your own custom vbulletin page.
https://vborg.vbsupport.ru/showthread.php?t=228112
So what I tried to do was simply, take the code from the rbs banner stats php file and add it to the template for the custom page. The only problem is for some reason when you copy/paste the code from the original stats file into the template for the custom page it breaks the page, it's not formatted correctly.
Any way you can help me (or us) achieve that?