MyBB Community Forums

Full Version: Where to change the image path?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where can I find this code? I'm trying to edit my image path on my forum since it's linked to a wrong directory.

var cookieDomain = "";
	var cookiePath = "/";
	var cookiePrefix = "";
	var deleteevent_confirm = "Are you sure you want to delete this event?";
	var removeattach_confirm = "Are you sure you want to remove the selected attachment from this post?";
	var loading_text = 'Loading. <br />Please Wait..';
	var saving_changes = 'Saving changes..';
	var use_xmlhttprequest = "1";
	var my_post_key = "";
	var imagepath = "";


EDIT: Can a MOD edit my thread title,please?
Go to Templates & Settings, click the template you're using, there should be a setting for image directory on that page.
Ungrouped Templates > headerinclude.
ACP >> Templates & Style >> Themes >> yourtheme

Scroll down to Image Directory and change the path there.
Found it! Thanks for helping, Alan. Big Grin