Pagina 1 din 1

nu imi functioneaza remove_images

Scris: 27-Apr-2006, 12:37:18
de ERASER
am instalat remove_images care contine un fisier mod....am modificat in viewtopic....dar nu sti ca nu s-a modificat nica in forum..trebuie sa sterg mod-ul din ftp?

Re: nu imi functioneaza remove_images

Scris: 27-Apr-2006, 13:41:20
de flowers
ERASER scrie:am instalat remove_images care contine un fisier mod....am modificat in viewtopic....dar nu sti ca nu s-a modificat nica in forum..trebuie sa sterg mod-ul din ftp?
Un link catre MOD ai?

Scris: 27-Apr-2006, 16:10:08
de ERASER
nu nu am link catre mod..poti sa ma ajuti te rog!?

Scris: 27-Apr-2006, 18:05:01
de flowers
ERASER scrie:nu nu am link catre mod..poti sa ma ajuti te rog!?
Pai de unde ai luat MODul? Cum sa te ajut daca nu stiu despre ce e vorba?

Scris: 27-Apr-2006, 18:35:22
de ERASER
nu intelegeam despre ce link )) sory
uite
dload.php?action=category&cat_id=28

Scris: 28-Apr-2006, 18:01:10
de flowers
Ai citit cu atentie ce scrie in Author Notes?

Cod: Selectaţi tot

##  Selecting the forum:
##    At the line 'if($forum_id == 1)' replace the 1 with the forum id (viewforum.php?f=[ID])
##    of the forum you wish to affect.
##
##  Selecting multiple forums (less than half of total):
##    If you have more than one forum you wish to remove images from, change the 'if($forum_id == 1)'
##    to 'if($forum_id == 1 || $forum_id == 2)' for $forum_id's 1 and 2,
##    'if($forum_id == 1 || $forum_id == 2 || $forum_id == 3)' for $forum_id's 1, 2, and 3, etc.
##
##  Selecting multiple forums (more than half of total):
##    If you want to remove image from more than half of your forums, do the above for the forums
##    that _will_ have images, but instead of '==' use '!=', because this way you have less to
##    actually type.
##
##  Removing avatars:
##    At the line '//$poster_avatar = '';' remove the comment slashes (//) in order to remove
##    avatars.
##
##  Replacing avatars:
##    Uncomment the '//$poster_avatar = '';' line, and place something between the quotes in order to
##    replace the avatar with something of your own. example:
##      $poster_avatar = '[No avatars allowed in this forum]';
##
##  Replacing images:
##    Rather than removing the images entirely, you can replace then with something else by
##    changing the line '$replace = '';' with what you want to replace. I you want to use HTML,
##    HTML will have to be enabled on your board and the user will need HTML to be enabled.
##    If you want to use BBCode, you'll have to add the id to the tag. example:
##      $replace = '[img:'.$user_sig_bbcode_uid.']noimgsallowed.gif[/img:'.$user_sig_bbcode_uid.']';
##
##  Replacing images with the image url:
##    If you uncomment the line '//$replace = '\\1';', then only the [img] and [/img] will be removed,
##    not the url of the image. So, '[img]http://mysite.com/myimage.gif[/img]' will become
##    'http://mysite.com/myimage.gif'

Scris: 28-Apr-2006, 18:32:32
de ERASER
mda..am uitat asa acum mi-am dat seama..10x