Is there a list of the mods that could be installed with EM?

Wondering why that MOD you have won't install correctly? Let's take a look
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
flesh
Posts: 139
Joined: Tue Aug 01, 2006 3:28 pm

Re: Is there a list of the mods that could be installed with

Post by flesh »

Nightrider wrote: I'm sure that varies from template to template. What template are you using? Do you have a download link for the template if it's not subSilver???

Image

what do you mean ... i use subBlack ... thanks to you now the moderators and administrators are with the same colour with normal users .... but their nicks are still bold ... so they are still different ... do you have any Idea how to make them just normal ... not bold ! ?
Image

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: Is there a list of the mods that could be installed with

Post by Nightrider »

My copy of subBlack doesn't have the Moderator and Admin text set as bold. Have you added a MOD that might have done it? I would need to see text links to your subBlack/index_body.tpl and includes/page_header.php files if you want me to figure it out for you...

Creating text Links for phpBB files

First create a duplicate of the phpBB file on your PC, then rename the file by adding .txt to the end of the file name. Next upload the file to a location on your FTP Server accessible to the public and provide a link back here for us to analyze it...

The path to your file could look something like this now:

Code: Select all

http://yourdomain.com/downloads_folder/index_body.tpl.txt
http://yourdomain.com/downloads_folder/page_header.php.txt
Image

flesh
Posts: 139
Joined: Tue Aug 01, 2006 3:28 pm

Re: Is there a list of the mods that could be installed with

Post by flesh »

Yes thank you ... i found this in page_header.php

Code: Select all

if ( $row['user_level'] == ADMIN )
				{
					$row['username'] = '<b>' . $row['username'] . '</b>';
and removed the bold tag... and the same with the Moderator ... thanks for the help !

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: Is there a list of the mods that could be installed with

Post by Nightrider »

EXcellent!!! Congratulations flesh!!!

Image

flesh
Posts: 139
Joined: Tue Aug 01, 2006 3:28 pm

Re: Is there a list of the mods that could be installed with

Post by flesh »

Nightrider wrote: EXcellent!!! Congratulations flesh!!!

Image

ooh i woldnt do it without your help :)

aaam do someone now was there a mod with wich each user can upload images but they dont actually upload ot the forums folder but on another site ... and makes no bandwith ... i think i new it but now i cant find it :(

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: Is there a list of the mods that could be installed with

Post by Nightrider »

You can try the ImageShack Upload panel MOD that I wrote. Just search for and download ImageShack_Upload_Panel_1.2.0.zip and install it like any other MOD...

downloads/phpBB/MODs/Add_Ons/ImageShack

You will probably have to adjust the background color in the subSilver/image_shack_body.tpl file to match the background of your Posting Body pages in each template that you are using. The T_TR_COLOR2 setting isn't working and I haven't had a chance to fix it yet. Just do the following:

Ok, do this:

OPEN
templates/(every template)/image_shack_body.tpl

FIND

Code: Select all

style="background-color:{T_TR_COLOR2}"
REPLACE WITH - any color that you prefer (#FFFFFF is white)

Code: Select all

style="background-color:#FFFFFF"
Save, upload, and try again using EM...

There are also other ImageShack MODs available in the phpBB MOD Database but from what I have seen, my version is arranged better...

Once you have the ImageShack Upload panel installed, your members can upload graphics to the ImageShack servers, then ImageShack provides links that can be posted back into your messages to display the image. I always use the last link provided and embed it between Image tags...

Image

flesh
Posts: 139
Joined: Tue Aug 01, 2006 3:28 pm

Re: Is there a list of the mods that could be installed with

Post by flesh »

Nightrider wrote: You can try the ImageShack Upload panel MOD that I wrote. Just search for and download ImageShack_Upload_Panel_1.2.0.zip and install it like any other MOD...

downloads/phpBB/MODs/Add_Ons/ImageShack

You will probably have to adjust the background color in the subSilver/image_shack_body.tpl file to match the background of your Posting Body pages in each template that you are using. The T_TR_COLOR2 setting isn't working and I haven't had a chance to fix it yet. Just do the following:

Ok, do this:

OPEN
templates/(every template)/image_shack_body.tpl

FIND

Code: Select all

style="background-color:{T_TR_COLOR2}"
REPLACE WITH - any color that you prefer (#FFFFFF is white)

Code: Select all

style="background-color:#FFFFFF"
Save, upload, and try again using EM...

There are also other ImageShack MODs available in the phpBB MOD Database but from what I have seen, my version is arranged better...

Once you have the ImageShack Upload panel installed, your members can upload graphics to the ImageShack servers, then ImageShack provides links that can be posted back into your messages to display the image. I always use the last link provided and embed it between Image tags...

Image

thank you but from where exacly to download it :?:
The link you gave me is showing a page with a lot of mods ... i found image sack ... thiese files:
ImageShack_PathChange_NewerVersion.zip
ImageShack_PathChange_OlderVersion.zip
ImageShack_Upload_Panel_1.2.0.zip
What exacly to use ?

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: Is there a list of the mods that could be installed with

Post by Nightrider »

Yes, just download the ImageShack_Upload_Panel_1.2.0.zip file. I should probably remove the other two links...

Image

flesh
Posts: 139
Joined: Tue Aug 01, 2006 3:28 pm

Re: Is there a list of the mods that could be installed with

Post by flesh »

Nightrider wrote: Yes, just download the ImageShack_Upload_Panel_1.2.0.zip file. I should probably remove the other two links...

Image

oooh thank you it works perfect !
And is there a limit of the images to upload ?

Nightrider
Registered User
Posts: 7219
Joined: Tue Nov 16, 2004 8:54 pm
Location: Florida, US
Contact:

Re: Is there a list of the mods that could be installed with

Post by Nightrider »

There is no limit on what you can upload. You are one of the few people to have that MOD installed on your forum. I have not submitted it to any database, so only those who know me get it for now...

If the background color doesn't match your template, go ahead and do what I mentioned above to get the panel to blend with your posting_body.tpl page...

Congratulations on another successful install flesh!!!

Image

Locked