Can't get it to work

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
User avatar
badger Offline
BBCoder II
BBCoder II
Posts: 28
Joined: 14 Jan 2012, 19:48
Local time: Saturday 12:57
Last active: -

Can't get it to work

Post by badger »

I am using phpbb 3.0.10 with theme called Arrow installed the plugin automatically through Auto Mod and everything was a success. When I finished editing, refreshing my theme, and pure cache it still doesn't work. What am I doing wrong? I get no errors at all and when I click on the image it opens up in full size screen instead of the fancy way. Any help please? Thanks in advance!
User avatar
Stoker Online
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Saturday 22:57
Last active: Online now
Favourite EXT: Forum Goal
Location: Denmark

Can't get it to work

Post by Stoker »

You need to install it to the style you are using.
Right now its probably only installed on prosilver.
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
badger Offline
BBCoder II
BBCoder II
Posts: 28
Joined: 14 Jan 2012, 19:48
Local time: Saturday 12:57
Last active: -

Can't get it to work

Post by badger »

Sorry I didn't mention that but I have installed it to the custom theme. Just to make sure, I upload the edit files to my custom theme correct?
User avatar
Stoker Online
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Saturday 22:57
Last active: Online now
Favourite EXT: Forum Goal
Location: Denmark

Can't get it to work

Post by Stoker »

Have you set the correct attachment settings in ACP? Its explained in the download topic.

You do know that the mod only works on attachments uploaded after you have set the correct attachment settings in ACP?
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
badger Offline
BBCoder II
BBCoder II
Posts: 28
Joined: 14 Jan 2012, 19:48
Local time: Saturday 12:57
Last active: -

Can't get it to work

Post by badger »

Let me break it down for you on What I've done so far...

-Downloaded the mod Pretty Photo Attachment.
-Uploaded via Auto Mod. (success)
-Copied the 3 files that needed to be edited to my custom theme Arrow from prosilver. (Overall_header.html & attachment.html editing those files also)
-Went to ACP and refresh template/pure cache.
-Went to ACP -> General -> Attachment settings (selected YES to Create thumbnail & Maximum thumbnail width in pixel with 200.

I noticed there was another file at the bottom of the downloads "photoshop" and uploaded those overwriting the first mod. (newer and updated version?)

Still doesn't work.
User avatar
Stoker Online
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Saturday 22:57
Last active: Online now
Favourite EXT: Forum Goal
Location: Denmark

Can't get it to work

Post by Stoker »

Then give me a link to a topic where this mod is in use.
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
badger Offline
BBCoder II
BBCoder II
Posts: 28
Joined: 14 Jan 2012, 19:48
Local time: Saturday 12:57
Last active: -

Can't get it to work

Post by badger »

platoonunited [dot] com/phpbb/viewtopic.php?f=2&t=12

it says i'm not authorized to post url links
User avatar
Stoker Online
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Saturday 22:57
Last active: Online now
Favourite EXT: Forum Goal
Location: Denmark

Can't get it to work

Post by Stoker »

You have jquery added twice. Delete the part from mchat:<script type="text/javascript" src="./mchat/jquery-1.5.0.min.js"></script>
Its in overall_header.html
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
badger Offline
BBCoder II
BBCoder II
Posts: 28
Joined: 14 Jan 2012, 19:48
Local time: Saturday 12:57
Last active: -

Can't get it to work

Post by badger »

I did that in my arrow theme (overall_header.html)

Code: Select all

<!-- IF S_MCHAT_ENABLE and (S_MCHAT_ON_INDEX or U_MCHAT) -->

<script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script>
<!-- ENDIF -->
it was on top of the bottom one. Is this the right one?

Refreshed and pure cache but still doesnt work :/
User avatar
Stoker Online
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Saturday 22:57
Last active: Online now
Favourite EXT: Forum Goal
Location: Denmark

Can't get it to work

Post by Stoker »

Now upload the included jquery 1.4.4 file to the prettyphoto folder
~ The greatest achievement in life is to inspire ~
Regards Stoker