Full Version : N00b
llamatronics >>Other Programming >>N00b


<< Prev | Next >>

sniperatic- 08-10-2005
Sorry to trouble you guys, but im kinda a n00b with IPB, better with php...lol

newayz, how do you get the names [Admin] etc down the bottom? is it HTML?

LlamaTronics- 08-10-2005
No problem. This is what I did:

Log into Admin CP
Go to HTML Templates
Click Manage HTML
Click on Board Index Sections
Then click "Edit Single" next to "Active Users Row"
Then right above this:
CODE

         </td>
       </tr>
       <!--IBF.WHOSCHATTING-->

Add a line like this:
CODE

[<b><a href="http://llamatronics.5.forumer.com/index.php?act=Members&max_results=30&filter=3&sort_order=asc&sort_key=name&st=0"><font color="black">Member</font></a></b>]

for every user group you have. Just change the links, colors, etc.

Hope that helps!

sniperatic- 08-10-2005
So i have to create user groups yeah?

LlamaTronics- 08-10-2005
Well... yea... thats what "Administrator" "Moderator" etc are.... lol wink.gif

sniperatic- 08-10-2005
Ok, kinda get it, thnx cool.gif

LlamaTronics- 08-10-2005
no problem, let me know if you need any more help.

Mr. Grim- 08-10-2005
same here, i can help out too. biggrin.gif but Llama is the guy to ask first, hes better biggrin.gif

sniperatic- 08-10-2005
Ok, money code? I put this code in

QUOTE

<script type="text/javascript">
<!-- Simple Money Code

function renderMoney()
{
var td = document.getElementsByTagName("TD")
for(var i = 0; i < td.length; i++)
if((td[i].className == "post1" || td[i].className == "post2") && td[i].innerHTML.match(/Posts: \\d+/i))
td[i].innerHTML += "
Money: $" + parseInt(td[i].innerHTML.match(/Posts: (\\d+)/i)[1]) * 15
}

renderMoney()

// -->
</script>


and nothing happened sad.gif can someone help please smile.gif

LlamaTronics- 08-10-2005
Do you have the online/offline script installed also, because I've heard that they confict...

sniperatic- 08-10-2005
Online offline script?
no i Havent

sniperatic- 08-10-2005
Anyone? Ideas?

sniperatic- 08-10-2005
Sorry i have now done it smile.gif, on Fmods there is one bit of code that is missing, that you can find on the forum smile.gif Thanks for all help smile.gif

Mr. Grim- 08-10-2005
could you put the code up( with missing piece) for future refrance(and for me) biggrin.gif

sniperatic- 08-10-2005
Ok, will do soon, but all of these mods i asked about you can now see in action @

www.lp-forum.tk

Feel free to register smile.gif

Mr. Grim- 08-10-2005
a no .tk link woud be nice. My comp cant link to .tk sites.

Free Forum Hosting by Forumer.comTM!