1
jdlonewolf
Hard coding New Users, Events, and Recent Downloads
  • 2006/5/31 10:09

  • jdlonewolf

  • Just popping in

  • Posts: 11

  • Since: 2005/11/18


Ok, I have a theme I made that has three boxes at top. Upcoming Events, New Users, and Recent Downloads. How would I go about hard coding those blocks into those cells? I tried going to the Templates area of the Admin Section and copying the code in there over, but didn't do anything.

What I tried is this:

New Users table cell-
<table cellspacing="1" class="outer">
<{foreach item=user from=$block.users}>
<tr class="<{cycle values="even,odd"}>" valign="middle">
<td align="center">
<a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>"><{$user.name}></a>
</td>
<td align="center"><{$user.joindate}></td>
</tr>
<{/foreach}>
</table>

You'll notice that there is no code to show the avatar if they have one, that's due to the amount of space I have to work with, but I don't think removal of that one line would mess with the operation of that function. Any help would be great!!

2
jdlonewolf
Re: Hard coding New Users, Events, and Recent Downloads
  • 2006/5/31 10:13

  • jdlonewolf

  • Just popping in

  • Posts: 11

  • Since: 2005/11/18


For those of you that have trouble understanding my rambelings www.raidersofthealliance.com and click on the red theme.

3
jdlonewolf
Re: Hard coding New Users, Events, and Recent Downloads
  • 2006/6/1 0:27

  • jdlonewolf

  • Just popping in

  • Posts: 11

  • Since: 2005/11/18


Well, figured it out!! W00T ME! www.raidersofthealliance.com if you wanna check it out. You have to login for the news and files to list *something to do with permissions, havn't bothered with it yet cuz it's not a huge deal. What I did was take the centerLcolumn, centerRcoulmn, and rightcolumn, and put them up on those cells then assigned a specific block to it. Then went in, altered the template sets, css, and bam ... pretty easy once I actually got some sleep :P

Login

Who's Online

205 user(s) are online (141 user(s) are browsing Support Forums)


Members: 0


Guests: 205


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits