MyBB Community Forums

Full Version: i want code please
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On other topics I want and how I put in the code cp

please

Wink
Can you elaborate on what you want to do? I'm not sure I understand you.
Where do I put after the code was taken from the site in cp

http://s1.rsspump.com/rss.aspx

sorry this

http://s1.rsspump.com

I want to put the code in the forum How to Control Panel

Control Panel
When you say "Control Panel", do you mean the Admin Control Panel or User Control Panel?
Admin Control Panel
The easiest way would be to hardcode it.

Edit ./admin/inc/class_page.php

Find:

echo "<div id=\"container\">\n";

Add underneath:

echo 'CODE GOES HERE';

Replace CODE GOES HERE with the code provided by that website. Simply save and upload.
thank u very very much