MyBB Community Forums

Full Version: Add PayPal Button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone help me adding a PayPal Button here?: http://prntscr.com/9qngvb

I am really new to .php so yeah.

Theme I am using: http://community.mybb.com/mods.php?action=view&pid=265 (Vienna)

My website: www.neuraxgaming.com/forum/

If you need anything else to help you help me just ask me.

I know how to add like the button but I don't know how to choose the button position.
forum admin panel >> Templates & Style >> Templates >> Vienna templates >> Index Page Templates >> index
find code like below
<br />

  <script type="text/javascript">
	jQuery(function(){
		jQuery(".latestthreads").load("http://www.neuraxgaming.com/forum/portal.php .latestthreads_portal");
	});
	</script>

you can add your PayPal button code before above code segment