- Automatic connection to the database.
- Fixed screen maps
- Submit * to the top view.
- Complete revision of your design.
New Part. - View cover and hint (open window with a view from outside the screen).
- New registration system.
* Unpredictable picture (when appropriate).
- Detecting whether there is an image
HTTPS ==> Demonstration of this
HTTP ==> View by Proxy
PHP
Code:
$url_du_forum = "";
$nom_dossier_defilant = "dirty";
$nom_no_image = "no_image.png";
Tabs are only displayed if you fill in the name of the tab.
Tab example (There are 20 tabs in total)
PHP
Code:
#######################
# Configuration TAB 1 #
#######################
// Affichage du nom dans l'onglet 1 //
$nom_affiche_tabs1 = "";
// Numéro des forums dans l'onglet 1, séparer les ids par une virgule//
$id_forum_tabs1 = "";
WARNING, don't put commas after final ids
Setup:
go to admin ==> Appearance ==> Widget ==> Click "Add a widget"
Widget definition==> HTML
widget key ==> the name of your widget (Example 2019)
Title ==> Movable Jackets
Şablon ==> paste this code
html
Code:
<object type="text/html" width="99.4%" height="400" style="border-radius: 15px;border: 0px solid #ACACAC; height: 400px; width:99.4%;overflow: hidden;" data="/defilant/jaquettes.php" ></object>
If your forum is in a folder (Example: forum)
data = " / forum /defilant/jaquettes.php"
Search in the PAGE_CONTAINER template
Code:
<!--XF:EXTRA_OUTPUT-->
add below
Code:
<xf:widget key="2019" />
The key uses the widget key mentioned above