Jump to content
View in the app

A better way to browse. Learn more.

Next

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Mode admin du forum phpbb2 perdu

Featured Replies

hello

j'ai fait une connerie sur mon portail phpnuke :chinois:

dans l'administration du forum phpbb2 j'ai trafiqué les theme

maintenant j'ai ce message quand je veux aller dans le mod admin du forum

message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php?

que dois je faire ?

merci

++

  • Author

bon on oublie ma première question :chinois:

j'ai trouver un mod permettant de redimensionner automatiquement les photos dans les posts

Ca évite de déformer le forum avec les photos en 1024 par exemple

mais le probleme c'est ca redmimenssionne aussi mon bandeau :ouioui:

Comment éviter cela ?

ouvrir  overall_header.tpl et chercher :

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

remplacer par :

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" onload="resize_images()">

ensuite, trouver :

<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" onload="resize_images()">

ajouter avant :

<script language="javascript" type="text/javascript">
<!--
 function resize_images()
 {
   for (i = 0; i < document.images.length; i++)
   {
     while ( !document.images[i].complete )
     {
      break;
     }
     if ( document.images[i].width > 440 )
     {
       document.images[i].width = 440;
     }
   }
 }

//-->
</script>

Archived

This topic is now archived and is closed to further replies.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.