61
russtik
Re: could you help me with koivi editor ?
  • 2004/12/13 13:03

  • russtik

  • Just popping in

  • Posts: 70

  • Since: 2004/8/13


Quote:

rowdie wrote:
Koivi will be included in future versions of XOOPS. For now you will need to include it in each module individually.

Rowd


I think we've established that Rowdie



62
russtik
Possible image display bug?
  • 2004/12/13 12:54

  • russtik

  • Just popping in

  • Posts: 70

  • Since: 2004/8/13


I'm finding that when I submit content to a module (e.g. News, XOOPS FAQ etc.) with an image aligned either right or left, that the image extends beyond it's containing box and overlaps content below if the accompanying text is not long enough to flow underneath it.

If that doesn't make any sense there's an example here. Scroll down to pic of Ge*rge Dubya.

Anyone else noticed this with their site?

It's with XOOPS 2.0.7.3 and I've tested it on WinXP (IE 6 + Moz Firefox 1) MacOSX 10.3.6 (Safari 1.2.4 + IE 5.2) all with the same problem.




63
russtik
Re: could you help me with koivi editor ?
  • 2004/12/13 11:29

  • russtik

  • Just popping in

  • Posts: 70

  • Since: 2004/8/13


Quote:

samuels wrote:
But remember, in newer versions of XOOPS users will be able to change the default dhtml editor for other one (not only koivi, but spaw, htmlarea, fckeditor e.t.c), without hacking any file.


O.k. I've got the latest version installed, but how do I provide koivi as a selectable option in modules across the board?

Don't take this the wrong way (because I really appreciate your work) but it's all very well stating what can be done but without providing the <non-programming speak>method</non-programming speak> with which to implement this becomes very frustrating for those not primed with a certain level of knowledge.

I think it's obvious that the Koivi editor is superior to others, so I'd really like to see a document outlining some tips on how to locate the correct files for modification (module independant), what to look for in these files and what to replace them with. This would at least cut out the "leg work" in providing patches for as many modules as you can and allow people to go about it themselves.



64
russtik
Re: could you help me with koivi editor ?
  • 2004/12/9 11:37

  • russtik

  • Just popping in

  • Posts: 70

  • Since: 2004/8/13


Thanks noisia !

That works so far as the wysiwyg appears when I try and edit an existing news item, but not if I want to submit a new news article.

Is this the same situation with you? Ideally I'd like to replace the DHTML editor sitewide with the Koivi wysiwyg.




65
russtik
Re: could you help me with koivi editor ?
  • 2004/12/8 17:05

  • russtik

  • Just popping in

  • Posts: 70

  • Since: 2004/8/13


Hi,

I'd really like to start using the Koivi Editor but have no idea how to implement it. I'm finding the documentation hard going and don't know where to start.

I understand that it is not a module and that I will have to edit some files, but that's as far as my knowledge goes. Could someone give me some pointers towards including the wysiwyg in a few modules i.e. what files to modify and how?

TIA.



66
russtik
Re: change the menu from table to ul & div
  • 2004/10/8 10:53

  • russtik

  • Just popping in

  • Posts: 70

  • Since: 2004/8/13


Go to the administration pages and click:

System Admin > Templates

Choose the option to clone your template set, then set the cloned template set to your default. When you've done this choose the the 'List' link next to 'System' in your cloned templates list.

This will give you access to the core templates, scroll down and modify files like 'system_block_mainmenu.html' to achieve the results you want.

Personally I like to copy&paste them into a wysiwyg editor to make the modifications then paste them back when I'm done.

Hope that helps.



67
russtik
Keeping Menus Current
  • 2004/9/23 14:08

  • russtik

  • Just popping in

  • Posts: 70

  • Since: 2004/8/13


Right...

I've got a menu tab system on a theme I'm working one which is used to navigate between static html pages, the XOOPS installation, & the actinic ecommerce section. The menu tabs currently uses an ID to distinguish which page it is on and style that tab accordingly.

Do any of you know of a way that I can use this system to recognise certain modules/pages in the XOOPS installation so that the menu tabs can display the correct current tab?

Hope that makes sense.

Cheers.



68
russtik
The incredible disappearing content trick
  • 2004/8/26 15:50

  • russtik

  • Just popping in

  • Posts: 70

  • Since: 2004/8/13


Right, this is a bit of a headscratcher.

I've made a new tableless theme which seems to be working very well with the exception the main center-center content which is a no show. Within the central <div> I've copied the markup from the default theme:

<div class="centre">
<!-- Start center-center blocks loop -->
<{foreach item=block from=$xoops_ccblocks}>
<{include file="default/theme_blockcenter_c.html"}>
<{/foreach}>
<!-- End center-center blocks loop -->
</div>

But when run throught the browser it produces this:

<div class="centre">
<!-- Start center-center blocks loop -->
<!-- End center-center blocks loop -->
</div>

The same markup for left & right column blocks and center left/right works fine. It's just the main center-center content that won't display and I have no idea why.

Can anyone shed any light on this?



69
russtik
Want to modify the Main Menu position...
  • 2004/8/26 15:22

  • russtik

  • Just popping in

  • Posts: 70

  • Since: 2004/8/13


Hi,

I'm trying to get the main menu block to appear in the header as a set of tabs instead of in the left column. I've tried copying the markup from the block template into theme.html:

<div id="mainmenu">
<a class="menuTop" href="<{$xoops_url}>/"><{$block.lang_home}></a>
<!-- start module menu loop -->
<{foreach item=module from=$block.modules}>
<a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}></a>
<{foreach item=sublink from=$module.sublinks}>
<a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}></a>
<{/foreach}>
<{/foreach}>
<!-- end module menu loop -->
</div>

This didn't work, a quick look at the source showed nothing between the comments when run through the browser.

So basically I haven't got any more ideas & I was hoping some of you lot might?

Pleeeeease



70
russtik
Can't delete the contents of /templates_c folder
  • 2004/8/13 16:19

  • russtik

  • Just popping in

  • Posts: 70

  • Since: 2004/8/13


Hi.

I have an install of XOOPS on a web server i use for testing purposes. Some time ago I screwed up a hack on the redirect page and never bothered to sort it out. Now I want to start using this installation of XOOPS again and would like to do a full, fresh install with version 2.0.7 starting from scratch. When I tried to delete the old version on the server it won't let me delete the /templates_c folder, returning an error 550: Forbidden command argument.

Anyone know what's going on? It's driving me mad. The new installation of XOOPS has retained the screwed up redirect page hack which won't let you proceed after logging in.





TopTop
« 1 ... 4 5 6 (7)



Login

Who's Online

171 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 171


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