293291
malexandria
Re: title of each page

I'm curious about this as well.

I'd like all the automatic content in the news page to have simple headers like

sitename/topicname/contentname

so for instance

http://www.eclipsemagazine.com/moviereviews/matrix


or barring that

http://www.eclipsemagazine.com/moviereviews/.....

the important thing is to have a clean header string on the topics so that partners can write search scripts that will easily index content



293292
ukandrewf
Re: title of each page
  • 2003/5/18 11:22

  • ukandrewf

  • Friend of XOOPS

  • Posts: 198

  • Since: 2002/12/2


thanks for the reply, I'm using 1.3.9 so I don't think have smarty variables. Do you know which file I should edit your examples in for 1.3.9?

thanks

Andrew



293293
Evil1
Re: Can't upload custom avatar?
  • 2003/5/17 21:38

  • Evil1

  • Just popping in

  • Posts: 5

  • Since: 2003/5/1 0


Yep thats what i did, when i turned on the php debug it was giving errors from the /tmp folder, so its all good



293294
Tsugaya
Re: image manager category gone ?
  • 2003/5/17 16:05

  • Tsugaya

  • Just popping in

  • Posts: 5

  • Since: 2003/5/13


Hello,knight.From Tokyo Japan.

I don't use CVS but I will try your method.

Thank you



293295
onokazu
Re: Can't upload custom avatar?
  • 2003/5/17 8:12

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


It's ok to have the openbase_dir restriction enabled, as long as the temporary folder where files are temporarily uploaded is accessible (defaults to /tmp).



293296
Evil1
Re: Can't upload custom avatar?
  • 2003/5/17 8:08

  • Evil1

  • Just popping in

  • Posts: 5

  • Since: 2003/5/1 0


That was it! Thanks Onokazu =).



293297
onokazu
Re: Can't upload custom avatar?
  • 2003/5/17 2:13

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Maybe your serevr has openbase_dir restriction enabled.
Turn on the PHP debug and see if any error messages are displayed.



293298
Jack404
Re: Can't upload custom avatar?
  • 2003/5/17 0:54

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


On another of the servers that I've worked on, the problem was CHMOD. Double-check your permissions for the user avatar folder.

Good luck!



293299
sylvainb
Re: Can't upload custom avatar?
  • 2003/5/16 22:13

  • sylvainb

  • Not too shy to talk

  • Posts: 168

  • Since: 2003/2/11


Hi, got this problem with my french web hosting!
The only way to solve that was to comment some code in /class/uploader.php :
Quote:

if (isset($this->maxWidth) || isset($this->maxHeight)) {
if (false === ($this->mediaDimention = getimagesize($this->mediaTmpName))) {
$this->setErrors('Invalid image file');
return false;
}
}

You can try this but you have to know that every user can upload a really big avatar like Billy with his 4x4 car (391 x 299) on my site...and i can't change it!



293300
Evil1
Re: Can't upload custom avatar?
  • 2003/5/16 21:57

  • Evil1

  • Just popping in

  • Posts: 5

  • Since: 2003/5/1 0


I have the exact same problem, please help =/







Login

Who's Online

210 user(s) are online (132 user(s) are browsing Support Forums)


Members: 0


Guests: 210


more...

Donat-O-Meter

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

Latest GitHub Commits