81
DonXoop
Re: Is multiple xoops on one domain possible?

Another option which is the much simplier if you only want multiple sites under one base directory and no need to share data is to simply install it and reflect the new dir specs and hostname in mainfile.php.

You could use the same database if you want, just use a unique prefix. Even better to use another db (less cluttered).

The web server would have to understand "virtual servers" so that www.yourdomain.com and happyfun.domain.com are two different sites poiniting to two different directories (one under the other is fine). Hosting servers usually call this "sub domains". simple and works a charm.



82
DonXoop
Re: NewBB2 notifications not send email to users.

Are you using custom templates? You would need to regenerate some System templates. same question, same answer here



83
DonXoop
Re: Notification errors

I'll guess that you've upgraded to 2.0.10 and have custom templates. You need to update at least the *notification* templates in the System module. If you haven't modified those templates then is easy to delete and regenerate them. otherwise you would then re-apply your mods to them afterward.

If you used the upgrade patch you can check which templates have changed and need to be regenerated.

hope this helps.



84
DonXoop
Re: NewBB2 notifications not send email to users.

Have you made sure that System templates are updated? I had the same problem briefly until I made sure that my custom templates were updated (notification templates were updated and neded to be regenerated).



85
DonXoop
Re: linked Avatars save bandwidth

Been discussed before (and on every site that doesn't allow linked avatars). With proper avatars being <1K it is IMHO much better the way it is. On most sites I visit that do allow linked avatars I usually turn off external images because most people don't have a clue how to properly link them. If you allow linked you will have many or most of them at >100K which might seem to save your site bandwidth but all the users are using much more which makes your site look and perform like crap.

BTW, users can link external crap in the sig.

For me there are more reasons to not link avatars.



86
DonXoop
Re: how to setup intranet to access xoops in winXP computer?

I'll guess that your XOOPS_URL setting in mainfile.php is set to "127.0.0.1"? That is why it won't work anywhere else. You need to set it to the real IP of the machine. Better yet to set it to a DNS name that will resolve to the correct IP. This way you can make it work outside the local network too with the proper DNS setup.



87
DonXoop
Re: pngbehavior.htc and _403 forbidden errors

I'll be more interested in switching when an alternative is more stable (trade one problem for another), I can read more of the dev sites, and when xoops.org decides to use it. For now I'll stay on newbb. xoops.org apparently "insists" on using it too.

The mimetype might be clue so I'll look into that. So I'll thank you anyway.



88
DonXoop
Re: pngbehavior.htc and _403 forbidden errors

Bumping this one last time. Nobody else noticed "client denied by server configuration" errors in their server logs?

This only started since updating to 2.0.10. Running newbb 2.0.2. Nothing is set to deny access to these files and it seems to work most of the time.

examples:
client denied by server configuration: /xxxxxxxxx/modules/newbb/images/blank.gif

client denied by server configuration
: /xxxxxxx/_errors/_403.php



89
DonXoop
Re: Other viewers can't view page correctly. Please Help

That still won't work. The XOOPS_URL setting must be "http://pcdoctorservices.org" for it to work from the outside. Think of it this way, every page as it is now has a reference to 192.168.0.115 which from the outside nobody can see.



90
DonXoop
Re: Other viewers can't view page correctly. Please Help

I'll let you do the search for it but that is a DNS issue. It works for you because you are on the server and all calls (based on your mainfile.php file) are for 127.0.0.1 or localhost or the local net IP. That won't work for any other machines that can't reach the internal IP. The initial call from outside reaches the server but the source tries to call localhost for content.

You need to change mainfile.php URL to be pcdoctorservices.org . The next problem is then internal machines. DNS / hosts file




TopTop
« 1 ... 6 7 8 (9) 10 11 12 ... 107 »



Login

Who's Online

188 user(s) are online (108 user(s) are browsing Support Forums)


Members: 0


Guests: 188


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