292601
destrux
Re: Xoops Gallery
  • 2003/7/5 20:45

  • destrux

  • Moderator

  • Posts: 57

  • Since: 2002/6/3 1


Unfortunately I have found that gallery as it is has some issues with the 2.0.3 update. The comments doesn't work as they should. When somebody posts a comment it gives a out of index error. For a temp fix I have reverted back to the 2.0.2 file of comment_post.php which is what's causing the problem. I've pointed this problem out but no one seems to be too worried about it.



292602
mike--h
Re: Xoops Gallery
  • 2003/7/5 20:32

  • mike--h

  • Just popping in

  • Posts: 29

  • Since: 2003/6/22




Is there a definite up to date download of this with all fixes ... css, comments links

as never had it 100% since long ago in days of 1.3



292603
gniknalu
Re: Xoops Gallery
  • 2003/7/5 19:51

  • gniknalu

  • Just popping in

  • Posts: 80

  • Since: 2003/2/28


Quote:
The link seems down for the XOOPS Gallery.

Xoops Gallery Download

Is there an alternate download place?


The link you posted works fine for me . . . .

Gnik



292604
Anonymous
Re: WF-Sections V1 Released
  • 2003/7/5 8:21

  • Anonymous

  • Posts: 0

  • Since:


catz -

got another quick question for you. i have pretty much gotten the module where i want it. i am only using a fraction of the functionality provided though. i am stuck on a couple of points and have included a screen shot below. i am trying to eliminate the the chunks of text i have circled. no luck. help.

- matthew



292605
ammbr
Re: Document Management System (DMS) : Error
  • 2003/7/5 7:37

  • ammbr

  • Just popping in

  • Posts: 6

  • Since: 2003/6/30


I changed my destination path to a directory, I've set all the privileges to all the directories in the path to 777, and still I get the same error. I must be missing something fundamental to the module...!!
I also have a question about the version, must I fill it in, can it also be blank. Should it all be integer numbers when filled in. Are subdirectories automatically created for every level ?

Thanks,
Marc.



292606
brash
Re: IP Addresses in Forums
  • 2003/7/5 5:46

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


That's some nice work there Jack404! Well done!



292607
Jack404
Re: IP Addresses in Forums
  • 2003/7/5 4:46

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


Hehe, just figured it out. XOOPS actually already defines a template variable for it. Just put <{$topic_post.post_poster_ip}> where you'd like the IP address to show up. For example, this is my template for newbb_thread.html:

Quote:

<!-- 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_url}>/uploads/<{$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 $xoops_isadmin || $xoops_ismoderator == true}>

<td class="even" align="right">
<img src="<{$xoops_url}>/images/icons/ip.gif" alt="<{$topic_post.post_poster_ip}>" /><a href="edit.php?forum=<{$forum_id}>&post_id=<{$topic_post.post_id}>&topic_id=<{$topic_id}>&viewmode=<{$topic_viewmode}>&order=<{$order_current}>"><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=<{$order_current}>'><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=<{$order_current}>'><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">
<img src="<{$xoops_url}>/images/icons/ip.gif" alt="" /><a href="edit.php?forum=<{$forum_id}>&post_id=<{$topic_post.post_id}>&topic_id=<{$topic_id}>&viewmode=<{$topic_viewmode}>&order=<{$order_current}>"><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=<{$order_current}>'><img src="<{$xoops_url}>/images/icons/reply.gif" alt="<{$lang_reply}>" /></a>
</td>

<{elseif $viewer_can_post == true}>

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

<{else}>

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

<{/if}>

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



292608
Jack404
Re: IP Addresses in Forums
  • 2003/7/5 2:22

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


Ack, I guess I'd better hope a Dev reads this and can point me in the right direction...

I've looked EVERYWHERE for where the template <{$variables}> are defined, but no luck yet. Does anyone have an idea?



292609
YourHelp
Re: Xoops Gallery
  • 2003/7/5 1:43

  • YourHelp

  • Friend of XOOPS

  • Posts: 479

  • Since: 2003/6/9 6


you can download a gallery of some sort

HERE

hope this helps



292610
trungie
Xoops Gallery
  • 2003/7/5 1:37

  • trungie

  • Just popping in

  • Posts: 1

  • Since: 2003/7/4 1


The link seems down for the XOOPS Gallery.

Xoops Gallery Download

Is there an alternate download place?







Login

Who's Online

218 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 218


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