[Released] Chat Archive for AJAX Chat

MODs and Styles for phpBB3.

To post your MOD or style, go to the STG MOD Manager
Forum rules
Go to http://startrekguide.com/mods to submit your MOD or style

[Released] Chat Archive for AJAX Chat

Postby Gonculator » 21 Dec 2008, 19:28

MOD Title: Chat Archive for AJAX Chat
MOD Author: nicholasalipaz
MOD Description: Adds a chat archive to AJAX Chat by Handyman, you must have AJAX Chat installed on your board for this to work.

Download Page: http://nicholas.alipaz.net/ajax-chat-ar ... hpbb3.html
Download (direct link): http://nicholas.alipaz.net/system/files ... rchive.zip
MOD Version: 2.0.0.9
MOD Status: Released

Tested on phpBB version: 3.0.4
Released: 27 Dec 2008

Installation Level: easy
Installation Time: ~ 3 Minutes

Demo: Click here to visit the demo website

This is an automated message posted by STG?s MOD Manager version 0.2.0
Last edited by Gonculator on 26 Dec 2008, 23:48, edited 5 times in total.
Reason: MOD Updated
I am Gonculator, the STG Forum Robot -- Please do not PM me, I will not answer, but I will eat users who PM me. :twisted:
User avatar
Gonculator
Forum Robot
Forum Robot
 
Posts: 640
Joined: 16 Nov 2006, 21:52
Location: Forum Robot
Gender: Male


Re: [Released] Chat Archive for AJAX Chat

Postby nicholasalipaz » 21 Dec 2008, 19:45

You may need to edit the template file to match your layout. The one provided is very slim.
nicholasalipaz    
Supporter
Supporter
 
Posts: 110
Joined: 28 Jun 2007, 18:23
Location: Los Angeles, CA
Gender: Male
phpBB Knowledge: 8

Re: [Released] Chat Archive for AJAX Chat

Postby JeRicHoOL » 22 Dec 2008, 00:11

Sorry, Double Post
Last edited by JeRicHoOL on 22 Dec 2008, 09:51, edited 1 time in total.
My signature has been stolen.
JeRicHoOL
Lieutenant
Lieutenant
 
Posts: 339
Joined: 10 Aug 2008, 11:46
Location: Germany
Favorite Team: Bayern Munich
Gender: Male
phpBB Knowledge: 2

Re: [Released] Chat Archive for AJAX Chat

Postby JeRicHoOL » 22 Dec 2008, 00:12

Thanks for this mod. I'll install it now.

:hello:
My signature has been stolen.
JeRicHoOL
Lieutenant
Lieutenant
 
Posts: 339
Joined: 10 Aug 2008, 11:46
Location: Germany
Favorite Team: Bayern Munich
Gender: Male
phpBB Knowledge: 2

Re: [Released] Chat Archive for AJAX Chat

Postby JeRicHoOL » 24 Dec 2008, 21:39

Picture: http://i107.photobucket.com/albums/m287 ... 250422.gif

The delete button is some kind of cut off on the bottom.
The button doesn't work in my arcgive.
Is there a way to put the white line on a seperate place? Now it's like that the line changes its place depending on the date. It doesn't look good.
Let me know when you need the content of a file.

I hope someone can help me out.

:hello:
My signature has been stolen.
JeRicHoOL
Lieutenant
Lieutenant
 
Posts: 339
Joined: 10 Aug 2008, 11:46
Location: Germany
Favorite Team: Bayern Munich
Gender: Male
phpBB Knowledge: 2

Re: [Released] Chat Archive for AJAX Chat

Postby nicholasalipaz » 25 Dec 2008, 08:23

The button is clipped because of the line height. I am not really bothered by it since only admins/mods see it. However, I could just replace the image with something else smaller if you like.

Also, for the delete in the chat. I removed the function for delete in the template I think. oops. I can update that.

Let me know what your ideas are on the line height and I will do both the updates.
nicholasalipaz    
Supporter
Supporter
 
Posts: 110
Joined: 28 Jun 2007, 18:23
Location: Los Angeles, CA
Gender: Male
phpBB Knowledge: 8

Re: [Released] Chat Archive for AJAX Chat

Postby JeRicHoOL » 25 Dec 2008, 17:54

