Jump to content

Recommended Posts

  • Moderators
Posted

Ca să vezi sursa paginii forumului respectiv faci cum ți-am dat eu. Sau, mai simplu intri cu Internet Explorer și dai click dreapta-vizualizare sursă.

e vechi de 10 ani acel articol

  • Moderators
Posted

După vreo câteva minute minute de spart capu cu HTML-urile astea a rezultat următorul cod:

 

AdminCP -> System -> System Settings -> System -> Ad Code Integration -> Sidebar Code

 





<div class='ipsSideBlock clearfix'>
<h3>Votează serverle noastre</h3>
<br />
<div class='_sbcollapsable'>
<ul class='ipsList_withminiphoto'>
<center>
<a href="#" class='ipbmenu' id='primary_extra'>NUME CĂSUŢĂ <img src='http://i.imgur.com/suW8EM4.png' /></a>
                    
                </ul>
                
			</div>
            
			
			<ul id='primary_extra_menucontent' class='ipbmenu_content' style='display: none'>
				<li><a href="http://www.createawebsite.cc">Create a website</a>			</ul>
			<script type='text/javascript'>
				new ipb.Menu($('primary_extra'),$('primary_extra_menucontent'));
			</script>
			
            
            </div>
<center>
</div>
</li>
</ul>
<br />
</div>

 

 

 

NLmPEmt.png

 

 

 

 

 

 

 

P.S. Am făcut astfel încât căsuţa respectivă (în cazul nostru: Votează serverele noastre) să poată fi restrânsă

Posted

Ai construit meniul. Si functionalitatea ? Unde se centralizeaza datele din urma voturilor cetatenilor, sub ce forma si cum le reprezinti pe site ?

  • Moderators
Posted

Nu văd niciun butonel pe acolo gen "Votează", deci cel mai probabil când dai click acolo te redirecţionează către un link unde poţi vota serverul

Posted

Un sistem de voting legat de alt sistem de voting ?

Eu zic sa va bagati nasu prin sursele de la Joomla de exemplu, pentru inspiratie, sau chiar prin sursele forumurilor astora pe care toata lumea le instaleaza dar se incurca in literele alfabetului.

  • Moderators
Posted

Marog, conform source, codul original pare urmatorul:

 

 







<table class="tablebg" width="100%" cellspacing="1" style="margin-bottom: 5px;text-align: left;">
<tr><th>VOTEAZA SERVERELE COMUNITATII</th></tr>
<tr><td class="row1">
<p style="padding:5px;">
<center>
<select id="mySelect" onchange="if(this.options[this.selectedIndex].value != ''){window.top.location.href=this.options[this.selectedIndex].value}">
      <option value="">FREAKZ</option>
      <option value="http://servere-cs.freakz.ro/cs_server-89.33.242.140-38535.html">PUBLIC.TEAM-STRIKE.RO</option>
      <option value="http://servere-cs.freakz.ro/cs_server-89.33.242.138-38485.html">GG.TEAM-STRIKE.RO</option>
      <option value="http://servere-cs.freakz.ro/cs_server-89.33.242.139-38535.html">JB.TEAM-STRIKE.RO</option>
      </select><br />
<select id="mySelect" onchange="if(this.options[this.selectedIndex].value != ''){window.top.location.href=this.options[this.selectedIndex].value}">
      <option value="">CSSERVERS</option>
      <option value="http://www.csservers.ro/evidenta/public.team-strike.ro">PUBLIC.TEAM-STRIKE.RO</option>
      <option value="http://www.csservers.ro/evidenta/gg.team-strike.ro">GG.TEAM-STRIKE.RO</option>
      <option value="http://www.csservers.ro/evidenta/jb.team-strike.ro">JB.TEAM-STRIKE.RO</option>
      </select><br />
<select id="mySelect" onchange="if(this.options[this.selectedIndex].value != ''){window.top.location.href=this.options[this.selectedIndex].value}">
      <option value="">CELIFE</option>
      <option value="http://play.celife.ro/server.php?id=15426">PUBLIC.TEAM-STRIKE.RO</option>
      <option value="http://play.celife.ro/server.php?id=15641">GG.TEAM-STRIKE.RO</option>
      <option value="http://play.celife.ro/server.php?id=15424">JB.TEAM-STRIKE.RO</option>
      </select><br />
</center>
</p>
</td>
</tr>
</table>

 

 

 

