annuncio

Comprimi
Ancora nessun annuncio.

Timeline - forum

Comprimi
Questa è una discussione evidenziata.
X
X
Comprimi
Currently Active Users Viewing This Thread: 0 (0 members and 0 guests)
 
  • Filtro
  • Ora
  • Visualizza
Elimina tutto
nuovi messaggi

  • Timeline - forum

    15.05.2016 - BliNeR-KeY


    - Cancellato vecchie faccine
    - Add 50 nuove faccine
    - Add lingua DE
    - Add lingua FR
    - Update lingua IT
    - Convertito totalmente database in latin1_swedish_ci ( possibile errori ) segnalare
  • #2

    Re: Timeline - forum

    - Removed 50 faccine
    - Add 662 Faccine size 75x75
    - Add vBNotifications PRO
    - Remove Defult Style
    - Add defult Style modern ( da sistemare matteokarol )
    - Upgrade vbulletin-mobile-style-premium (fixed matteo non deve fare niente)
    - Add Nuovo vbulletin-modern ( da sistemare matteokarol )
    - Add 14 Faccine piu carine Grazie @d2mac

    COMMENTA

    • #3

      Re: Timeline - forum

      - FIX anteprima Imagini allegati in forum
      - FIX instant email notification

      COMMENTA

      • #4

        Re: Timeline - forum

        - Add useragent vbulletin

        COMMENTA

        • #5

          Re: Timeline - forum

          - FIX meteo ( milano solo per il momento ) grazie aiuto di matteokarol

          COMMENTA

          • #6

            Re: Timeline - forum

            - Add Users Avatar - Consiglio di usare il vostro Avatar personalizzata 80x80

            codice:
            http://www.vbulletin.org/forum/showthread.php?t=268618
            Ultima modifica BliNeR-KeY; 20-05-16, 15:40.

            COMMENTA

            • #7

              Re: Timeline - forum

              - Add Username HTML Markup 4.2.x

              codice:
              http://www.vbulletin.org/forum/showthread.php?t=229146

              COMMENTA

              • #8

                Re: Timeline - forum

                ripristinato link in top bar precisamente quelli in alto facebook twetter ecc ecc ciao
                Ftp Edit Non Completo

                diamond_dash autoclick
                FreeServer Converter
                Screenshot tools

                COMMENTA

                • #9

                  Re: Timeline - forum

                  - Add Avatar chatbox

                  codice:
                  http://www.vbulletin.org/forum/showthread.php?p=2571097#post2571097

                  COMMENTA

                  • #10

                    Re: Timeline - forum

                    - ADD HTTPS - SSL ACCESS / THX AVG ANTIVIRUS / 90 DAYS FREE
                    - ADD HTTPS RewriteCond
                    codice:
                    RewriteCond %{HTTPS} off
                    # First rewrite to HTTPS:
                    # Don't put www. here. If it is already there it will be included, if not
                    # the subsequent rule will catch it.
                    RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
                    # Now, rewrite any request to the wrong domain to use www.
                    RewriteCond %{HTTP_HOST} !^www\.
                    RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
                    - FIX Permanent Meteo in chrome etc broswer ( thx matteokarol )

                    COMMENTA

                    • #11

                      Re: Timeline - forum

                      - FIX Html Color Filemaster
                      codice:
                      #000080
                      - FIX Html Color Special FreinDs
                      codice:
                      #800080'
                      - ADD Plugin [USML] Notice - No Avatar
                      codice:
                      http://www.vbulletin.org/forum/showthread.php?t=277547&highlight=Avatar

                      COMMENTA

                      • #12

                        Re: Timeline - forum

                        - ADD Dramatar Avatars! The More Dramatic, Dynamic Avatar

                        codice:
                        http://www.vbulletin.org/forum/showthread.php?t=269888&highlight=Avatar

                        COMMENTA

                        • #13

                          Re: Timeline - forum

                          - FIX Registered Users - show VSa - Advanced Forum Statistics
                          - Add Notice - Full Acces Forum

                          codice:
                          {username} Per Avere Full Acceso in forum - Vogliamo în cambio da te solo un salutino.
                          Non ci Serve Altro <a href="forumdisplay.php?f=167">Apri un Post</a>!
                          entro 60 -90 Secondi avrai acceso e altri colori.

                          COMMENTA

                          • #14

                            Re: Timeline - forum

                            - Fix post_thanks_postbit_info

                            remove

                            codice:
                            <vb:if condition="$post['userid']">
                                <!-- Thanks -->
                            <vb:if condition="$post['post_thanks_thanked_times'] == 1">
                            
                            <tr><td class="legacystats">
                            <div align="center"><span class="legacytext">Thanked: 1</span></div>
                            </td></tr>
                            
                            <vb:else />
                            
                            <tr><td class="legacystats">
                            <div align="center"><span class="legacytext">Thanked: {vb:raw post.post_thanks_thanked_times}</span></div>
                            </td></tr>
                            
                            </vb:if>
                            <!-- /Thanks -->
                            </vb:if>
                            Add

                            codice:
                            <vb:if condition="$post['userid']"> 
                                <dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd> 
                                <vb:if condition="$post['post_thanks_thanked_times'] == 1"> 
                                    <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd> 
                                <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" /> 
                                    <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post,{vb:raw post.post_thanks_thanked_times_formatted}}</dd> 
                                <vb:else /> 
                                    <dd style="white-space:nowrap; display:inline; float: ">{vb:rawphrase post_thanks_times_posts,{vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd> 
                                </vb:if> 
                            </vb:if>

                            COMMENTA

                            • #15

                              Re: Timeline - forum

                              - ADD NEW

                              codice:
                              
                              <!-- Notification Alert -->
                              <style type="text/css">
                              .alert {
                              	background-color:#F00;
                              	width:100%;
                              	height:30px;
                              	color:#fff;
                              	font-size:14px;
                              	display:block;
                              }
                              .alert p {
                              	padding:5px;
                              }
                              .alert a {
                              	color:#ccc;
                              	text-decoration:none; 
                              }
                              .alert a:hover {
                              	color:#fff;
                              	text-decoration:underline; 
                              }
                              #slidealert {
                                  display: none;
                              	height:auto;
                              	padding-bottom:5px;
                              	background-color: #F00;
                              }
                              #slidealert a {
                              	text-decoration:none;
                              	color:#CCC;
                              	padding:5px;
                              }
                              #slidealert a:hover {
                              	text-decoration:underline;
                              	color:#fff;
                              }
                              </style>
                              <script src="jquery.js" type="text/javascript"></script>
                              <script type="text/javascript">
                              //<![CDATA[
                              function ShowHide(){
                              $("#slidealert").animate({"height": "toggle"}, { duration: 1000 });
                              }
                              //]]>
                              </script>
                              <vb:if condition="$notifications_total">
                              <div class="alert">
                              <p><span style="text-decoration:blink; font-weight:bold;">ATTENTION! {vb:raw bbuserinfo.username}</span> You've got {vb:raw notifications_total} new notification(s), click <a onclick="ShowHide(); return false;" href="#">here</a> to view.</div><div id="slidealert">{vb:raw notifications_menubits}<a onclick="ShowHide(); return false;" href="#">Close</a></div></p>					
                              </vb:if>
                              <!-- Notification Alert End -->
                              - REMOVED PROBLEM WITH METEO
                              Ultima modifica BliNeR-KeY; 31-05-16, 18:05. Motivo: - REMOVED PROBLEM WITH METEO

                              COMMENTA

                              Sto operando...
                              X