Jump to content

rct2·com

Clients
  • Posts

    4,239
  • Joined

  • Last visited

  • Days Won

    8

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by rct2·com


  1. As for my websites, I have domain names, for instance http://www.bellepierre.info.




    All this is really not clear at all... I'll keep things like that, for a moment and I will contact the hosting company and ask them what I should do.



    Thank you ! :)




    In CPanel WHM you now need to add the domain http://www.bellepierre.info . CPanel will create folders and files on the server for this domain, and adjust Apache steering files on the server to tell the server about the doamin and allow the server to 'serve' the domain.
  2. I thought they were missing too but they're not. They were NOT written by IPS staff, so they are not in the official documentation section, they are in the Community section.

    All the community written articles are at http://community.invisionpower.com/resources/articles.html?category=28

    Under the Developer Articles tabs are the hooks articles to which I think you're referring.

  3. I'd like my mod to take advantage of the output class logErrorMessage and SendErrorNotification functions. They are called from output::ShowError but I need some inline error messages that I want to log and notify, and not stop execution with a big red ShowError message!

    I can get at these functions by extended the output class with a subclass of my own. But is there any reason why these particular functions are not declared Public?


  4. Ian, it's true that people don't use them, but the reason is they're not really post icons: they're mood icons, there are only 14 of them and they don't add any additional information to a thread.


    However, if you add your own post icons (and that's the whole point, they can be very useful)



    But don't you have to hack to add more than the standard 14? So isn't that option still open to you? To have a mod that puts them back, lets you define them, supports right-click etc?
  5. I thought when you right-clicked on the post icons that you were showing a feature that I didn't know existed. But it would appear that you have a hack installed on your board.

    Personally I don't agree. Sure your nice large icons help people find posts within a forum that may interest them, but a more efficient way (IMO) of organising the topics would for them to have their own forums. e.g Apple forum, Linux forum, ... Organising like that helps visitors focus much more quickly on what they may be interested in, rather than having to find the correct post icon.

    I do use post icons a lot, and will miss them. But I guess I'm not so bothered about their deprecation that I bother to make a YouTube video. :)

    My 'must have' feature I want back is the link to go to the 'first unread' post in the search results screens. I don't want the last post if I cannot see the unread posts before the last one. That's their biggest mistake.

  6. They can really give it any name you like. It *might* be important to you that it has the same name as before. It's normally passed on by any mail server programs running on your server for example. If external spam filters have 'trusted' your server name, it's useful to keep it.

    However, if you were on shared hosting, the server name will already exist, and you won't be able to use it again.

    As you point out, if the server name included the name of the previous hosting company, neither company is going to be happy if you want to move it.

  7. It seems to me that heated/contentious topics can often cause flaming/trolling and excessive use of positive and negative reputation. A single topic could skew reputation values for certain members.

    Good moderators often close topics that are overly inhabited by flaming/trolling posts. Much better that than hide them completely. What I am thinking is that it would be good if, once a topic has been closed, that it should be no longer possible to add/subtract reputation from posts in that topic.

    Similarly for topics with polls. Once closed, no more voting.

  8. If I were a director of InVision, with the well documented turmoil going on at vbulletin, and a tranche of new versions of stuff here, plus some brand new products, some good strong user documentation would be right near the TOP of my list of things to do,to make it (as far as possible) a 'no brainer' decision to both buy the product if I didn't have a board, and to transfer over to it, if I didn't.

    I say that even though I have been very public in my discontent about the lack of support in general (not just documentation) for developers. I think a user manual would be a priority.

  9. The thing is, if we believe that IPB3 is well-written and doesn't need 128MB, then maybe asking hosts to raise the limit is a BAD idea, especially in a shared hosting environment? It increases the risk that another badly written script on another site on the same server could cripple the server and thus your site.

  10. I don't fully understand threading/execution/memory handling either m4rtin. But I have seen servers DIE because Apache has too many processes loaded into memory simultaneously. While they wait their 'turn' for some CPU they sit in memory. If the amount of memory each Apache process 'reserves' is influenced by this 128MB PHP setting, then that memory will fill up faster.

    As soon as all the memory is used up, the system starts 'paging', swapping out processes onto disk. Eventually, the server locks up as it spends more time paging stuff in and out of memory rather than doing any processing.

    The maximum number of Apache processes that will be allowed to simultaneously occupy memory is set by the MaxClients setting in httpd.conf. If the server becomes especially busy for some reason, and each process is asking for a lot of memory, the server soon 'dies'.

×
×
  • Create New...