1331
phppp
Re: How to find a certain post by knowing its post_id
  • 2004/5/5 14:13

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


got it.

in the current newbb/viewtopic.php

if ($total_posts > [b][color=CC0000]50[/color][/b]) {
    
$viewmode ="[b][color=CC0000]flat[/color][/b]";
         ...



1332
phppp
Re: How to find a certain post by knowing its post_id
  • 2004/5/5 14:01

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


depends on the reply amount
1 for this post
Mithrandir Re: XOOPS Dev Team: Would it be hard to propagate module name..., the topic has 47 replies and it works by the url.

2 for the samuels Re:Mydownloads module modified, the topic has 113 replies and the url does not work for the #81302 post



1333
phppp
Re: How to find a certain post by knowing its post_id
  • 2004/5/5 13:49

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


no, not about programming.
I mean how to find and read a certain post inside a topic with many replies.
sorry for the confusing desc




1334
phppp
How to find a certain post by knowing its post_id
  • 2004/5/5 13:19

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


for the current XOOPS community forum:
Any easy way to find a certain post by post_id inside a topic with, for say, 80 replies?



1335
phppp
Re: WF-Section V2 Beta Now Released
  • 2004/5/4 17:52

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


actually if all the modules use include_once XOOPS_ROOT_PATH . "/include/groupaccess.php", it will work, as it is working for me.

The problem is, the new v2 beta of wfsection (I downloaded yesterday), not use include_once XOOPS_ROOT_PATH . "/include/groupaccess.php", but include_once "WFSECTION/include/groupaccess.php". in this case, the listGroups() will be redeclared.


To solve it, I moved the groupaccess.php to XOOPS_ROOT/include and changed the WFSECTION/include/groupaccess.php to include_once XOOPS_ROOT_PATH . "/include/groupaccess.php".



1336
phppp
Re: WF-Section V2 Beta Now Released
  • 2004/5/4 16:52

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


at least newbb has a function EDIT:listGroups() in groupaccess.php

Not sure about other modules at this momonet.

perhaps it's a specific problem only for myself.



1337
phppp
Re: Jobs listing
  • 2004/5/4 15:07

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


ask predator
He can tell where to find the latest version




1338
phppp
Re: Jobs listing
  • 2004/5/4 14:34

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


or xfjobs in xoopsforge



1339
phppp
Re: WF-Section V2 Beta Now Released
  • 2004/5/4 14:31

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


installed and tested quickly for the new beta. Works fine except two problems,

1 undefined WfsArticle::setApproved()

2 groupaccess described as in
goupaccess include




1340
phppp
Re: WF-Section V2 Beta Now Released
  • 2004/5/4 13:35

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


can not wait, so installed and be testing now

Class WfsArticle::setApproved()

seems not defined.

right?




TopTop
« 1 ... 131 132 133 (134) 135 136 137 ... 148 »



Login

Who's Online

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


Members: 0


Guests: 128


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