771
stefan88
Re: WYSIWYG integration, Improved Admin Layout
  • 2006/6/12 15:25

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


For admin part, you can try adminarea revisited. I'm not shure it is still in development (it may not work with newer versions, so play with it on test install !!!) and the project on dev.xoops.org is closed, but it was something diferent from the XOOPS admin.
There is also another project (vitaminC I think) for new look in admin part of xoops.
..



772
stefan88
Re: How to Create a New Module: Where are the Docs ???
  • 2006/6/8 19:15

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Try the link "Module Dev Forge" on the left in Community. There is "Dev Wiki" (again in left column - Main menu)...

Also try this treat:https://xoops.org/modules/newbb/viewtopic.php?topic_id=24607&forum=20&post_id=107411#forumpost107411

with link to this PDF:http://dev.xoops.org/dl/ModuleBuilding.pdf

and to this sample module:http://xoops.jan304.org/modules/mydownloads/singlefile.php?lid=19&cid=8

Hope this helps for a start

..



773
stefan88
Re: my huge queries
  • 2006/6/7 15:40

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


To have news on your start page you can:

- use news module as your start module. To do this go to admin -> preferences -> general and at "Module for your start page" select news. (personaly I do not like this option, but some sites use it)

OR

- use blocks to make news visible on start page. Go to admin -> blocks and select the blocks you want to be visible, position and ordering. To make them visible for anonymous users (guests) you need also to go in admin -> groups -> Anonymous and give this groupe access to this blocks. With news module you have top news, news topics and so on. You can also use spotlight module to display news to be more flexible.

..



774
stefan88
Re: Unable to upload attachments
  • 2006/6/6 22:36

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Backup your uploader.php and try the one from 2.0.13.1
..



775
stefan88
Re: Login at top
  • 2006/6/6 19:37

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


It could be something like this:
<form style="margin-top: 0px; margin-bottom: 0px" action="<{$xoops_url}>/user.php" method="post">
&
nbsp;<input name="uname" type="text" value="" size="14" />
&
nbsp;<input name="pass" type="password" value="" size="12" /> 
<
input name="op" type="hidden" value="login" />
<
input name="submit" type="submit" value="<{$smarty.const._LOGIN}>" />&nbsp
</
form>


you may also put this in <{if !$xoops_isuser}> ... <{/if}> so it will be shown only for guests.
..



776
stefan88
Re: Module Ordering
  • 2006/6/6 19:31

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


It is theme.html file. There is a code like:
<{foreach item=block from=$xoops_ccblocks}>
...
<{/foreach}>

that displays blocks.
It is $xoops_ccblocks, $xoops_clblocks, $xoops_crblocks for center, center-left and center-right.
And <{$xoops_contents}> for the module content.

In most themes this is the order how the content will show - first center, then center left and right and then the module content.
You can change the theme.html file to reorder this, but the change will be for entire site.

You could also use spotlight block or module to display news and have starting module set to none.
..



777
stefan88
Re: Module Ordering
  • 2006/6/6 16:43

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


You do not give much information of your setup (for example: do you have news as starting module), but this shuld be related to blocks/blocks or blocks/content placement...
If I'm right, you may need multiblock hack to achieve what you want. Or change theme ...
..



778
stefan88
Re: what is this module?
  • 2006/6/6 10:47

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


I think there was a wordbook module. It could be it - renamed or modified ...
..



779
stefan88
Re: Change CBB post layout (remove joined)
  • 2006/6/1 15:37

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


I'm not using CBB and I'm on 2.0.x, but generaly you should edit the template file ...
..



780
stefan88
Re: Catads v 1.40 and photos problem
  • 2006/5/31 16:25

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Hi limecity,

if you still have catads installed, could you try this and give us the result:

1. try to access only the image, by typing in adress bar something like: yuorsite/modules/catads/images/ads/img_1148830940_0.jpg

Did the picture load, or you got some error and what?

2. check the CHMOD for the image file, what is it?

3. enable the latest ads block. There is a photo icon where image is available and if you click on it, new window open with the first image. Do this and see if image loads ...
..




TopTop
« 1 ... 75 76 77 (78) 79 80 81 ... 104 »



Login

Who's Online

81 user(s) are online (53 user(s) are browsing Support Forums)


Members: 0


Guests: 81


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