11
ViperSBT
Re: TinyEditor as default in 2.2.X
  • 2007/9/19 10:10

  • ViperSBT

  • Just popping in

  • Posts: 88

  • Since: 2004/9/27


Anyone? Can this be done or not?
Brett M. Williams
Co-Founder, The United Flyball League International
http://www.u-fli.com



12
ViperSBT
TinyEditor as default in 2.2.X
  • 2007/9/15 16:27

  • ViperSBT

  • Just popping in

  • Posts: 88

  • Since: 2004/9/27


I have found numerous discussions using TinyEditor as the default editor 2.0.15+ but can't find anything regarding using it in 2.2 as the default editor. Can anyone help me with this? Most specifically I want to use it in the creation of Blocks.
Brett M. Williams
Co-Founder, The United Flyball League International
http://www.u-fli.com



13
ViperSBT
Re: TinyEditor - 2 problems
  • 2007/9/12 10:47

  • ViperSBT

  • Just popping in

  • Posts: 88

  • Since: 2004/9/27


McD, thanks for the help, it worked perfectly!

Now I just need to revert back to the older TinyMCE...
Brett M. Williams
Co-Founder, The United Flyball League International
http://www.u-fli.com



14
ViperSBT
TinyEditor - 2 problems
  • 2007/9/12 2:37

  • ViperSBT

  • Just popping in

  • Posts: 88

  • Since: 2004/9/27


First, I got TinyEditor working, but the text area for working get a black background. I can't tell what is causing it, because when the page first loads I can see it is white as it should be, then something loads over it turning it black.

Second, trying to figure out the above I upgraded to the latest TinyMCE. Now all the additional toolsets are missing when I go into the admin to the toolset section. All of the tools that I had configured for the groups still appear to work normally, but I can't modify the toolsets.

Except for these two issues this editor looks great. I am using XOOPS 2.2.4
Brett M. Williams
Co-Founder, The United Flyball League International
http://www.u-fli.com



15
ViperSBT
Re: MyDownloads Permission Problem
  • 2006/8/15 3:55

  • ViperSBT

  • Just popping in

  • Posts: 88

  • Since: 2004/9/27


Am I overlooking something too obvious and nobody wants to tell me?

If this module is this outdated, I would be more than happy to migrate to another "downloads" module, what would be recommended and is it an actual migration or do I need to manually add all of the entries from MyDownloads to a new module???
Brett M. Williams
Co-Founder, The United Flyball League International
http://www.u-fli.com



16
ViperSBT
MyDownloads Permission Problem
  • 2006/8/10 15:12

  • ViperSBT

  • Just popping in

  • Posts: 88

  • Since: 2004/9/27


OK let me get the preliminaries out... At one point this was all working, so I know it can be functional...

I am running XOOPS 2.2.4 and have MyDownloads 1.16

Everything in mydownloads gives me "You don't have permission" screen when I try to access any of the downloads. I checked inside the Module Administration for MyDownloads and sure enough the 'Groups Allowed" has no groups selected. I am assuming this is the problem. But, evertime I set groups to be able to access, it goes like there is no problem, but it isn't actually making the change because the problem persists and when I go back to the admin module, it still shows no groups selected for the file I just modified....

What is going on with this?
Brett M. Williams
Co-Founder, The United Flyball League International
http://www.u-fli.com



17
ViperSBT
Templates not working
  • 2006/7/25 14:40

  • ViperSBT

  • Just popping in

  • Posts: 88

  • Since: 2004/9/27


After recovering my site from a huge problem, I have almost everything working except for the templates. Everything in the Admin section is working normally except for Templates. When I go to the templates page I get the following on the screen:

