Help Installing MOD

ℓєσ gнσѕт

Seasoned Veteran
Joined
Sep 17, 2015
Messages
4,304
Reaction score
1
FP$
6
Yeah, im really new at all this...Im running phpBB3, latest release, on a paid ftp server. Im trying to install the Advertisement Management MOD which I found at the following link.
http://www.phpbb.com/community/viewtopi ... &t=1146135

Im not using the style it was made to fit, so its a no-duh that its going to take some guessing and trial and error on the file edits. My biggest question is, where do I copy the files that came with the MOD to? It states I should copy them using this format:
30sdrg5.webp

The way my ftp server is setup is a tad weird. The forum isnt installed on the main directory, but another branch off of it, which i named /forum
I tried uploading the entire /root folder from the install folder and it gave me errors when trying to access my board. The errors stated that the files couldnt be found, which makes me think im putting them in the wrong spot.

So heres my questions:
1. Can I (With some editting) use this MOD with any skin?
2. Where should I copy the root/*.* to on my ftp server?

As a side note, I would also like to ask about adding a url icon to my site using a meta tag. Because the forum doesnt have headers and footers in the ACP, im assuming id just edit the meta tags directly into the overall_header.html file in styles -> avalonblue -> template
Or is there another place I need to edit as well, such as an index page somewhere? The only reason I ask is because when I insert
Code:
<LINK rel="shortcut icon" href="http://i35.tinypic.com/2d8qhlg.jpg" type="image/x-icon">
(Being My Meta Tag) Into the overall_header.html file nothing happens.

Thanks for any help you guys can offer.
 
The upload file action is like that becuase the MOD author is lazy and didn't write it out, you simply upload the files from your computer to your phpBB3 forum to the same folder, e.g.
If the file on your compueter is in:
MOD_FOLDER_NAME/root/includes/functions_mod.php

You upload that file to
mysite.com/phpBB3/includes/functions_mod.php

root = where phpBB3 is located.
eg. root/includes/ is equal to mysite.com/phpBB3/includes/

Don't copy the entire root folder into mysite.com/phpBB3/root/, just uplaod the contents of root to mysite.com/phpBB3/ (or mysite.com/forum/, mysite.com/board/ etc. etc.)

Avalonblue is a subsilver2 based style, so follow the instructions for subsilver2 based styles that come with the MOD for the template edits and the MOD will work just fine with avalonblue.

And for the favicon, yes, just add:
Code:
<link rel="shortcut icon" href="http://i35.tinypic.com/2d8qhlg.jpg" type="image/ico" />
Somewhere between <head> and </head> in overall_header.html
 
Thanks for the icon help, worked like a charm. I understand the MOD install now, I just wasnt sure what to put where. I actually found that spyka's advertisment MOD works much better. I installed it without any issues, and even though its fairly basic, I have the general idea of where to go from there. Thanks for all of your help -😉-
 
Back
Top Bottom