| Infopages-Plugin | |
|---|---|
| |
| Autor | sz3 |
| Autor | GodMod |
| Last Version | 0.3.0 |
| Last stable Version | 2.1.6 |
Contents |
Infopages are a great way to customize your EQDKP. With infopages you can place almost any content you like right in your portal, turning your portal into a very flexible front end for your website. While it is not as flexible as Joomla or another web portal tool, it does keep you the user to a somewhat uniformed appearance, thus keeping it simple and making your site look great.
Leave this checked unless you are having severe transfer issues, because Updates bring you new features, bug- and security-fixes.
Enables the TinyMCE-WYSIWYG-Editor. Turning it off allows for the pasting of coded content like HTML much more clean and easy.
Row count simply changes the height of the editor area. Has no function is the next function is activated.
Will automatically resize the WYSIWYG-Textarea.
All the pages follow a specific format.
it will look like this
http://your-domain.com/eqdkp/plugins/info/info.php?s=&page=1
When you create a page, there is always a number next to its title in the first dropdown. That number corresponds with the page= number at the end of the url. So if you want to link to "Raid Reports : 3" like in my image above you would simly change the page=3 at the end.
Now as far as content, you can do many things. The most requested item I have heard asked for is Raid reports. You can see how in my image above that I placed multiple links to other Infopages. Well the content on those pages looks like this:
<script language="JavaScript">
<!--
function autoResize(id){
var newheight;
var newwidth;
if(document.getElementById){
newheight=document.getElementById(id).contentWindow.document .body.scrollHeight;
newwidth=document.getElementById(id).contentWindow.document .body.scrollWidth;
}
document.getElementById(id).height= (newheight) + "px";
document.getElementById(id).width= (newwidth) + "px";
}
//-->
</script>
<IFRAME SRC="http://your-domain.net/raidreports/July12/index.html" width="100%" height="1000" scrolling="auto" id="iframe1" marginheight="0" frameborder="0" onLoad="autoResize('iframe1');"></iframe>
In this instance, I have placed the content into a page that generates all the Event horizon data into an IFRAME. Then I use my links page to point to each one.
You could place anything inside the infopage... Here is an example of flash content:
<p align="center"> <script type="text/javascript"><!-- // DECLARE THE VALUES FOR THE FOLLOWING VARIABLES var movieId = "gallery"; var movieSrc = "http://your-domain.com/eqdkp/images/someflash.swf"; var movieWidth = "400"; var movieHeight = "300"; var altLinkURL = "http://www.macromedia.com/go/getflashplayer"; // --></script> <script src="http://yourdomain.com/scripts/flashSniffer_V9.js" type="text/javascript"></script> </p>
Here all you would need to adjust is the Variables for your flash object.
Please ask for Support in following sections of our Forum:
Please do not write unprompted private messages to me!!
If you like this plugin, you can donate here: Amazon-Wishlist Paypal
This Plugin is available under the Creative Commons Licence: Attribution-Noncommercial-Share Alike 3.0 Unported.