PDA

View Full Version : [AdminCP] attachment.php?do=search mod style


DeMonViTo
09-28-2014, 08:33 AM
Hi, i need to edit attachment.php?do=search in admincp panel.
I wish that when I try an attachment, I came out the preview (images).

I think it's easy but I do not know where to start :(

Thanks!

tbworld
09-30-2014, 02:31 AM
I do not want to program this for you, so if you can basically understand PHP then I can give you some code that will help you. I do not completely understand what you are looking for, so I am just guessing.

I am guessing that you want to display the images in attachment statistics/ attachment search. I have done this for both thumbnail and images as an additional page query. This is of course server intensive, which is why vbulletin did not create the option (I have direct access to my servers). This is working code, as it was written just to serve a purpose and you will have to modify the files directly for the ACP and handle the output formatting yourself.

:)

DeMonViTo
09-30-2014, 12:16 PM
I do not want to program this for you, so if you can basically understand PHP then I can give you some code that will help you. I do not completely understand what you are looking for, so I am just really guessing.

I am guessing that you want to display the images in attachment statistics/ ttachment search. I have done this for both thumbnail and images as an additional page query. This is of course server intensive, which is why vbulletin did not create the option (I have direct access to my servers). This is working code, as it was written just to serve a purpose and you will have to modify the files directly for the ACP and handle the output formatting yourself.

:)

Ok i edit attachment.php in admincp directory.

Can i write line to edit?