71
technigrafa
Re: CBB 3.0 - How to ensure Koivi Editor is used by default?

Anyone figure this out yet? I have tried editing plugin.dist.php and setting the default to "Koivi" and "koivi" and deleting my cookies, but it still defaults to DHTML.



72
technigrafa
Re: WYSIWYG integration, Improved Admin Layout

Another nice ability would be to be able to assign different block locations to different groups.



73
technigrafa
Re: Completely Redesigned Administration

I agree, these sounds like good ideas to me!



74
technigrafa
Re: WYSIWYG integration, Improved Admin Layout

tzvook,

I checked out the comments thread you posted and I can't find "function b_system_custom_edit" or anything quite like it in system_blocks.php in XOOPS 2.0.13.2. Do you mind taking a look at it and see where it moved to? I'm trying to implement your Inbetween hack for textareas, blocks, etc.

Thanks!



75
technigrafa
Re: WYSIWYG integration, Improved Admin Layout

Ahh, I'll check that out. Thanks!



76
technigrafa
Re: XOOPS Newsletter Mailer

Ooh! *Mouth waters* I can't wait to see this module!

<2 CENTS>
Make sure it supports fckeditor
</2 CENTS>



77
technigrafa
WYSIWYG integration, Improved Admin Layout

Hello, I first want to say that XOOPS is simply the best CMS/Portal System I have used, but I've run into a couple of ideas to improve Xoops, and they may very well already be in the process of being implemented, or already exist in a module, so I apologize if that is the case on some of this stuff. I'm not a programmer, so I can't provide any help with coding, but I am a graphic designer, so I can help with theming or graphics.

WYSIWYG Integration:
It would really be nice if a WYSIWYG editor was built into all textareas, especially blocks. I know there is a way to hack this in with kiovi, but I'd like to have other options, like fckeditor, which seems to have more features and has a great image manager additional plugin, called ibrowser, that can be set up to share images with all modules using fckeditor or the built in XOOPS image manager. There realy needs to be a way to easily upload images and other files into a WYSIWYG interface globally anywhere in the site. Similar to how the Content module works.

Improved Admin Layout:
It would be nice if the open space on the admin control panel page could be use to display the module icons and short descriptions for them and have the pop up menus there. Having the pop-up menus on the left and not having an obvious description of the module is confusing for most clients we've worked with. The modules could fit in 3 or 4 columns across. It would be cool if the author's description could be edited as well, so you can leave notes for yourself or other admin users. It also may be nice to show site statistics there like hits, broken links submitted or other content notifications, or any errors - similar to Drupal or Mambo.

Improved Theming
The ability to create multiple themes for blocks or pages that can be applied to any block or page(not just entire modules like the theme switching modules out there seem to do). I think something like this is already being discussed, but I'm not sure. There also needs to be a way to assign themes to different groups like this module provides:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=47275&forum=15

But there also needs to be a way to determine the startpage module for different groups as well - sometimes blocks alone are not enough.

Clean URLS
There has got to be an easy way to make your home url be www.domain.com, not www.domain.com/modules/news/. And overall cleaner URLs using mod rewrite would be nice for improved SEO. Again, I know this can be hacked in, but it ought to be an easy "turn on" feature in the admin preferences.



78
technigrafa
Re: Unique Block style in column

This sounds cool. I've been wondering how to do that. Can someone tell me what I am doing wrong here? I'm sure I have a line out of order or something:

<div class="rightcolumn">
   <{if 
$block.title == "[Community Login]"}>
      <
div class="login">
    <!-- 
Start right blocks loop -->
        <{foreach 
item=block from=$xoops_rblocks}>
        <
div class="rightblocks">
           <
div class="blockTitle"><{$block.title}></div>
           <
div class="blockContent"><{$block.content}></div>
        </
div>
   <{/foreach}>
   <!-- 
End right blocks loop -->
      </
div>
   <{else}>
    <!-- 
Start right blocks loop -->
        <{foreach 
item=block from=$xoops_rblocks}>
        <
div class="rightblocks">
          <
div class="blockTitle"><{$block.title}></div>
          <
div class="blockContent"><{$block.content}></div>
        </
div>
   <{/foreach}>
   <!-- 
End right blocks loop -->
   <{/if}>


The difference, is the <div class="welcome"> CSS class of the block is called "Community Login."



79
technigrafa
Re: Problem with "Who's Online"

I am having a similar problem, but Guests are not showing up in the "Who's Online" block at all, only registered users.

This site doesn't have a ton of users(probably just 1-5 at a time), so I tried the:

if (mt_rand(1100) < 11) {
        
$online_handler->gc(300);
    }


hack, but that didn't seem to do anything for me. Anyone know what may be going on? I am using XOOPS 2.0.13.2

Thanks!



80
technigrafa
Re: Kiovi Editor implementation???

I am using XOOPS 2.0.13.2 and the system_blocks file looks completely different.

Anyone know how to implement a WYSIWYG editor for custom HTML blocks? FCKeditor would be preferable over Kiovi, but tinymce or HTMLarea would work too. Or juat how to do it with kiovi would be a step in the right direction.

Thanks!




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



Login

Who's Online

239 user(s) are online (160 user(s) are browsing Support Forums)


Members: 0


Guests: 239


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits