• Regolamento Macrocategoria DEV
    Prima di aprire un topic nella Macrocategoria DEV, è bene leggerne il suo regolamento. Sei un'azienda o un hosting/provider? Qui sono anche contenute informazioni per collaborare con Sciax2 ed ottenere l'accredito nella nostra community!

Condividere post su siti esterni

Riferimento: Condividere post su siti esterni

Prova a sostituire quello di prima con questo: (post_thanks_postbit_info)

<if condition="$post[userid]">
<div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]</div>
<div>
<if condition="$post[post_thanks_thanked_times] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts] == 1">
<DIV align="left"><phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase></DIV>
</if>
</if>
</div>
</if>

Guarda che deve essere al centro... non sinistra :S
 
Riferimento: Condividere post su siti esterni

Guarda che deve essere al centro... non sinistra :S
Ok scusa avevo capito male io allora ...
comunque ecco quà questo ti mette le due scritte del grazie al centro:

<if condition="$post[userid]">
<center><div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]</div></center>
<div>
<if condition="$post[post_thanks_thanked_times] == 1">
<center>$vbphrase[post_thanks_time_post]</center>
<else />
<if condition="$post[post_thanks_thanked_posts] == 1">
<center><phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase></center>
<else />
<center><phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase></center>
</if>
</if>
</div>
</if>

(Sempre da mettere lì)

Adesso vedo come fare per il resto ;)
 
Riferimento: Condividere post su siti esterni

Ok scusa avevo capito male io allora ...
comunque ecco quà questo ti mette le due scritte del grazie al centro:

<if condition="$post[userid]">
<center><div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]</div></center>
<div>
<if condition="$post[post_thanks_thanked_times] == 1">
<center>$vbphrase[post_thanks_time_post]</center>
<else />
<if condition="$post[post_thanks_thanked_posts] == 1">
<center><phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase></center>
<else />
<center><phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase></center>
</if>
</if>
</div>
</if>

(Sempre da mettere lì)

Adesso vedo come fare per il resto ;)

okay, fammi sapere! ;)
 
Riferimento: Condividere post su siti esterni

okay, fammi sapere! ;)
Metti questo in dbtech_usertag_postbit:

<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 1) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 1)"><div><center>{vb:rawphrase dbtech_usertag_mentioned}:{vb:rawphrase dbtech_usertag_x_posts, {vb:raw post.dbtech_usertag_mentions}}</center></div></vb:if>
<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 4) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 4)"><div><center>{vb:rawphrase dbtech_usertag_quoted}:{vb:rawphrase dbtech_usertag_x_posts, {vb:var post.dbtech_usertag_quotes}}</center></div></vb:if>


E vai su postbit_legacy, cerchi questo:
<dl class="userinfo_extra">
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd>{vb:raw post.field2}</dd></vb:if>
<vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>
<dt>{vb:rawphrase posts}</dt> <dd>{vb:raw post.posts}</dd>
e lo sostituisci con:
<dl class="userinfo_extra">
<vb:if condition="$post['joindate']"><div><center>{vb:rawphrase join_date}:{vb:raw post.joindate}</center></div></vb:if>
<vb:if condition="$post['field2']"><div><center>{vb:rawphrase location_perm}:{vb:raw post.field2}</center></div></vb:if>
<vb:if condition="$post['age']"><div><center>{vb:rawphrase age}:{vb:raw post.age}</center></div></vb:if>
<div><center>{vb:rawphrase posts}:{vb:raw post.posts}</center></div>
 
Ultima modifica da un moderatore:
Riferimento: Condividere post su siti esterni

Ho fatto come hai detto tu e il testo si sballava, così ho provato io ed è uscito fuori questo, mi mancano solo quelle scritte da centrare, come faccio?

35b5e1h.png
 
Riferimento: Condividere post su siti esterni

Ho fatto come hai detto tu e il testo si sballava, così ho provato io ed è uscito fuori questo, mi mancano solo quelle scritte da centrare, come faccio?

