61
xgarb
Re: MultiXoops - Core Hack Step #2
  • 2008/3/2 13:27

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


Thanks for documenting that. I've been following the multisite hack for a while but not really got my head round it yet...

Does is it work off one set of modified files with multiple databases for the other sites but with a centralised user table?

Can you login on one site and move through the others without having to re-login each time?

I thought about doing this myself by modifying the signup scripts to create accounts across several sites at once.

Wonder how XOOPS 3 will integrate multi-site?



62
xgarb
Re: Pico module header problem, pls help
  • 2008/3/2 12:50

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


you can create dynamic title and description tags with code similar to this in the PHP files..

$xoopsTpl->assign('xoops_pagetitle','whattitleyouwanthere');
$xoopsTpl->assign('xoops_meta_description','whatdescyouwanthere');
$xoTheme->addMeta'meta''description','whatdescyouwanthere');


or for a really fancy solution see smartmetagen.php from smartfactory.ca



63
xgarb
Re: weblog (problem adding group permissions)
  • 2008/3/2 10:37

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


Quote:

waleedpak wrote:
i mean tell me the file names....



sorry, didn't keep a record of the files I changed. Just used dreamweaver's find code feature on the whole folder.



64
xgarb
Re: The Chat Room...
  • 2008/3/2 10:35

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


well if you want to pay someone to sort it these guys offer that sort of thing..http://xoops.instant-zero.com/

Sounds like your friend isn't really able to support what he's given you.



65
xgarb
Re: The Chat Room...
  • 2008/3/1 17:34

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


you probably should talk to your friend.. XOOPS isn't like a standard commercial software package like Word or PhotoShop...

https://xoops.org/modules/wfchannel/

It's a free open source packagehttp://en.wikipedia.org/wiki/Open_source developed and supported by volunteers.



66
xgarb
Re: Unable to install weblog....
  • 2008/3/1 17:27

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


ok, dunno if this'll work but you could change the line

reads int(100) NOT NULL default '0',

in sql/mysql.sql to

xyzreads int(100) NOT NULL default '0',

When the installer has run change the column title back to reads and the module might work ok. Mine does but it was installed on a a MySQL 4 system first.

Otherwise to do it properly go through all the code and change every reference to reads (as the column in the DB) to a different column name like weblogReads or something.

Then follow the instructions for get_class() in the thread linked above to get it working 100%



67
xgarb
Re: weblog (problem adding group permissions)
  • 2008/3/1 17:15

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


found the answer on this page..http://janschneider.de/news/35/183

PHP5 has a different way of handling case for get_class(). The fix is to add strtolower() around any get_class() code ie..

get_class(somecode)

to

strtolower(get_class(somecode))


After doing this throughout Weblog it now works. It might not need doing everywhere (possibly just the add category, entry etc) but I did everywhere to make sure.

This is a great module, someone should take it over and maintain it.



68
xgarb
Re: Unable to install weblog....
  • 2008/3/1 11:47

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


probably the same issues as this..

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

You should upgrade the latest version of XOOPS as well BTW.



69
xgarb
Re: weblog (problem adding group permissions)
  • 2008/3/1 11:46

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


oh.. 'reads' is a reserved word in MySQL 5...

http://dev.mysql.com/doc/mysqld-version-reference/en/mysqld-version-reference-reservedwords-5-0.html

Maybe this is it.. will have a look later.



70
xgarb
Re: x_movie module installation help
  • 2008/2/27 11:31

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


this is the line to go in htaccess to override php.ini. Apache only and is sometimes disabled..

php_value upload_max_filesize 16M

16M is the mb limit you want.




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 14 »



Login

Who's Online

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


Members: 0


Guests: 243


more...

Donat-O-Meter

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

Latest GitHub Commits