1
falcon911
Re: newbb forum from anonimous to ip address ...
  • 2004/11/29 22:51

  • falcon911

  • Just popping in

  • Posts: 12

  • Since: 2004/7/20


Sorry it took me soo long to answer this post. I licked the problem though by upgrading to the new BB 2.0. Thanks for all your help and sorry if I was alittle pissy with ya in this post.



2
falcon911
Re: newbb forum from anonimous to ip address ...
  • 2004/9/30 0:35

  • falcon911

  • Just popping in

  • Posts: 12

  • Since: 2004/7/20


Well I'm alittle HTML un-gifted.. But I cloned the default template and this is what I have so far... I did add the above mention addition to the cloned.
Once I do this . I go into forums and once I get down to the thread I get a default looking (orgional theme) page with nothing on it but the old standard NEWBB template. I am using neWPC_black as a Default theme.

Below is what I cloned and added.. Look for the <------ADDED (yes I did not add that into the code.)
www.miamivehicles.com

<!-- start comment post -->
<tr>
<td class="head"><a id="forumpost<{$topic_post.post_id}>"></a> <{$topic_post.poster_uname}></td>
<td class="head"><div class="comDate"><span class="comDateCaption"><{$lang_postedon}></span> <{$topic_post.post_date}></div></td>
</tr>
<tr>

<{if $topic_post.poster_uid != 0}>

<td class="odd"><div class="comUserRank"><div class="comUserRankText"><{$topic_post.poster_rank_title}></div><{$topic_post.poster_rank_image}></div><img class="comUserImg" src="<{$xoops_upload_url}>/<{$topic_post.poster_avatar}>" alt="" /><div class="comUserStat"><span class="comUserStatCaption"><{$lang_joined}>:</span> <{$topic_post.poster_regdate}></div><div class="comUserStat"><span class="comUserStatCaption"><{$lang_from}>:</span> <{$topic_post.poster_from}></div><div class="comUserStat"><span class="comUserStatCaption"><{$lang_posts}>:</span> <{$topic_post.poster_postnum}></div><div class="comUserStatus"><{$topic_post.poster_status}></div></td>

<{else}>

<td class="odd"> </td>

<{/if}>

<td class="odd">
<div class="comTitle"><{$topic_post.post_title}></div><div class="comText"><{$topic_post.post_text}></div>
</td>
</tr>
<tr>
<td class="even"></td>

<{if $viewer_is_admin == true}>
<{$topic_post.post_poster_ip}> <---added
<{/if}> <---added

<td class="even" align="right">
<a href="edit.php?forum=<{$forum_id}>&post_id=<{$topic_post.post_id}>&topic_id=<{$topic_id}>&viewmode=<{$topic_viewmode}>&order=<{$topic_order}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" /></a><a href='delete.php?forum=<{$forum_id}>&topic_id=<{$topic_id}>&post_id=<{$topic_post.post_id}>&viewmode=<{$topic_viewmode}>&order=<{$topic_order}>'><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$lang_delete}>" /></a><a href='reply.php?forum=<{$forum_id}>&post_id=<{$topic_post.post_id}>&topic_id=<{$topic_id}>&viewmode=<{$topic_viewmode}>&order=<{$topic_order}>'><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
</td>

<{elseif $xoops_isuser == true && $xoops_userid == $topic_post.poster_uid}>

<td class="even" align="right">
<a href="edit.php?forum=<{$forum_id}>&post_id=<{$topic_post.post_id}>&topic_id=<{$topic_id}>&viewmode=<{$topic_viewmode}>&order=<{$topic_order}>"><img src="<{$xoops_url}>/images/icons/edit.gif" alt="<{$lang_edit}>" /></a><a href='reply.php?forum=<{$forum_id}>&post_id=<{$topic_post.post_id}>&topic_id=<{$topic_id}>&viewmode=<{$topic_viewmode}>&order=<{$topic_order}>'><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
</td>

<{elseif $viewer_can_post == true}>

<td class="even" align="right">
<a href='reply.php?forum=<{$forum_id}>&post_id=<{$topic_post.post_id}>&topic_id=<{$topic_id}>&viewmode=<{$topic_viewmode}>&order=<{$topic_order}>'><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
</td>