Quote:
// // You may not change or alter any portion of this comment or credits // // of supporting developers from this source code or any supporting // // source code which is considered copyrighted (c) material of the // // original comment or credit authors. // // // // This program is distributed in the hope that it will be useful, // // but WITHOUT ANY WARRANTY; without even the implied warranty of // // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // // GNU General Public License for more details. // // // // You should have received a copy of the GNU General Public License // // along with this program; if not, write to the Free Software // // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // ------------------------------------------------------------------------ // // Author: Kazumi Ono (AKA onokazu) // // URL:http://www.myweb.ne.jp/,https://xoops.org/,http://www.xoopscube.jp/ // // Project: The XOOPS Project // // ------------------------------------------------------------------------- // if ( !is_object($xoopsUser) || !is_object($xoopsModule) || !$xoopsUser->isAdmin($xoopsModule->mid()) ) { exit("Access Denied"); } else { $op = 'list'; if (isset($_POST)) { foreach ( $_POST as $k => $v ) { ${$k} = $v; } } if (isset($_GET['op'])) { $op = trim($_GET['op']); $id = $moddir = $file = $type = $tplset = null; if (isset($_GET['id'])) { $id = intval($_GET['id']); } if (isset($_GET['moddir'])) { $moddir = trim($_GET['moddir']); } if (isset($_GET['file'])) { $file = trim($_GET['file']); } if (isset($_GET['type'])) { $type = trim($_GET['type']); } if (isset($_GET['tplset'])) { $tplset = trim($_GET['tplset']); } } if ($op == 'edittpl_go') { if (isset($previewtpl)) { $op = 'previewtpl'; } } switch ($op) { case 'list': $tplset_handler =& xoops_gethandler('tplset'); $tplsets =& $tplset_handler->getObjects(); xoops_cp_header(); echo '
'._MD_TPLMAIN.'
'; $installed = array(); $tpltpl_handler =& xoops_gethandler('tplfile'); $installed_mods = $tpltpl_handler->getModuleTplCount('default'); $tcount = count($tplsets); echo ''; $class = 'even'; for ($i = 0; $i < $tcount; $i++) { $tplsetname = $tplsets[$i]->getVar('tplset_name'); $installed_themes[] = $tplsetname; $class = ($class == 'even') ? 'odd' : 'even'; echo ''; if ($tplsetname == $xoopsConfig['template_set']) { echo ''; } else { echo ''; } echo ''; } echo '


This goes on, and on, and on... Basically the page doesn't seem to be getting rendered. Any ideas?
Brett M. Williams
Co-Founder, The United Flyball League International
http://www.u-fli.com



18
ViperSBT
Re: Upgrade to 2.0.14 went south
  • 2006/7/1 18:51

  • ViperSBT

  • Just popping in

  • Posts: 88

  • Since: 2004/9/27


It dawned on me that I had another site that was running 2.2.4 and I was able to move over all the necessary files and was able to get the site back up and running.

Now all I have to do is put big notes all over my desk that I am running 2.2.4, not 2.13 as the system module indicates that I am.

Thank you everyone for your help, assistance, and tolerance...
Brett M. Williams
Co-Founder, The United Flyball League International
http://www.u-fli.com



19
ViperSBT
Re: Upgrade to 2.0.14 went south
  • 2006/7/1 17:44

  • ViperSBT

  • Just popping in

  • Posts: 88

  • Since: 2004/9/27


Yeah, I found the update, but that isn't going to correct all the files that were replaced by the 2.0.14 install.

I tried using the 2.2.3 install thinking I would then followup with the upgrade to 2.2.4, but I am getting a:

Fatal Error: Call to a member function on a non-object in /kernel/profile.php
Brett M. Williams
Co-Founder, The United Flyball League International
http://www.u-fli.com



20
ViperSBT
Re: Upgrade to 2.0.14 went south
  • 2006/7/1 15:11

  • ViperSBT

  • Just popping in

  • Posts: 88

  • Since: 2004/9/27


Can someone direct me to a full 2.2.4 package? Best I can find is 2.2.3a and that isn't wanting to work quite right either... I think I have really screwed the pooch on this...
Brett M. Williams
Co-Founder, The United Flyball League International
http://www.u-fli.com




TopTop
« 1 (2) 3 4 5 ... 9 »



Login

Who's Online

222 user(s) are online (151 user(s) are browsing Support Forums)


Members: 0


Guests: 222


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