Página 1 de 1

ventanita del mod aos notifications

Publicado: 27 Oct 2011, 16:33
por Megabyte
mod: http://www.phpbb-es.com/foro/mods-desar ... 34010.html

Cual mod podría estar teniendo interferencia, para no abrirme la ventanita de las notificaciones...
porque le doy click a la imagen y no abre la ventanita o popup, sino q me manda directamente a la pagina del mod.
De ahi todo muy bien, EXCELENTE mod, Alorse.

no me digan que es el estilo... :S , bueno, si es eso, pues ni modo.

Re: ventanita del mod aos notifications

Publicado: 27 Oct 2011, 17:56
por Alorse
No creo que sea otro MOD ni tampoco la plantilla.
Te fijaste en hacer correctamente los cambios del archivo overrall_header.html y en subir el script que incluye el MOD?
Ya actualizaste la plantilla, el estilo y limpiaste el caché como se indica en las instrucciones?

Re: ventanita del mod aos notifications

Publicado: 27 Oct 2011, 20:23
por Megabyte
Si todo bien... archivos subidos, cambios en archivos, todo.. :S

Es de los mods más fáciles de instalar. :)

incluyendo el borrado de cache a mano..(ftp)

Re: ventanita del mod aos notifications

Publicado: 27 Oct 2011, 20:27
por Alorse
Puedes dejar un usuario de prueba?

Re: ventanita del mod aos notifications

Publicado: 27 Oct 2011, 20:32
por Megabyte
SPOILER_SHOW
Contenido Oculto
Este foro requiere que este registrado e identificado para ver el contenido oculto.
Tengo colocado el codigo del overall en dos partes para probarlo.

Me avisas si funciona. :D

EDITO:
COMO que ya está funcionando... :)
luego de haber borrado cache a mano.

Re: ventanita del mod aos notifications

Publicado: 27 Oct 2011, 20:50
por Alorse
Megabyte escribió:EDITO:
COMO que ya está funcionando...
luego de haber borrado cache a mano.
Me alegra, yo no pude entrar con los datos que dejaste.
Si esta funcionando correctamente, puedes marcar el tema como solucionado.

Re: ventanita del mod aos notifications

Publicado: 27 Oct 2011, 20:56
por Megabyte
Solo veo el fondo de la ventanita transparente (entoncs no mucho se entiende x las letras de atras.)...dejame que termine de checkar eso... y lo cierro..dame time.
Contenido Oculto
Este foro requiere que este registrado e identificado para ver el contenido oculto.

Re: ventanita del mod aos notifications

Publicado: 30 Oct 2011, 02:48
por Alorse
Ya pudiste solucionar esto?

Re: ventanita del mod aos notifications

Publicado: 30 Oct 2011, 03:07
por Megabyte
Pues te cuento que modifique el /styles/modestus/template/aos_notifications.html, dejandolo asi (aunq no mucho me convece), porque el estilo hacia q el titulo de cada division estuviera sobre el icono del titulo q trae por defecto en las etiquetas <h3>:
SPOILER_SHOW

Código: Seleccionar todo

<!-- IF S_USER_LOGGED_IN and not S_IS_BOT and NOTIFICATIONS_ON and ANYLINK and NOTIFICATIONS_UCP_ON -->
<div id="notifications" class="forabg noty">
        <ul class="topiclist">
            <li class="header">
                <dl class="icon"><dt>{L_UCP_NOTIFICATIONS}</dt></dl>
            </li>
        </ul>

        <div class="panel bg3" style="padding: 5px;">
            <!-- IF UPIMP_ON and .notifications -->

            <!-- BEGIN notifications -->
            <a href="{notifications.POST_LINK}">{notifications.MINI_POST_IMG}</a> {notifications.POST_AUTHOR}{L_WROTE_IN}<a href="{notifications.POST_LINK}" title="{notifications.TOPIC_TITLE}" ><strong>{notifications.TOPIC_TITLE}</strong></a><!-- IF not my_followers.S_LAST_ROW --><hr /><!-- ENDIF -->
            <!-- END notifications -->
            <!-- ENDIF -->
            <!-- IF FMT_ON and .my_followers -->
            <h3>{L_FOLLOWING_TOPIC_T} ({L_RANDOM})</h3>

            <!-- BEGIN my_followers -->
            <div class="icon-subscribe">
                {my_followers.USER}{L_FOLLOWING_TOPIC}<a href="{my_followers.TOPIC_LINK}" title="{my_followers.TOPIC_TITLE}" ><strong>{my_followers.TOPIC_TITLE}</strong></a>
            </div><!-- IF not my_followers.S_LAST_ROW --><hr /><!-- ENDIF -->
            <!-- END my_followers -->
            <br />
            <!-- ENDIF -->
            <!-- IF BMT_ON and .my_bookmarks -->
            <h3>{L_BOOKMARKS_TOPIC_T} ({L_RANDOM})</h3>
            <!-- BEGIN my_bookmarks -->
            <div class="icon-bookmark" style="border: none; padding-left: 20px;">
                {my_bookmarks.USER}{L_BOOKMARKS_TOPIC}<a href="{my_bookmarks.TOPIC_LINK}" title="{my_bookmarks.TOPIC_TITLE}" ><strong>{my_bookmarks.TOPIC_TITLE}</strong></a>
            </div><!-- IF not my_bookmarks.S_LAST_ROW --><hr /><!-- ENDIF -->
            <!-- END my_bookmarks -->
            <br />
            <!-- ENDIF -->

        
        <!-- IF VIEW_MORE_NOTIFICATIONS -->
       <br /><br /><a href="{U_NOTIFICATIONS}" title="{L_VIEW_MORE}"><h3>{L_VIEW_MORE}</h3></a>
        <!-- ENDIF -->

</div>
       
</div>
<!-- ENDIF -->
Aunq se ve asi:
Imagen

y lo otro q aun no he chequeado es esto:

Imagen

:lee

Re: ventanita del mod aos notifications  Tema Solucionado

Publicado: 30 Oct 2011, 03:18
por Alorse
El problema es con el estilo, al ser un estilo tan poco usual, pero en el archivo notifications.css puedes modificar todo eso, obviamente con algo de conocimiento en CSS.
Megabyte escribió:y lo otro q aun no he chequeado es esto:
Lo puedes arreglar ya sea editando o moviendo el icono a.world o el número span.unnum

Re: ventanita del mod aos notifications

Publicado: 30 Oct 2011, 03:26
por Megabyte
Alorse escribió:Lo puedes arreglar ya sea editando o moviendo el icono a.world o el número span.unnum
Si eso habia visto, pero aun no lo he tocado... ya veré...
Y claro, el estilo es como dices inusual, pero que le puedo hacer.. me agrada..jejeje...

Oye, Gracias Alorse
Eres un buen amigo... saludos.