Deci codul pe care tu trebuie să îl foloseşti acolo unde am scris mai sus este următorul:

 



 



<div class='ipsSideBlock clearfix'>
<h3>Votează serverle noastre</h3>
<br />
<div class='_sbcollapsable'>
<ul class='ipsList_withminiphoto'><table class="tablebg" width="100%" cellspacing="1" style="margin-bottom: 5px;text-align: left;">
<tr><th>VOTEAZA SERVERELE COMUNITATII</th></tr>
<tr><td class="row1">
<p style="padding:5px;">
<center>
<select id="mySelect" onchange="if(this.options[this.selectedIndex].value != ''){window.top.location.href=this.options[this.selectedIndex].value}">
<option value="">FREAKZ</option>
<option value="http://servere-cs.freakz.ro/cs_server-89.33.242.140-38535.html">PUBLIC.TEAM-STRIKE.RO</option>
<option value="http://servere-cs.freakz.ro/cs_server-89.33.242.138-38485.html">GG.TEAM-STRIKE.RO</option>
<option value="http://servere-cs.freakz.ro/cs_server-89.33.242.139-38535.html">JB.TEAM-STRIKE.RO</option>
</select><br />
<select id="mySelect" onchange="if(this.options[this.selectedIndex].value != ''){window.top.location.href=this.options[this.selectedIndex].value}">
<option value="">CSSERVERS</option>
<option value="http://www.csservers.ro/evidenta/public.team-strike.ro">PUBLIC.TEAM-STRIKE.RO</option>
<option value="http://www.csservers.ro/evidenta/gg.team-strike.ro">GG.TEAM-STRIKE.RO</option>
<option value="http://www.csservers.ro/evidenta/jb.team-strike.ro">JB.TEAM-STRIKE.RO</option>
</select><br />
<select id="mySelect" onchange="if(this.options[this.selectedIndex].value != ''){window.top.location.href=this.options[this.selectedIndex].value}">
<option value="">CELIFE</option>
<option value="http://play.celife.ro/server.php?id=15426">PUBLIC.TEAM-STRIKE.RO</option>
<option value="http://play.celife.ro/server.php?id=15641">GG.TEAM-STRIKE.RO</option>
<option value="http://play.celife.ro/server.php?id=15424">JB.TEAM-STRIKE.RO</option>
</select><br />
</center>
</p>
</td>
</tr>
</table> </div> </li> </ul> <br /> </div>
Posted
Poftim tot codul complet , daca nu functioneaza e din cauza ta , l-am incercat si functioneaza la fel ca in imagine :) Bafta
 
<table class="tablebg" width="100%" cellspacing="1" style="margin-bottom: 5px;text-align: left;">
<tbody><tr><th>VOTEAZA SERVERELE COMUNITATII</th></tr>
<tr><td class="row1">
<p style="padding:5px;">
</p><center>
<select id="mySelect" onchange="if(this.options[this.selectedIndex].value != ''){window.top.location.href=this.options[this.selectedIndex].value}">
      <option value="">FREAKZ</option>
      <option value="http://AICI BAGI LINK-UL DE VOT.html">DNS SERVER</option>
      <option value="http://AICI BAGI LINK-UL DE VOT.html">DNS SERVER</option>
      <option value="http://AICI BAGI LINK-UL DE VOT.html">DNS SERVER</option>
      </select><br>
<select id="mySelect" onchange="if(this.options[this.selectedIndex].value != ''){window.top.location.href=this.options[this.selectedIndex].value}">
      <option value="">CSSERVERS</option>
      <option value="http://www.csservers.ro/evidenta/SERVERUL TAU">DNS SERVER</option>
      <option value="http://www.csservers.ro/evidenta/SERVERUL TAU">DNS SERVER</option>
      <option value="http://www.csservers.ro/evidenta/SERVERUL TAU">DNS SERVER</option>
      </select><br>
<select id="mySelect" onchange="if(this.options[this.selectedIndex].value != ''){window.top.location.href=this.options[this.selectedIndex].value}">
      <option value="">CELIFE</option>
      <option value="http://play.celife.ro/server.php?id=15426">DNS SERVER</option>
      <option value="http://play.celife.ro/server.php?id=15641">DNS SERVER</option>
      <option value="http://play.celife.ro/server.php?id=15424">DNS SERVER</option>
      </select><br>
</center>
<p></p>
</td>
</tr>
</tbody></table>

 

 

Caut communitate, contact: fantezye3D

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.