11
xgarb
Re: weblog install error
  • 2009/4/14 9:53

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


https://xoops.org/modules/newbb/viewtopic.php?viewmode=flat&type=&topic_id=63220&forum=28

https://xoops.org/modules/newbb/viewtopic.php?viewmode=flat&type=&topic_id=62386&forum=28



12
xgarb
Re: ImageManager - Replacement - Long Post!...
  • 2009/2/23 19:12

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


a media manager would be great. I mentioned this before..https://xoops.org/modules/newbb/viewtopic.php?topic_id=62414&forum=8&post_id=282250#forumpost282250
but you would also want a way of quickly adding something to a post without having to add it to your account.

It is a great strength of XOOPS how components work together.

A lot of work though!



13
xgarb
Re: CBB4 RC for Xoops 2.3x Testing Reviews
  • 2009/2/20 16:35

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


Quote:

xgarb wrote:
fresh install:

XOOPS Version: XOOPS 2.3.1
PHP Version: 5.2.5
MySQL Version: 4.1.22-standard
Server API Version: apache2handler
OS Version: Linux


New categories aren't shown in admin or public side. The sql appears to not be given the full list of forums to show..

SELECT `forum_id` FROM `xxxx_bb_forums` WHERE (parent_forum = '0' AND cat_id IN (1) AND forum_id IN (1))
I would have through that 'IN(1)' should be IN '(1,2,3)' for this to function. I looked at the permissions section and group_permissions table and these seem ok.


Updated to:

XOOPS Version: XOOPS 2.3.2
PHP Version: 5.2.8
MySQL Version: 5.0.67-community
Server API Version: apache2handler
OS Version: Linux

Cleared all the caches and the missing cats and forums appeared. Didn't need the hack in the posts above. Not sure if the new mySQL, upgrading to 2.3.2b or clearing the cache fixed it...

EDIT: It's the cache.. delete the temp files in /xoops_data/caches/xoops_cache/ and the new cats etc appear!



14
xgarb
Re: ImageManager - Replacement - Long Post!...
  • 2008/12/17 10:12

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


Quote:

Mowaffak wrote:
Hi xgarb,

Can share your images manager ?

I'm intresting to improve it


All the code is in the download on post 1 of this thread. Help yourself and feel free to change whatever you like.



15
xgarb
Re: ImageManager - Replacement - Long Post!...
  • 2008/12/17 10:09

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


Quote:

robin_hood wrote:
Hi can you please upload it to the modules repository?


it's not really a module and it's not finished enough to be downloaded by people who just want to install and go.



16
xgarb
Re: ImageManager - Replacement - Long Post!...
  • 2008/12/1 11:15

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


yep.. this line

mkdir($activeDir, 0700); (imagemanager.php)

creates the directory for the current user. This is 'owned' by the webserver and is only readable by the webserver. This makes things a little more secure.

This is the code that makes the pop-up 800px wide..

<body onLoad="window.resizeTo(800, 660);"> (system_imagemanager.html)

you could try this on it's own in a test html file to see if it works.


I created the new imagemanager for my own use and only developed it as far as I needed it for myself so it's likely to be buggy or non-functional on some systems. If someone wants to take it and make it better they are welcome!



17
xgarb
Re: Classifieds 2.0 BETA 1 released for Xoops 2.3.0
  • 2008/11/12 18:51

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


support is offered on the author's site..http://www.jlmzone.com/modules/newbb/viewforum.php?forum=5



18
xgarb
Re: CBB4 RC for Xoops 2.3x Testing Reviews
  • 2008/11/12 16:20

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


fresh install:

XOOPS Version: XOOPS 2.3.1
PHP Version: 5.2.5
MySQL Version: 4.1.22-standard
Server API Version: apache2handler
OS Version: Linux

- Module update : Warning: The linked table is not set for 'newbbcategoryhandler' yet. in file /class/model/sync.php line 64

which I think is something to do with a table name not being passed to a clean up function.


New categories aren't shown in admin or public side. The sql appears to not be given the full list of forums to show..
Quote:

SELECT `forum_id` FROM `xxxx_bb_forums` WHERE (parent_forum = '0' AND cat_id IN (1) AND forum_id IN (1))

I would have through that 'IN(1)' should be IN '(1,2,3)' for this to function. I looked at the permissions section and group_permissions table and these seem ok.



19
xgarb
Re: ImageManager - Replacement - Long Post!...
  • 2008/9/14 10:13

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


Quote:

edit: ok the categoryname MUST User Images and NOT User Bilder


Yeah, I wrote this for my own use and there are a few hard coded items and hacks that would need to be changed before this could be part of Xoops. It works as released but you have to be careful that it's set up exactly as the instructions.



20
xgarb
Re: ImageManager - Replacement - Long Post!...
  • 2008/9/14 10:10

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


Quote:

edit: LOL! i have forget gd to install at my homeserver now working fine


If you can get it working with Imagemagick the quality will be slightly better




TopTop
« 1 (2) 3 4 5 ... 14 »



Login

Who's Online

167 user(s) are online (70 user(s) are browsing Support Forums)


Members: 0


Guests: 167


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