35b5e1h.png

Uhm strano nel mio forum si vede perfettamente, potresti copiarmi il codice da te modificato? quello in postbit_legacy
che parte da <dl class="userinfo_extra">
 
Riferimento: Condividere post su siti esterni

Uhm strano nel mio forum si vede perfettamente, potresti copiarmi il codice da te modificato? quello in postbit_legacy
che parte da <dl class="userinfo_extra">

Ecco a te:

<vb:if condition="$post['userid']">
<hr />
<dl class="userinfo_extra">
<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd><b>{vb:raw post.joindate}</b></dd></vb:if>
<dt>{vb:rawphrase posts}</dt> <dd><b>{vb:raw post.posts}</b></dd>
<vb:if condition="$post['field2']"><dt>{vb:rawphrase location_perm}</dt> <dd><b>{vb:raw post.field2}</b></dd></vb:if>
<vb:if condition="$post['field5']"><dt>Sesso</dt> <dd><b>{vb:raw post.field5}</b></dd></vb:if>
<vb:if condition="$post['age']"><dt>{vb:rawphrase age}</dt> <dd>{vb:raw post.age}</dd></vb:if>

{vb:raw template_hook.postbit_userinfo_right_after_posts}
</dl>
 
Riferimento: Condividere post su siti esterni


<dl class="userinfo_extra">
<vb:if condition="$post['joindate']"><div><center>{vb:rawphrase join_date}: <b>{vb:raw post.joindate}</b></center></div></vb:if>
<div><center>{vb:rawphrase posts}: <b>{vb:raw post.posts}</center></b></div>
<vb:if condition="$post['field2']"><div><center>{vb:rawphrase location_perm}: <b>{vb:raw post.field2}</b></center></div></vb:if>
<vb:if condition="$post['field5']"><div><center>Sesso: <b>{vb:raw post.field5}</b></center></div></vb:if>
<vb:if condition="$post['age']"><div><center>{vb:rawphrase age}: <b>{vb:raw post.age}</b></center></div></vb:if>

{vb:raw template_hook.postbit_userinfo_right_after_posts}
</dl>
Vedi così...
 
Riferimento: Condividere post su siti esterni

Vedi così...

2r6mrmb.png

Aspetta, ho modificato i css del postbit_legacy ed il risultato è questo di sopra. E se sposto/adatto i codici del post_thanks_postbit_info nel postbit_legacy?
"Grazie ricevuti" e "Menzionato in" seguiranno le regole del testo di sopra, giusto? sai come posso fare per portare le ultime due scritte come quelle di sopra?
 
Riferimento: Condividere post su siti esterni

2r6mrmb.png

Aspetta, ho modificato i css del postbit_legacy ed il risultato è questo di sopra. E se sposto/adatto i codici del post_thanks_postbit_info nel postbit_legacy?
"Grazie ricevuti" e "Menzionato in" seguiranno le regole del testo di sopra, giusto? sai come posso fare per portare le ultime due scritte come quelle di sopra?
Adesso provo a fartelo in quel modo ;)
 
Riferimento: Condividere post su siti esterni

Ho provato così nel post_thanks_postbit_info
<if condition="$post[userid]">
<dt><center><div>$vbphrase[post_thanks_thanks]:</center></dt> <center>$post[post_thanks_user_amount_formatted]</center></div>
<div>
<if condition="$post[post_thanks_thanked_times] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts] == 1">
<phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</div>
</if>
 
Riferimento: Condividere post su siti esterni

Ho provato così nel post_thanks_postbit_info

Aspè, ti spiego meglio. Allora, quello che c'è da fare è spostare il codice dei "grazie ricevuti e menzionato in" nel postbit_legacy, così segue le regole del .css del postbit_legacy stesso. Solo che non so adattarlo al file, come devo modificare in postbit_legacy?
 
Riferimento: Condividere post su siti esterni

