1
Lance95
Re: Any Malaysia Xoops there?
  • 2003/10/7 1:22

  • Lance95

  • Just popping in

  • Posts: 14

  • Since: 2003/5/9 2


everything going well, we'll start our requirements in the new site when it is ready. Its better there to track too.



2
Lance95
Re: Any Malaysia Xoops there?
  • 2003/10/1 1:22

  • Lance95

  • Just popping in

  • Posts: 14

  • Since: 2003/5/9 2


so how bout the site is being set-up 1st, after that we register ourself in the site then we have the thread there ??
good ?



3
Lance95
Re: Any Malaysia Xoops there?
  • 2003/9/28 15:51

  • Lance95

  • Just popping in

  • Posts: 14

  • Since: 2003/5/9 2


Glad we have a clear compromise here.

So what will clearly be our objective here ?

: to promote usage of XOOPS in MY
: technical help
: local module development
: language conversion/pack

feel free to add more




4
Lance95
Re: Any Malaysia Xoops there?
  • 2003/9/26 18:10

  • Lance95

  • Just popping in

  • Posts: 14

  • Since: 2003/5/9 2


just a gathering of developers ...
sharing ideas and so , as in creating modules and stuff , it takes time




5
Lance95
Re: Any Malaysia Xoops there?
  • 2003/8/11 14:39

  • Lance95

  • Just popping in

  • Posts: 14

  • Since: 2003/5/9 2


yeah here here !! *waves*




6
Lance95
Re: Usability - hiding unavailable functions and empty blocks
  • 2003/8/1 2:02

  • Lance95

  • Just popping in

  • Posts: 14

  • Since: 2003/5/9 2


Well, yes there are.
There is such feature called groups in the admin panel.
Just untick whatever you dont want unregistered users to NOT see.

You can even separate your users into different group experiencing different blocks access .

As for the submit news sublink , you have to edit the templates to get what you want .(remove the link for unregistered) .

Since today is a good day as any , here is how to do it .

Go to your admin panel , system--> templates .. Clone your default templates giving it a name ( because you cannot edit default templates ).

After that go to system --> blocks

See the main menu on the list ? click on the edit on the right side.

After this ,, there is a edit template on the right block .Click on that

An editor came out .

find these

Quote:
<{foreach item=sublink from=$module.sublinks}>
<a class="menuSub" href="<{$sublink.url}>"> |-- <{$sublink.name}></a>
<{/foreach}>


and changed to

Quote:
<{if ($xoops_isuser==1)}>
<{foreach item=sublink from=$module.sublinks}>
<a class="menuSub" href="<{$sublink.url}>"> |-- <{$sublink.name}></a>
<{/foreach}>
<{/if}>


then goto ... system-->preferences-->general settings-->


find "Default template set" , and change the default to the new template name that you have cloned.And you're done.




7
Lance95
Re: topic images problem in "small news"
  • 2003/5/12 3:22

  • Lance95

  • Just popping in

  • Posts: 14

  • Since: 2003/5/9 2


i tried it with a even bigger pictures and it work fine , even with 1 lines of small fonts ,,,

could be browser problem after this, as i remember reading it somewhere as percentage dont work for all browsers yet ,

you could try to use height : 80px ,,

and see wat that could do for u,, mine work for that .. but this is not the best solution but the most compatible



8
Lance95
Re: topic images problem in "small news"
  • 2003/5/10 0:59

  • Lance95

  • Just popping in

  • Posts: 14

  • Since: 2003/5/9 2


actually there is a simpler solution to this as i found out when i had this problem too earlier ,, while tweaking with it.


here is the code u need to change ..
1 liner ..
in themes folder , and whatever themes u are using
style.css

change

".itemBody {padding-left: 5px; }"

to

".itemBody {padding-left: 5px; height: 100%;}"

and it will all work out ...
simple isnt it ... i was shocked myself ..




TopTop



Login

Who's Online

170 user(s) are online (114 user(s) are browsing Support Forums)


Members: 0


Guests: 170


more...

Donat-O-Meter

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

Latest GitHub Commits