TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 17, 2024, 06:08:50 AM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,189
  • Total Topics: 21,220
  • Online today: 59
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 48
  • Total: 48

Url real para rankear un articulo

Started by estecb, March 05, 2009, 03:47:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

estecb

Que tal? (si, hice un post similar en la parte internacional, pero seguramente aca encontrare una solucion mas rapida).

Estoy intentando cambiar el sistema de rankeo (votos) de articulos. En lugar del codigo form por default, quiero hacerlo por tags ul y li (no se como se lo llamada).

Por ejemplo si rankeo un articulo con 5 puntos...

El form haria algo como:

http://www.myweb.com/index.php?action=tpmod;[article_id];[session_id];sa=rate_article#5

obviamente no es el codigo correcto...

Tengo un ejemplo en html que podria ayudarlos a entender lo que quiero:

<ul class="star-rating">
<li class="current-rating" style="width:[var.rate]%;"></li>
<li><a href="yourweb.com/rate.php?rate_id=[var.vid]&amp;rate=1" title="1 star out of 5" class="one-star">1[/url]</li>
<li><a href="yourweb.com/rate.php?rate_id=[var.vid]&amp;rate=2" title="2 stars out of 5" class="two-stars">2[/url]</li>
<li><a href="yourweb.com/rate.php?rate_id=[var.vid]&amp;rate=3" title="3 stars out of 5" class="three-stars">3[/url]</li>
<li><a href="yourweb.com/rate.php?rate_id=[var.vid]&amp;rate=4" title="4 stars out of 5" class="four-stars">4[/url]</li>
<li><a href="yourweb.com/rate.php?rate_id=[var.vid]&amp;rate=5" title="5 stars out of 5" class="five-stars">5[/url]</li>
</ul>

Lo unico que necesito es la url real que envia el form, para entender como funciona y hacer el resto yo.

muchas gracias de ante mano


Link to my site: http://www.akademia.com.ar
SMF version: SMF 1.1.8
TP version: TP v0.9.8
Theme name and version: Default
Mods installed: none
Related Error messages: none