Aspè, ti spiego meglio. Allora, quello che c'è da fare è spostare il codice dei "grazie ricevuti e menzionato in" nel postbit_legacy, così segue le regole del .css del postbit_legacy stesso. Solo che non so adattarlo al file, come devo modificare in postbit_legacy?
L'ho adattato così:
<dl class="userinfo_extra">
<vb:if condition="$post['joindate']"><div><center>{vb:rawphrase join_date}: <b>{vb:raw post.joindate}</b></center></div></vb:if>
<div><center>{vb:rawphrase posts}: <b>{vb:raw post.posts}</center></b></div>
<vb:if condition="$post['field2']"><div><center>{vb:rawphrase location_perm}: <b>{vb:raw post.field2}</b></center></div></vb:if>
<vb:if condition="$post['field5']"><div><center>Sesso: <b>{vb:raw post.field5}</b></center></div></vb:if>
<vb:if condition="$post['age']"><div><center>{vb:rawphrase age}: <b>{vb:raw post.age}</b></center></div></vb:if>
<vb:if condition="$post['userid']">
<div>{vb:rawphrase post_thanks_thanks}: {vb:raw post.post_thanks_user_amount_formatted}</div>
<div>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
{vb.rawphrase post_thanks_time_post}
<else />
<vb:if condition="$post[post_thanks_thanked_posts] == 1">
<phrase
1="$post[post_thanks_thanked_times_formatted]">{vb.rawphrase post_thanks_times_post}</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">{vb.rawphrase post_thanks_times_posts}</phrase>
</vb:if>
</vb:if>
</div>
</vb:if>
<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 1) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 1)"><dt>{vb:rawphrase dbtech_usertag_mentioned}</dt> <dd>{vb:rawphrase dbtech_usertag_x_posts, {vb:raw post.dbtech_usertag_mentions}}</dd></vb:if>
<vb:if condition="($vboptions['dbtech_usertag_postbit'] & 4) AND !($vboptions['dbtech_usertag_disabledfeatures'] & 4)"><dt>{vb:rawphrase dbtech_usertag_quoted}</dt> <dd>{vb:rawphrase dbtech_usertag_x_posts, {vb:var post.dbtech_usertag_quotes}}</dd></vb:if>



{vb:raw template_hook.postbit_userinfo_right_after_posts}
</dl>
 
Ultima modifica da un moderatore:
Riferimento: Condividere post su siti esterni

In post_thanks_postbit_info è diverso...
prova con questo
<dl class="userinfo_extra">
<if condition="$post[userid]">
<div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]</div>
<div>
<if condition="$post[post_thanks_thanked_times] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts] == 1">
<phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</div>
</if></dl>
 
Riferimento: Condividere post su siti esterni

In post_thanks_postbit_info è diverso...
prova con questo

Ah okay, grazie mille, mi manca solo da eliminare quegli spazi bianchi che si sono creati, come faccio?
(PS: Grazie per l'infinito aiuto che mi stai dando e la pazienza, sei gentilissimo)

2ljq4qt.png
 
Riferimento: Condividere post su siti esterni

Ah okay, grazie mille, mi manca solo da eliminare quegli spazi bianchi che si sono creati, come faccio?
(PS: Grazie per l'infinito aiuto che mi stai dando e la pazienza, sei gentilissimo)

2ljq4qt.png
Controlla se in dbtech_usertag_postbit,post_thanks_postbit_info e postbit_legacy sono presenti "<dd>" o "<dt>"

Comunque è un piacere per me aiutarti ^^
 
Riferimento: Condividere post su siti esterni

@ebello In tutti e tre i file non sono presenti nessun codice del tipo <dd> o <dt>
 
Riferimento: Condividere post su siti esterni

@ebello In tutti e tre i file non sono presenti nessun codice del tipo <dd> o <dt>
Lo spazio è causato dal
<dl class="userinfo_extra"> e </dl> inserito in post_thanks_postbit_info... dovrei provare a mettere tutto insieme da una parte