11
tempel33
Re: need help with newBB module
  • 2006/11/10 4:47

  • tempel33

  • Just popping in

  • Posts: 47

  • Since: 2004/11/5


I would investigate the lines containing

$currentPost->showPost($isadmin, $forumdata);

Look in newbb/class for the file in which the method showPost() is defined, to figure out what it does. Maybe it assigns the smarty variable "topic_posts".



12
tempel33
Re: need help with newBB module
  • 2006/11/10 2:24

  • tempel33

  • Just popping in

  • Posts: 47

  • Since: 2004/11/5


In CBB 3.07, the file newbb/viewtopic.php contains that piece of code somewhere around line 303 (I cannot give you the exact line cause I hacked my viewtopic.php)

Also, you will find another
$xoopsTpl->append('topic_posts', ...);

code about 15-20 lines later.



13
tempel33
Re: need help with newBB module
  • 2006/11/10 1:29

  • tempel33

  • Just popping in

  • Posts: 47

  • Since: 2004/11/5


Look for:
$xoopsTpl->append('topic_posts'$currentPost->showPost($isadmin));



14
tempel33
Re: Can I add numbering to block listing?
  • 2006/11/4 13:23

  • tempel33

  • Just popping in

  • Posts: 47

  • Since: 2004/11/5


Did u try Gijoe's blocksadmin?



15
tempel33
Re: newbb cbb-307
  • 2006/11/4 5:01

  • tempel33

  • Just popping in

  • Posts: 47

  • Since: 2004/11/5


Quote:

Warning: include_once(/Frameworks/art/functions.ini.php) [function.include-once]: failed to open stream: No such file or directory in file /modules/newbb/xoops_version.php line 57

Sounds like you did not install Frameworks. Read carefully the installation instructions of CBB 3.07.



16
tempel33
CBB: <{$topic_post.post_text}> where it is assigned?
  • 2006/10/31 2:43

  • tempel33

  • Just popping in

  • Posts: 47

  • Since: 2004/11/5


Can anyone point me to the place where the smarty variable <{$topic_post.post_text}> is assigned by CBB?
I want to collect the text of a post in a variable, so that I can change the first letter of a post...
Thank you in advance.



17
tempel33
Re: Can not install xoops 2.0 error="Could not write into mainfile.php"
  • 2006/10/27 23:18

  • tempel33

  • Just popping in

  • Posts: 47

  • Since: 2004/11/5


Yes, install MySQL extensions for your php, obviously...



18
tempel33
Re: how to make private messages show html
  • 2006/10/25 18:28

  • tempel33

  • Just popping in

  • Posts: 47

  • Since: 2004/11/5


would you mind sharing your implementation? I would like to do the same...



19
tempel33
Re: another editor for PM?
  • 2006/10/25 2:55

  • tempel33

  • Just popping in

  • Posts: 47

  • Since: 2004/11/5


Yes, it would be nice if pmlite.php would use an editor that I could tweak.
Unfortunately, there is just a form and the area where to type the message is created (I presume) with:
xoopsCodeTarea("message",64,10);

How to add an editor there is above my tweaking abilities.

BTW, I am using XOOPS 2.0.15.



20
tempel33
Re: another editor for PM?
  • 2006/10/25 1:55

  • tempel33

  • Just popping in

  • Posts: 47

  • Since: 2004/11/5


My guess would be not possible, without some extensive code changes. The WYSIWYG editors are not used in the PM window.




TopTop
« 1 (2) 3 »



Login

Who's Online

235 user(s) are online (164 user(s) are browsing Support Forums)


Members: 0


Guests: 235


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