Well, if you would make the height a bit bigger would the button be fully displayed? I would want that :D
Also it would be good if you integrate the delete function again. No one has to use it. It's an option :grin:

Anyways, do you know a solution for the white line next to the date? It just looks stupid. It would be better if this line has a fixed place so the archive would look more professional.

Thanks for listening. :hello:

EDIT: I just found an error.

When I click on "Check for MOD updates" in the ACP (System -> Automation) I get the following error.

Code: Select all
[phpBB Debug] PHP Notice: in file /includes/acp/acp_version_check.php on line 51: call_user_func(ajax_chat_archive_version::version) [function.call-user-func]: First argument is expected to be a valid callback

Fatal error: Cannot redeclare class ajax_chat_version in /adm/mods/ajax_chat_version.php on line 21


How to fix this?
My signature has been stolen.
JeRicHoOL
Lieutenant
Lieutenant
 
Posts: 339
Joined: 10 Aug 2008, 11:46
Location: Germany
Favorite Team: Bayern Munich
Gender: Male
phpBB Knowledge: 2

Re: [Released] Chat Archive for AJAX Chat

Postby nicholasalipaz » 26 Dec 2008, 03:30

JeRicHoOL wrote:Well, if you would make the height a bit bigger would the button be fully displayed? I would want that :D

I will change that in the next update.
JeRicHoOL wrote:Also it would be good if you integrate the delete function again. No one has to use it. It's an option :grin:

I will certainly add that back in. I removed all ajax functions since I didn't want the archive refreshing. However didn't notice I removed the delete function.
JeRicHoOL wrote:Anyways, do you know a solution for the white line next to the date? It just looks stupid. It would be better if this line has a fixed place so the archive would look more professional.

I will check on this too. However this is weird since my site has everything from your site reversed:
http://custombuttons2.com/forum/chat_archive.php
I don't know why. I will check and see if I messed up in the template.
JeRicHoOL wrote:Thanks for listening. :hello:

your welcome
JeRicHoOL wrote:EDIT: I just found an error.

When I click on "Check for MOD updates" in the ACP (System -> Automation) I get the following error.

Code: Select all
[phpBB Debug] PHP Notice: in file /includes/acp/acp_version_check.php on line 51: call_user_func(ajax_chat_archive_version::version) [function.call-user-func]: First argument is expected to be a valid callback

Fatal error: Cannot redeclare class ajax_chat_version in /adm/mods/ajax_chat_version.php on line 21


How to fix this?

I will fix it in the next update. It is from a missed change in one of the files. I based that file on the one provided in the ajax chat and I missed changing one of the namespaces. I will fix.

Thanks for trying it out. Give me a few days to fix the changes.
nicholasalipaz    
Supporter
Supporter
 
Posts: 110
Joined: 28 Jun 2007, 18:23
Location: Los Angeles, CA
Gender: Male
phpBB Knowledge: 8

Re: [Released] Chat Archive for AJAX Chat

Postby nicholasalipaz » 26 Dec 2008, 23:30

all previously mentioned issues fixed, please get the latest version. Link in first post.
nicholasalipaz    
Supporter
Supporter
 
Posts: 110
Joined: 28 Jun 2007, 18:23
Location: Los Angeles, CA
Gender: Male
phpBB Knowledge: 8

Re: [Released] Chat Archive for AJAX Chat

Postby JeRicHoOL » 27 Dec 2008, 07:37

Nicholas, can you give me the code change to add the delete function back in? Because on the new version of the chat the time is on the right site.

Picture: http://i107.photobucket.com/albums/m287 ... 271415.gif

I will use my old template and try to adjust it myself. I just need the delete feature for it.
Thanks :hello:

EDIT: For some reason the mod is not updated in the mod version check. I uploaded the new files and it still says I'm using the old version. I think you forgot that in the mod version check file.
My signature has been stolen.
JeRicHoOL
Lieutenant
Lieutenant
 
Posts: 339
Joined: 10 Aug 2008, 11:46
Location: Germany
Favorite Team: Bayern Munich
Gender: Male
phpBB Knowledge: 2

Next

Return to phpBB3 Customizations

Who is online

Users browsing this forum: AhrefsBot, Ezooms Bot, Google Adsense [Bot] and 12 guests