Jump to content

3DKiwi

Friends
  • Posts

    6,002
  • Joined

  • Last visited

  • Days Won

    6

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by 3DKiwi

  1. 1. The name on the "Portal" tab is set in the General Configuration settings: Website name. Change that to whatever you want. 2. The content of the portal page is done by editing the portal skin template i.e. Loook and feel > Your skin > Portal > skeletonTemplate 3DKiwi
  2. You can add a reply button by editing the topic view template. Find: <li><a href="{parse url="module=post&amp;section=post&amp;do=reply_post&amp;f={$this->request['f']}&amp;t={$this->request['t']}&amp;qpid={$post['post']['pid']}" base="publicWithApp"}" title="{$this->lang->words['tt_reply_to_post']}">{parse replacement="reply_post_icon"} {$this->lang->words['post_reply']}</a></li> Add below <li><a href='{$displayData['reply_button']['url']}' title='{$this->lang->words['topic_add_reply']}' accesskey='r'>{parse replacement="{$displayData['reply_button']['image']}_icon"} {$this->lang->words['topic_add_reply']}</a></li> Hope this helps. I edited the language file to make the Quote reply button actually say Quote reply. 3DKiwi
  3. The cost was $150. Hope this helps. 3DKiwi
  4. No my server isn't hosted with IPS. I just got in touch by email and asked them about making my server more reliable. They came back with a price. I agreed and they did it. 3DKiwi
  5. You know for anyone wanting their server optimized, I would save all the heartache and get IPS to optimize your server for you. I had them do this for my dedicated server last week. The price was pretty reasonable and saved me tinkering with stuff I didn't have a clue with. 3DKiwi
  6. I added a few buttons and renamed things like attached. I hardly have any quoted replies. Without doing this most members were using Quote reply as their standard means of replying. 3DKiwi
  7. I too would like to uninstall this mod and have loaded the unlock xml file. I don't get the uninstall button next to the settings. I was able to delete the task from the system schedule. I have deleted the uploaded files. I want to install and run the site map generator by someone else but want to fully uninstall this mod first. Please help. 3DKiwi
  8. Re Recent Posts hook. IP Content can be used to create a Recent Posts block. I've created one and so far it doesn't seem to have overloaded the system whereas the one in the Resources section did (same one as linked to above). Here's what it looks like. I also created a Recent Topic block as well. The only thing I haven't figured is how to only show the last reply from the most recent replies. With a busy topic you may get 2-3 replies from the same topic showing. 3DKiwi
  9. Kiterman - you mean post icons? if so then they haven't been removed just tucked away. Just a matter of using the full editor and clicking on the options button. 3DKiwi
  10. It appears to be in 3.0.5 which isn't out yet. 3DKiwi
  11. This article here in the IPS knowledge base is how I do it. Exporting and restoring large databases is a doddle using this method. Just make sure that when you are restoring a database that you have first created a new blank database. 3DKiwi
  12. So what's the difference between this hook and the built in "Today's Top Posters" hook? Thanks 3DKiwi
  13. Thanks. This is at least some progress. I can probably go back to using the Lightbox for attachments now that images can be saved. 3DKiwi
  14. Ditto using a shell. What you should be doing is setting up a test forum on thye new server then test restoring the database. 3DKiwi
  15. Perhaps many of us don't use / don't allow remote image hosting? I agree however that using images in forums needs improvement and even with image attachments like I use at my site, version 2 was superior to version 3. In version 2 clicking on an image attachment opened the image in a new window. If you had multiple image attachments then you could open them all for comparison if you wanted to. Now it's either using Lightbox or Lightbox disabled. With Lightbox disabled image attachments open in the same window so doing image comparisons is no longer possible. Then if you do use Lightbox you can't save images and you can't do image comparisons. Then of course there's the issue of no image size restrictions either for remote hosted images or image attachments. IPS needs to tidy up the use of images in posts before adding fancy new enhancements. 3DKiwi
  16. The bandwidth is very low. Not really comparable to similar prices with other hosting companies. 3DKiwi
  17. IPS aren't in the business of general hosting. They are in the business of providing forum hosting solutions i.e. IPB forum and hosting. They can then offer hosting solutions tailored to meet IPB forums. 3DKiwi
  18. I can see the logic in having an IPB forum hosted by IPS but can't see any logic in hosting a VB forum with them since IPS wouldn't be able to provide any assistance with the forum if things go wrong. Therefore you might as well host the VB forum somewhere else where the price is a bit lower. But why anyone would want to use VB is beyond me!! 3DKiwi
  19. What version of IPB are you running? Think I must get 500 users per hour at peak times and I'm running a lower specced dedicated server. I don't understand your question at the end. Linux mumbo jumbo. You might want to file a support ticket with IPS and get them to have a look at your configuration. 3DKiwi
  20. I added the "View Todays Active Content" link so that it appears next to the "View new content" link. The template to edit is Global Templates > globalTemplate Find: {$this->lang->words['view_new_posts']}</a></li> Paste after: <li><a href="{parse url="app=core&amp;module=search&amp;do=active" base="public"}" title="{$this->lang->words['today_active_cont']}">{$this->lang->words['new_active_cont']}</a></li> Hope this helps. 3DKiwi
  21. I run a reasonably active board and I'm not experiencing any resource issues. (dedicated server) I was with the recent posts hook in the resources section here and had to uninstall it. I have mine refreshing every 60 seconds. I could probably have it updating on demand and not have any problems. 3DKiwi
  22. It's sort of like that now with forum attachments being stored in folders named like "monthly_01_2008". What I would like to see is gallery images storage tidied up as I have a large number of folders titled with Unix date stamps which don't mean a lot. Uploaded avatars need tidying up as well as these just get dumped in the uploads folder. But yes storing by year then monthly sub folders would be a lot tidier. 3DKiwi
  23. Most forums don't allow guests to post so it isn't an issue. If you have IP Content then you can create your Recent Topics block. With that you can exclude forums that recent topics get pulled from. Using that you could only pull topics from forums where guests can't post. 3DKiwi
×
×
  • Create New...