1
MrMercutio
Re: Redirecting users and links to archive xoops site with htaccess file?
  • 2009/5/12 21:10

  • MrMercutio

  • Just popping in

  • Posts: 12

  • Since: 2006/7/30


Okay, i fail at google, because i only ever found the ancient Xpress and the module at xoops-magazine.de

But alas, all the work is done, and if anyone knows how to redirect, i would very much appreciate if you could give me a hint where to look.

Thanks.



2
MrMercutio
Redirecting users and links to archive xoops site with htaccess file?
  • 2009/5/12 20:14

  • MrMercutio

  • Just popping in

  • Posts: 12

  • Since: 2006/7/30


Hey,

I'm running into a bit of trouble, and I was hoping I could ask your advice. I'm running an aging blog on a XOOPS platform using the old XPress module.

My intention is to deprecate the use of the wordpress module in Xoops. It is a great module, but it is dead and no one seem to be maintaining it.

I have mirrored the old site to keep in the archive, i would like to use .htaccess to permanently move all the incoming visitors and links to the subdomain "old".

The link pattern in both sites are [mydomain.com]/modules/wordpress/[the blog post link].

So, any blog post link out there should go to old.mydomain.com - not the top domain.

I've read dozens and dozens of htaccess guides, but i can't seem to find the answer. It will probably be very simple, but so far all my attempts to edit the htaccess results in a 500-error.

RewriteCond %{HTTP_HOST} ^http://[mydomain.com/modules/wordpress/ [OR]
RewriteCond %{HTTP_HOST} ^http://[www.mydomain.com]/modules/wordpress/
RewriteRule ^(.*)$http://old.[mydomain.com]/modules/wordpress/$ [R=301,NC,L]

Hopefully you all know the answer, and hopefully you could share it with me before I get completely bald from tearing my hair out.

Cheers and thanks in advance.




3
MrMercutio
Re: Advantages of XOOPS over other CMS
  • 2007/4/18 14:17

  • MrMercutio

  • Just popping in

  • Posts: 12

  • Since: 2006/7/30


That's an impossible question. It all depends on what you want to do. :)

I find that for blogging, XOOPS is unmatched in that you can run a dual system with XOOPS functionality, and witth Wordpress for blogging.

If I want a prettier system, I use Joomla.



4
MrMercutio
Re: 2 right columns
  • 2007/4/18 13:29

  • MrMercutio

  • Just popping in

  • Posts: 12

  • Since: 2006/7/30


Just wondered why I got lots of traffic from here suddenly... I operate the mentioned blog above.

My theme.html is modified and uses a table with four columns. The column widths are controlled by style.css.

The last column isn't hard coded, but in XOOPS you can use module positions, and I use something like user9, or something. I've just removed the header from the blocks, and set these blocks to use different css-code than regular blocks.

Edit: Sorry, got a bit of a brain meltdown above. That's from my joomla site. That should teach me to use lots of different CMS:s. My Xoops-blog uses the top-center-right block position for my ads. The left- and right-columns (the normal ones) uses the common positions.

You just have to write a loop (in the rightmost column) to show the top-center-right blocks).



5
MrMercutio
Re: I did it! :)
  • 2007/1/16 19:17

  • MrMercutio

  • Just popping in

  • Posts: 12

  • Since: 2006/7/30


Quote:

incama wrote:
Funny to see that some parts of my old work is still used on the net,.great adjustment as I may add;)


Well, it is a nice simple theme, particularly for a guy who had no imagination at the time and when all I ever came up with were attempts whose guiding characteristic could be described as 'Yuck!'. :)



6
MrMercutio
Re: BM-Survey 0.64 does not record any data
  • 2006/12/31 13:06

  • MrMercutio

  • Just popping in

  • Posts: 12

  • Since: 2006/7/30


Thank you all for your replies. I "solved" the problem by ditching BM-Survey altogether and installed the Survey-module instead - a shame because I think the BM-Survey was more advanced, and had a greater ranger. However, I just couldn't get it to work, and function is after all everything.



7
MrMercutio
Re: BM-Survey 0.64 does not record any data
  • 2006/12/30 23:10

  • MrMercutio

  • Just popping in

  • Posts: 12

  • Since: 2006/7/30


There are no CHMOD-issues and the survey has been activated. I tried to clone it, as you said - as well as upgrading XOOPS to 2.0.16.

These are the results - one from a CSV export to Excel and the other from the internal XOOPS visualisation of the results.

Internal visualisation:
Resized Image

CSV Export to Excel:
Resized Image

I of course gave the five first questions 5 points each on the ranking scale.



8
MrMercutio
Re: BM-Survey 0.64 does not record any data
  • 2006/12/30 22:09

  • MrMercutio

  • Just popping in

  • Posts: 12

  • Since: 2006/7/30


Hmmm... Do you think it matters for a module that claims 2.0.x compatibility? I'm willing to try anything at this point.



9
MrMercutio
BM-Survey 0.64 does not record any data
  • 2006/12/30 19:32

  • MrMercutio

  • Just popping in

  • Posts: 12

  • Since: 2006/7/30


Hello, bm-survey seems to be a very good module, but I do have a serious problem with it - it will not record any data about a survey I'm performing.

I've tried to ask about this on the developer's board, but perhaps the developer is away over the new years or something. Perhaps one of you might know what to do?

Bm-survey does not record any data, neither in the database or on file. When I try to export the data as CSV only the fields are included - but none of the respondents entries. When I review the online reports it is the same.

I do not have access to the Apache server to change any of the things that are marked in red on my status check page.

***************** Data from my Status Check page ****************
PHP Information

* Version: 4.4.2
* OS: Linux
* SAPI: apache
* register_globals: No
* magic_quotes_gpc: No
* magic_quotes_runtime: No
* safe_mode: No
* open_basedir: /home/dagensp:/usr/lib/php:/usr/local/lib/php:/tmp

PHP Extensions

* dBase: No
* GD: Yes -- bundled (2.0.28 compatible)
* GNU Gettext: Yes
* LDAP: No
* MySQL: Yes
* PHP Extension Dir (compiled): /usr/local/lib/php/extensions/no-debug-non-zts-20020429
* PHP Extension Dir (run time): ./
*****************************************************************

I have XOOPS 2.0.15. You can see the survey here: BM-Survey survey

Thanks in advance



10
MrMercutio
Re: I did it! :)
  • 2006/12/30 6:33

  • MrMercutio

  • Just popping in

  • Posts: 12

  • Since: 2006/7/30


Quote:

rabideau wrote:
In Firefox it looks like you might have some minor width problems with your grey bars. They space differently from other items on the page.


If you mean the big strip of grey next to the side bar, then it is supposed to be the way it is - I didn't want to waste all that space.

I should say that what basically remains of Incamas theme is the CSS - pretty much everything else is heavily modified or replaced.




TopTop
(1) 2 »



Login

Who's Online

140 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 140


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