Customizing SMF > Modifications and Packages

Tagging System For Topics (2.4.3 Released)

<< < (193/215) > >>

sharks:
It's been "a couple of weeks".

Waiting... waiting... waiting... Forever!

Such huge potential in this mod, poured down the drain.

vbgamer45:
I have hired some help to work on this.
The issue here is really I have to find all the edits that the mod has made to normal SMF's files then package it up.

InfoStrides:

--- Quote from: vbgamer45 on April 16, 2012, 12:16:33 PM ---Not sure still in development hopefully get something out in the a couple weeks

--- End quote ---

OK. Thanks.

wirexa:



---->




how do I ?

I've tried. but I can not run


--- Code: ---<script type="text/javascript">
function displayResult(browser)
{
document.getElementById("result").value=browser
}
</script>
<script type="text/javascript">
function divYap(){
var yeni = document.createElement("div");

yeni.innerHTML = document.getElementById("result").value

yeni.className = "ornekSinif";
return yeni;
}
function appendChild_ile_ekle() {
var div = document.getElementById("ornekDiv");
div.appendChild( divYap() );
}
</script>

<input type="radio" name="browser" onclick="displayResult(this.value)" value="Internet Explorer">Internet Explorer<br />
<input type="radio" name="browser" onclick="displayResult(this.value)" value="Firefox, ">Firefox<br />
<input type="radio" name="browser" onclick="displayResult(this.value)" value="Opera, ">Opera<br />
<input type="radio" name="browser" onclick="displayResult(this.value)" value="Google Chrome, ">Google Chrome<br />
<input type="radio" name="browser" onclick="displayResult(this.value)" value="Safari, ">Safari<br /><br />
<input  id="result" />

<input type="button" value="Tür Ekle" onClick="appendChild_ile_ekle()" />

<div  id="ornekDiv" style="padding:3px;">
</div>
--- End code ---

Or...


--- Code: ---<script type="text/javascript">
function displayResult(browser)
{
document.getElementById("result").value=browser
}
</script>
<input type="checkbox" name="browser" onclick="displayResult(this.value)" value="Internet Explorer">Internet Explorer<br />
<input type="checkbox" name="browser" onclick="displayResult(this.value)" value="Firefox, ">Firefox<br />
<input type="checkbox" name="browser" onclick="displayResult(this.value)" value="Opera, ">Opera<br />
<input type="checkbox" name="browser" onclick="displayResult(this.value)" value="Google Chrome, ">Google Chrome<br />
<input type="checkbox" name="browser" onclick="displayResult(this.value)" value="Safari, ">Safari<br /><br />
 <td width="28%"  class="windowbg2" align="right"><span class="gen"><b>', $txt['smftags_tagtoadd'], '</b></span></td>
 <td width="72%" class="windowbg2"><input type="text" id="result" name="tag" size="64" maxlength="100" /></td>
  </tr>
--- End code ---

vbgamer45:
Not sure what you are asking? The code above is not from the modification

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version