11
j0sh78
long string
  • 2005/3/9 18:53

  • j0sh78

  • Friend of XOOPS

  • Posts: 53

  • Since: 2004/10/21


how can i automatically cut too looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong string?



12
j0sh78
multilanguage question
  • 2004/12/29 14:41

  • j0sh78

  • Friend of XOOPS

  • Posts: 53

  • Since: 2004/10/21


how can i manage meta keywords and description with multilanguage hack?



13
j0sh78
which module?
  • 2004/12/23 16:42

  • j0sh78

  • Friend of XOOPS

  • Posts: 53

  • Since: 2004/10/21


somebody can suggest me a module to manage a page that print a list of subpages order by category?

example

Organization
- link1
- link2

About us
- link1
- link2

etc...

tnx



14
j0sh78
Re: xhld slow
  • 2004/11/29 13:14

  • j0sh78

  • Friend of XOOPS

  • Posts: 53

  • Since: 2004/10/21


Quote:

Herko Coomans wrote:
The XHLD module fetches RSS newsfeeds from other websites and displays them on yours. There isn't much you can do for speeding up this process, as it all depends on the speed of the other websites (and some of them give their RSS feed a lower priority then their normal web traffic).

Herko

yes i know that... maybe i have to display only 2,3 rss in main page...



15
j0sh78
xhld slow
  • 2004/11/29 9:27

  • j0sh78

  • Friend of XOOPS

  • Posts: 53

  • Since: 2004/10/21


hi all

how can optimize xhld? i think this is too slow...
http://www.pixaelcity.com/modules/xhld0/
i set cache at 30 minutes for 2 rss and 4,5 hours for others



16
j0sh78
upload and resizing picture
  • 2004/11/19 10:17

  • j0sh78

  • Friend of XOOPS

  • Posts: 53

  • Since: 2004/10/21


hi all
in my community (www.pixaelcity.com) i've simple modify upload avatar to upload picture
i worked on uploader.php in /class
1) uncomment line 301 to 306... picture will resize automatically by imagemagick
2) add this code on line 338

$this->mediaDimention=getimagesize($this->mediaTmpName);

if($this->mediaDimention[0] > $this->maxWidth){
exec("mogrify -geometry ".$this->maxWidth." -quality 70 -sharpen 0.0x1.0 ".$this->mediaTmpName);
}

image will resize on max width that you have inserted in admin panel

in alternative you can use this code
if($this->mediaDimention[0] > $this->mediaDimention[1] && $this->mediaDimention[0] > $this->maxWidth){
exec("mogrify -geometry ".$this->maxWidth." -quality 70 -sharpen 0.0x1.0 ".$this->mediaTmpName);
}

if($this->mediaDimention[1] > $this->mediaDimention[0] && $this->mediaDimention[1] > $this->maxHeight){
exec("mogrify -geometry x".$this->maxHeight." -quality 70 -sharpen 0.0x1.0 ".$this->mediaTmpName);
}

to check max width or height



17
j0sh78
Re: big problem with new users
  • 2004/11/15 21:25

  • j0sh78

  • Friend of XOOPS

  • Posts: 53

  • Since: 2004/10/21


i solved! reading thathttps://xoops.org/modules/newbb/viewtopic.php?topic_id=25989&forum=28
it was a firewalling problem



18
j0sh78
Re: big problem with new users
  • 2004/11/15 20:29

  • j0sh78

  • Friend of XOOPS

  • Posts: 53

  • Since: 2004/10/21


i think this is a cookie problem... in pm for example some users can't post messages because uid is empty... it's possible?



19
j0sh78
Re: big problem with new users
  • 2004/11/15 19:05

  • j0sh78

  • Friend of XOOPS

  • Posts: 53

  • Since: 2004/10/21


when one of this users post a pm have this message "Errors None"



20
j0sh78
Re: big problem with new users
  • 2004/11/15 19:04

  • j0sh78

  • Friend of XOOPS

  • Posts: 53

  • Since: 2004/10/21


nice... if i enter with one of this account i can do all without problems what could is the problem?




TopTop
« 1 (2) 3 4 5 »



Login

Who's Online

134 user(s) are online (74 user(s) are browsing Support Forums)


Members: 0


Guests: 134


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