<{else}>

<td class="even"> </td>

<{/if}>

</tr>
<!-- end comment post -->



3
falcon911
Re: newbb forum from anonimous to ip address ...
  • 2004/9/29 22:46

  • falcon911

  • Just popping in

  • Posts: 12

  • Since: 2004/7/20


OK it's already in there. But it does not seem to work.. I have FULL webmaster rights and I still do not see the ip addresses. Ideas?

BUT!!

Well I guess sort of a dumb question. Should I be editing this via a HTML editior or via the templates in the admin section.



4
falcon911
Re: newbb forum from anonimous to ip address ...
  • 2004/9/3 21:11

  • falcon911

  • Just popping in

  • Posts: 12

  • Since: 2004/7/20


Also. I might need to double check my security settings. There a place where in XOOPS that I might have checked/turned it off?



5
falcon911
Re: newbb forum from anonimous to ip address ...
  • 2004/9/3 21:08

  • falcon911

  • Just popping in

  • Posts: 12

  • Since: 2004/7/20


So it should look like this exactly in the HTML?

<{if $viewer_is_admin == true}>
<{$topic_post.post_poster_ip}>
<{/if}>
Or is there some sort of offset for the lines ?

Thanks

Better off.. send a copy of the HTML file to dcsvany@mindspring.com



6
falcon911
Re: newbb forum from anonimous to ip address ...
  • 2004/8/31 23:00

  • falcon911

  • Just popping in

  • Posts: 12

  • Since: 2004/7/20


well post it here. Does no good to us without an answer. Sorry but maybe others are having the same issue as you..



7
falcon911
Re: no ip addy's after posting on fourms
  • 2004/8/31 22:57

  • falcon911

  • Just popping in

  • Posts: 12

  • Since: 2004/7/20


Thanks for the response. I thought this post would goto the forum graveyard. I'll keep hunting but if anyone else has an idea please feel free to respond. I need to ban a few people from joining up ASAP.



8
falcon911
no ip addy's after posting on fourms
  • 2004/8/31 0:13

  • falcon911

  • Just popping in

  • Posts: 12

  • Since: 2004/7/20


I am webmaster (or so it's called)on my site and before something changed I was able to view the ip addresses on who posted in forums. But something changed and now I only see the posted dates. Any ideas on how to change the fourms to show ip addresses again? Using XOOPS 2.0.7.1.

Thanks,

Falcon911



9
falcon911
Re: xHLStats module status UPDATE
  • 2004/7/22 22:39

  • falcon911

  • Just popping in

  • Posts: 12

  • Since: 2004/7/20


I am fully behind this idea. I have a XOOPS site right now setup ready and waiting www.miamivehicles.com.. But only problem is that I would like to see Tribes 2 as a hosted game.. I noticed "future games" was on the to do list... What exactly in lamens terms (becuase I'm not really a coder) you need to be able to get it going?

Don't know if this helps out or not.. but I found these which is easily downloadable from my ftp site.

http://www.miamivehicles.com/tribes/tclp-0.80.tar.tar
http://www.miamivehicles.com/tribes/tlogsmall08b.zip
http://www.miamivehicles.com/tribes/t2serverstat-0.52.zip
http://www.miamivehicles.com/tribes/wmqstat-0.0.3.tar.gz

Most if not all are in perl. But I think it needs alittle tweaking from a coders point of view.



10
falcon911
Re: Looking to add a tribes 2 module
  • 2004/7/22 20:02

  • falcon911

  • Just popping in

  • Posts: 12

  • Since: 2004/7/20


Very intresting. Thanks for he heads up. I would very intrested in helping out this project. I might have a coder that could possibly help us out. Please keep in touch at dcsvany@mindspring.com. I really can't do too much but give you a server for logs and such. ( I'm a network guy by heart) But it would be intresting in converting HLserver to be XStatsserver for multiple games and convert it a XOOPS type of format for modules. Maybe not just XOOPS but for a all around install. The upcomming T:V might be of intrest to do this for also.




TopTop
(1) 2 »



Login

Who's Online

133 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 133


more...

Donat-O-Meter

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

Latest GitHub Commits