71
hervet
Re: TinyEditor and Javascript.
  • 2008/11/5 15:56

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Quote:

ghia wrote:
In general, you want pass variables from PHP to JavaScript and vice-versa?

No, I have a button which must put content inside TinyEditor (via Javascript, in the client side)
This is the exact case that what you can do with the Quote button when you reply to a post.



72
hervet
TinyEditor and Javascript [solved]
  • 2008/11/5 14:32

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hello,

I'd like to dynamically write a content in a form managed by TinyEditor.
Imagine any form and a button, on the click on this button, I want to write a text in the "textarea".
How to do it ?

As an example, imagine CBB with TinyEditor and a "Quote" button.
When you click on it, the "textarea" will contains the original post.

bye,
Hervé



73
hervet
Re: Woopra - Real Time Stats
  • 2008/10/15 11:39

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Thanks



74
hervet
Guide, how to solve problems caused by Wordbook
  • 2008/10/15 8:24

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hello,

Wordbook's blocks can cause many troubles to the other modules.

Here is a fix.
Edit /xoops/modules/wordbook/blocks/entries_top.php
and replace line 13 :
global $xoopsDB$xoopsModule$xoopsUser;


with :
global $xoopsDB;


edit /xoops/modules/worbook/blocks/entries_new.php
replace line 12 :
global $xoopsDB$xoopsModule$xoopsModuleConfig$xoopsUser;


with :
global $xoopsDB$xoopsUser;


and finally, in /xoops/modules/wordbook/blocks/random_term.php replace line 13 :
global $xoopsDB$xoopsConfig$xoopsModule$xoopsModuleConfig$xoopsUser;


with :
global $xoopsDB$xoopsConfig$xoopsUser;


A side effect of the bugs of its blocks is that other modules "loose" their preferences (and many things else like comments).

Bye,
Hervé



75
hervet
Re: Language support - Sugestions needed!
  • 2008/10/15 6:41

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hello Frank,

Quote:

frankblack wrote:
This is what I am currently doing for debaser.

Can you explain how you are doing please ?

bye,
Hervé



76
hervet
Re: Woopra - Real Time Stats
  • 2008/10/15 6:38

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hello,

Have you tested it on heavy sites ?

Bye,
Hervé



77
hervet
Re: RSS plugin for Newbbex?
  • 2008/10/15 6:37

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Rssfit in a more recent version :
http://xoops.instant-zero.com/modules/mydownloads/singlefile.php?cid=15&lid=37

I will create a plugin for Newbbex soon (don't ask me when)



78
hervet
Re: IonCube or Zend Guard
  • 2008/10/15 6:35

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Hello,

First, there's no shame to use an encoder ...

Secondly, I can talk of my personal experience with Zend Guard.

You can just encode your module and not Xoops.
You can also exclude some files (from your module) to encode.

But you will need the Zend Optimizer to be installed on the server and depending of its version, the level of encryption will be different.

Bye,
Hervé



79
hervet
Re: Module developmant - Documentation or Info
  • 2008/9/8 15:49

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Quote:

trabis wrote:
You can use the 'online' handler to ger all logged users

I believe that it will "run" only if the block is visible.



80
hervet
Re: PHPMailer 2.0 testers wanted
  • 2008/9/7 15:10

  • hervet

  • Friend of XOOPS

  • Posts: 2267

  • Since: 2003/11/4


Recently I stumble upon Swift Mailer :
http://www.swiftmailer.org/

It could be an excellent replacement for PhpMailer.




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 139 »



Login

Who's Online

226 user(s) are online (137 user(s) are browsing Support Forums)


Members: 0


Guests: 226


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