11
konaafob
Re: Image Manager resize
  • 2006/5/29 12:23

  • konaafob

  • Just popping in

  • Posts: 57

  • Since: 2005/1/10


I am very sorry for misleading.

Yes. that was a hack ( graves ) for image manager which resizes the picture.

Thanks for your help. I hope XOOPS core team will make it as a standard in the their next release.

Regards,
Kona



12
konaafob
Re: Image Manager resize
  • 2006/5/26 20:45

  • konaafob

  • Just popping in

  • Posts: 57

  • Since: 2005/1/10


Yes when I used XOOPS 2.0.5 it used to resize the picture I remember that.

I didn't check the code of image manager to debug.

I do have Image Magik installed.



13
konaafob
Re: Image Manager resize
  • 2006/5/26 17:53

  • konaafob

  • Just popping in

  • Posts: 57

  • Since: 2005/1/10


Is anyone having answer for my problem ?



14
konaafob
Image Manager resize
  • 2006/5/26 14:04

  • konaafob

  • Just popping in

  • Posts: 57

  • Since: 2005/1/10


hi,
When I was using XOOPS 2.0.5 Image manager it used to resize the picture to proper size if it a huge picture. ( Users has to click on the small picture to see the bigger one )

Recently I migrated to XOOPS 2.0.13 and it no longer resizing the picture.

I am using the image manager in stories modules.

So content and the picure looks akward if I use bigger picture.

Can one explain me the trick to resize the picture to appropriate size.

Appreciate your help.

Regards,
Kona



15
konaafob
trying to convert the dynamic URL's
  • 2006/5/24 15:53

  • konaafob

  • Just popping in

  • Posts: 57

  • Since: 2005/1/10


I want to convert all the dynamic urls ( which look dynamic in nature ) to static urls

for ex:
http://www.domainname.com/modules/news/index.php?page=122
to
http://www.domainname.com/modules/news/index.php/page/122

I just got this script from somewebsite. But I could not understand how this can solve my issue If I paste it in header.php

can someone help me this. Thanks for reading.




<?
// Just copy and past this code in your PHP
target page header and use all the variables in
$HTTP_GET_VARS.
// Easy to use and you have no need to edit or
change your rest of the PHP page.
// I have replaced the '/' of source URL
variables with '|' sign.
// for example
http://www.domain.com/search.php/mfg/S|W|Int

er|Intra|Extranet/P_id/1009
// mfg = S|W|Inter|Intra|Extranet
// P_id = 1009
// for further referance or any help Imran Khalid
imranlink@hotmail.com

if(isset($PATH_INFO)) {

$vardata = explode('/', $PATH_INFO);

$num_param = count($vardata);

if($num_param % 2 == 0) {

$vardata[] = '';
$num_param++;
}

for($i = 1; $i < $num_param; $i += 2) {

$key = $vardata[$i];
$vardata[$i] = $vardata[$i+1];

$HTTP_GET_VARS[$key] = str_replace
('|', '/', $vardata[$i]);
}
}
?>



16
konaafob
Re: online documentation for xoops
  • 2006/4/19 22:15

  • konaafob

  • Just popping in

  • Posts: 57

  • Since: 2005/1/10


Thanks. But what I am looking for is Blocks development tutorial ?

thanks,
kona



17
konaafob
online documentation for xoops
  • 2006/4/19 11:17

  • konaafob

  • Just popping in

  • Posts: 57

  • Since: 2005/1/10


I wrote lot of modules using XOOPS but except blocks. I am unable to find proper documentation on creating blocks. Can someone post the url for XOOPS documentation.

I am already using below URL but could not find the process for creating the blocks.

http://dev.xoops.org/modules/phpwiki/

thanks in advance.

regards,
kona



18
konaafob
Re: How to upgrade newbb 1.0 to newbb 2.02
  • 2006/1/17 23:01

  • konaafob

  • Just popping in

  • Posts: 57

  • Since: 2005/1/10


m0nty,

I believe XOOPS uses newbb 2.x. Can you please share the URL where CBB is installed. I want to move to CBB when I move to XOOPS 2.3



for others who are looking for migrating 1.0 to 2.0 here is my answer. I also found some information in FAQ's about upgrading newbb

I copied newbb 2.x on newbb 1.0
and under update ( I guess) folder there is a script newbb_1_to_newbb2.php

access it from the browser and it upgraded my forums.
Later I went to admin modules and updated the modules ( System -> Modules -> on the right hand side you should see the ICON click on it update the module )

You have to set the necessary permissions ( Forums who can read, post etc )



19
konaafob
Re: MIME type not allowed: image/pjpeg
  • 2006/1/17 22:49

  • konaafob

  • Just popping in

  • Posts: 57

  • Since: 2005/1/10


Hi,
I followed your previous post instructions and it didn't work. So I was forced to use the above logic.

the file I am trying to edit is under newbb.

Thanks,



20
konaafob
Re: Relocating installation from one folder to another (database not moving)
  • 2006/1/17 22:43

  • konaafob

  • Just popping in

  • Posts: 57

  • Since: 2005/1/10


I renamed my XOOPS installation directory from a to b
except in mainfile.php I didn't do anyother changes.




TopTop
« 1 (2) 3 4 5 6 »



Login

Who's Online

261 user(s) are online (176 user(s) are browsing Support Forums)


Members: 0


Guests: 261


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