51
stuie200
Re: Default Avatar dispaly
  • 2006/2/12 23:11

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


see this post i made, it should answer your questions

Regards

Stuart
"I'm as confused as a baby in a topless bar."



52
stuie200
Re: Edito & Members
  • 2006/2/11 20:19

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


* bump *

I'm still looking for any ideas if any members can shed any light on this or if they could suggest a module which would give me this functionality

Thanks

Stuart
"I'm as confused as a baby in a topless bar."



53
stuie200
Re: xoops question
  • 2006/2/9 16:05

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


was this question not asked and also answered the other day on this thread

Quote:
Quote from Davidl2:- From a quick look - I don't think theres anything here that XOOPS cannot do. Skynet seems to include a number of modules as default. So if you download XOOPS 2.0.13.2, CBB, a good gallery and a good content module - you will have most of what you need
"I'm as confused as a baby in a topless bar."



54
stuie200
Re: Block issues
  • 2006/2/7 17:11

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


Go into Admin -> System Admin -> Groups and select the Anonymous Users from the list and apply whatever changes you want by ticking the relevant boxes you want the Anonymous group to be able to view then click "Update Group" and that should be done.

You may need to change a few options with some modules as well to ensure the correct settings are applied.

Regards

Stuart
"I'm as confused as a baby in a topless bar."



55
stuie200
Re: block an IP range?
  • 2006/2/7 16:20

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


You can block by the User-Agent string. Add this to your htaccess file if you have access to it.

-----------------------------------------------------
SetEnvIfNoCase User-Agent "^OmniExplorer_Bot" bad_bot

<Limit GET POST>
Order Allow,Deny
Allow from all
Deny from env=bad_bot
</Limit>
-----------------------------------------------------


or you could also try the following again in your htaccess file


-----------------------------------------------------
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^OmniExplorer [OR]
RewriteRule ^.* - [F]
-----------------------------------------------------
"I'm as confused as a baby in a topless bar."



56
stuie200
CBB - Viewing Options
  • 2006/2/7 10:05

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


Not so much as a problem but more of a request this one, I have had a post placed on my forums which contains the following request and I wondered if this is possible.

Quote:
when logged in or just visiting. Whenever I select a topic, it always goes directly to the last post made in that topic, so I have to scroll up to read the previous posts that have been made. Personally I think it would be much better if that page started with the first post in the topic so you could scroll through and find where you read to last time. Just a personal preference really


I am running XOOPS 2.0.13 with CBB 1.6

Thanks to all who reply
"I'm as confused as a baby in a topless bar."



57
stuie200
Re: http referer - the final post!! Why am I being redirected here?
  • 2006/1/23 16:55

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


Again, continuing from what Monty was saying in his earlier post because it is very likely what he is saying is correct I thought I would also mention about cookies, we have a problem at our place of work with Internet Explorer security settings being set to high and preventing the placement of cookies on our customers machine, maybe as a long shot you may also have this issue.

Just a though
"I'm as confused as a baby in a topless bar."



58
stuie200
Re: http referer - the final post!! Why am I being redirected here?
  • 2006/1/22 21:35

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


To further what Monty is saying you may also read this FAQ featured on my site

Click hereto access my information
"I'm as confused as a baby in a topless bar."



59
stuie200
Re: ExtCal - Changing date order of events
  • 2006/1/20 9:47

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


I have found a fix for the date order listing in the year calender so i thought i would post it here for the benefit of other members like i said i would.

To list them in date order rather than listing them in the date they where submitted you just simply need to download the latest version from the Authors site (click here for Authors Site) and update the module using the normal module update method after uploading the new files to your server and this will rectify this bug.

If you wish to change the date listing in the year view from DESC to ASC this change can be made in /class/event.php in the getEventYear function about half way down the page

Regards

Stuart
"I'm as confused as a baby in a topless bar."



60
stuie200
Re: ExtCal - Changing date order of events
  • 2006/1/17 22:47

  • stuie200

  • Friend of XOOPS

  • Posts: 161

  • Since: 2004/1/4 2


Thanks msdana,

I'll post here if i can find the fix
"I'm as confused as a baby in a topless bar."




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 15 »



Login

Who's Online

182 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 182


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