php forum
php mysql forum
php mysql smarty
 
Page 15 of 15 < 1 2 ... 13 14 15
Topic Options
#256662 - 10/24/03 12:33 PM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: luan]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
One nice new feature, which probably wouldn't be easy to implement, is to make Hivemail use threads usergroups, like Photopost <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#256663 - 10/24/03 09:05 PM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: luan]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
[]donJulio said:<br />One nice new feature, which probably wouldn't be easy to implement, is to make Hivemail use threads usergroups, like Photopost <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> [/]<br /><br />That is the main thing I'm waiting for.. that and being able to use seperate databases. There is just no way I am going to combine the two databases, the threads one is huge enough as it is <img src="http://www.ubbdev.com/forum/images/graemlins/frown.gif" alt="" /><br /><br />But I base everything on groups, so that is a key feature.

Top
#256664 - 11/17/03 02:55 PM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: palmen]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
Another couple of suggestions of thought of, in addition to having Hivemail use .threads user groups and auto-login:<br />Instead of clicking on the flashing newem.gif and going to the hivemail login page, have it take the user to My Home, just like clicking on a newpm.gif indicator.<br /><br />In the table that called: Message Box, add more rows for email info. Have a new tdheader classed row called "Email" and beneath it a row just like the PM rows with:<br />Send an Email<br />Emails in Inbox (read/unread)<br />Sent emails<br /><br />Then clicking on the varous links, they would go to appropriate page within Hivemail. Obviously this depends on auto-login as well. If we could add other rows for emails in the user created hivemail folders, that would also be nice <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#256665 - 11/17/03 04:10 PM Re: Beta-[6.3] HiveMail - Integration 1.0 [Re: luan]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Remember clicking on a private message takes you to the private message system the same as clicking on email takes you to hivemail<br /><br />Now it should not be that hard to locate the code for PM and replicate what is needed to allow us to see how many emails we have read and not in there like PM's
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#256666 - 12/24/03 02:04 AM UPGRADED TO Threads 6.4, have an error [Re: sf49rminer]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
I get this error when edit my basic profile, on the changebasic.php page:<br /> [] Fatal error: Cannot redeclare hivemail_check_name() (previously declared in /home/laondal/public_html/correo/includes/ubbthreads_plugin.php:79) in /home/laondal/public_html/correo/includes/ubbthreads_plugin.php on line 77 [/] <br /><br />Any ideas? Also, I've noticed a change in the pm-style notification for emails. Before, hovering over the icon would make this pop up: You have x unread emails<br />Now it just says: You have x<br /><br />BTW, the instructions for this mod will need to be updated a little bit now that 6.4 is out.
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#256667 - 01/07/04 10:43 PM Re: UPGRADED TO Threads 6.4, have an error [Re: luan]
Tom_H Offline
Journeyman

Registered: 08/20/03
Posts: 134
My code is modified so that the user name is the hivemail add name so my line 77 is different from yours but the error indicates a redeclaration, therefore, try changing "require" to "require_once".<br /><br />Tom

Top
#256668 - 01/08/04 12:00 AM Re: UPGRADED TO Threads 6.4, have an error [Re: mdr]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
What file do I need to do that in? I really have no idea <img src="http://www.ubbdev.com/forum/images/graemlins/frown.gif" alt="" />
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#256669 - 01/08/04 10:28 AM Re: UPGRADED TO Threads 6.4, have an error [Re: luan]
Tom_H Offline
Journeyman

Registered: 08/20/03
Posts: 134
Do a "find and replace" using find = "require" and replace = "require_once" on the<br /><br /> /home/laondal/public_html/correo/includes/ [:"red"] ubbthreads_plugin.php[/] <br /><br />file. <br /><br />Save, upload, test.<br /><br />Tom

Top
#256670 - 01/08/04 12:58 PM Re: UPGRADED TO Threads 6.4, have an error [Re: mdr]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
That wasn't it, but you did light a lightbulb in my head. I remeber there being a thing about changin require to require_once in ubbt.inc.php and I found it. I changed it and now there aren't any problmes. Thanks!
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#256671 - 01/10/04 08:11 AM Re: UPGRADED TO Threads 6.4, have an error [Re: luan]
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
sorry folks, wanted to upgrade the zip for the last six month with the fix in ubbt.inc and never gone fown to actually doing it <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> it is now updated so i think there is no bugs left.
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#256672 - 01/10/04 03:25 PM Re: UPGRADED TO Threads 6.4, have an error [Re: egor]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
cool thanx Charles
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#256673 - 02/28/04 07:51 PM Re: UPGRADED TO Threads 6.4, have an error [Re: 234234]
Tom_H Offline
Journeyman

Registered: 08/20/03
Posts: 134
Anyone with this hack (+ many others) try the upgrade to threads 6-4?<br /><br />Just wondering how big a PITA it is.<br /><br />Tom

Top
#256674 - 03/01/04 01:13 PM Re: UPGRADED TO Threads 6.4, have an error [Re: mdr]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
I've got it going w/ 6.4. Sometimes when you're copying text to find from the instructions and you use the find function of your text editor, sometimes it won't find the text block. What I did in a couple of those instances is just do a search for the first few words of a block of text instead of the whole thing and I got it to work that way.
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#256675 - 04/08/04 03:15 PM Re: UPGRADED TO Threads 6.4, have an error [Re: luan]
Tom_H Offline
Journeyman

Registered: 08/20/03
Posts: 134
So you didn't do the "Upgrade" you went through file by file comparing differences?

Top
#256676 - 05/24/04 10:00 AM Re: UPGRADED TO Threads 6.4, have an error [Re: mdr]
Tom_H Offline
Journeyman

Registered: 08/20/03
Posts: 134
Since my PHP is less than good I thought I'd throw this up on this thread...<br /><br />If I can transfer the username and login or the session variables between Hive and Threads; wouldn't it be possible to integrate Threads and Hivemail with my users only having to log in once to Threads and bypass Hivemail login(currently my site is set up so that my users usernames and passwords are the same for both)? <br /><br />Basically just log into Threads and use Threads as the portal to Hivemail? <br /><br />Or, another possibility - since my users usernames and passwords are the same for both - have it so that when my users log into Threads have a PHP include that automatically logs them into Hivemail essentially bypassing the "Login" dialog?<br /><br />The way I'm set up now is my users log into Threads, and once logged in there is a link to "E-Mail" which brings them to the Hivemail login screen where they again enter the user and pass that they just entered for Threads. The concept sounds fairly straight forward (?) with the goal being to have the link to "E-Mail" bring them right into their in box.<br /><br />Any suggestions as to where I should start?<br /><br />Thanks in advance.<br /><br />Tom

Top
#256677 - 05/24/04 10:03 AM Re: UPGRADED TO Threads 6.4, have an error [Re: mdr]
scroungr Offline
Old Hand

Registered: 10/17/03
Posts: 2409
Loc: Richmond, VA
I would start with looking at two things.. the hivemail members database especially the members table and especially the members login and password fields and names.. then look at the threads database users table U_Login and U_Password fields and see just how easily you can match it up with a little script.
_________________________
Couchtomatoe - www.couch-tomatoe.cc
My abilities are for hire for installs, upgrades, custom themes and custom modifications.

Top
#256678 - 05/24/04 11:55 PM Re: UPGRADED TO Threads 6.4, have an error [Re: 234234]
Tom_H Offline
Journeyman

Registered: 08/20/03
Posts: 134
In my current setup the Threads username is the Hive username and the pass is the same for both as well. The way I see it there are 2 issues... <br /> <br />1. My users at registration, can opt out of an email address and therefore would not be in the Hive database. Not a real big deal, just an if else. <br /> <br />2. Catching the username and pass before it is encrypted and compared to the MySQL U_Login and U_Password fields and passing the unencrypted vars to Hivemail. <br /> <br />Am I correct in assuming that these are the only true issues or am I over simplifying the problem? <br /> <br />---[edit]----------------------------------- <br />I was just going through Hive files and in 'include/sessions.php' lines 79 and 80 will attempt to login a user who may not have 'loggedin' but provides a username and pass... If I 'require_once' 'hive/include/sessions.php' in the Threads 'login.php' and assign the user and pass from the Threads to the var names in the Hive 'include/sessions.php' will this enable me to start a session in Hive and allow me to do what I am trying to do or am I again oversimplifying the issue? <br /> <br />***** Nope ~ didn't work - figures, sounded way too easy. <br /> <br />---[/edit]--------------------------------- <br /> <br />Thanks, <br />Tom


Edited by Tom_H (05/25/04 01:36 AM)

Top
#256679 - 09/07/04 11:25 PM Error w/ Hivemail 1.3.1 [Re: mdr]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
So far I have this mod updating email correctly, but now I can't get new users signed up after upgrading Hivemail to version 1.3.1. <br /> <br />I get this MySQL error in the error log while trying to add an email address for a test user: <br /> <br /> [] Unable to do_query: INSERT INTO .hive_user (userid, username, password, usergroupid, skinid, realname, regdate, lastvisit, cols, birthday, options, replyto, font, timezone, soundid, domain, vbuserid, altemail, aliases) VALUES (NULL, 'alfa164', '81dc9bdb52d04dc20036dbd8313ed055', 2, 1, '', 1094549124, 1094549124, 'a:6:{i:0;s:8:\"priority\";i:1;s:6:\"attach\";i:2;s:4:\"from\";i:3;s:7:\"subject\";i:4;s:8:\"datetime\";i:5;s:4:\"size\";}', '', USER_DEFAULTBITS, 'alfa164@laondalatina.com', 'Verdana|10|Regular|Black|None', '', 26, '@laondalatina.com', 3573, '', 'alfa164') - Unknown column 'vbuserid' in 'field list' [/] <br /> <br />Now I've looked into the .hive_user table in the database and vbuserid field is no longer there. There IS a field called forumuserid. If anyone has any suggestions I would appreciate it. I'm sure it's a very simple fix to make this work with version 1.3.1 of Hivemail, but I can't figure this out. BTW, this error is in the adduser.php script. <br /> <br />****EDIT**** <br />I've solved this by removing vbuserid and replacing it with forumuserid in the ubbthreads_plugin.php file in the hivemail includes folder. I do have a couple other MySQL errors. I'll keep working on this and post the changes that I made for everyone else.


Edited by donJulio (09/08/04 12:03 AM)
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
#256680 - 09/08/04 03:50 AM Re: Error w/ Hivemail 1.3.1 [Re: luan]
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
yes that was what you were supposed to do in order to fix the error <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> the hivemail team have changed a number of parameters in order to be more open to forum integration and not just vb.
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#256681 - 09/08/04 09:07 AM Re: Error w/ Hivemail 1.3.1 [Re: egor]
donJulio Offline
Code Monkey

Registered: 06/17/02
Posts: 682
Loc: CA, USA
[]Charles said:<br />yes that was what you were supposed to do in order to fix the error <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> the hivemail team have changed a number of parameters in order to be more open to forum integration and not just vb. [/]<br /><br />Maybe you can provide some insight into this error:<br /><br /> [] Unable to do_query: INSERT INTO .hive_user (userid, username, password, usergroupid, skinid, realname, regdate, lastvisit, cols, birthday, options, replyto, font, timezone, soundid, domain, forumuserid, altemail, aliases) VALUES (NULL, 'test82', '', 2, 1, '', 1094619793, 1094619793, 'a:6:{i:0;s:8:\"priority\";i:1;s:6:\"attach\";i:2;s:4:\"from\";i:3;s:7:\"subject\";i:4;s:8:\"datetime\";i:5;s:4:\"size\";}', '', USER_DEFAULTBITS, 'test82@laondalatina.com', 'Verdana|10|Regular|Black|None', '', 21, '@laondalatina.com', 3589, '', 'test82') - Unknown column 'USER_DEFAULTBITS' in 'field list' [/] <br /><br />What is USER_DEFAULTBITS? That is the only error keeping users from being able to register at the moment <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />

Top
Page 15 of 15 < 1 2 ... 13 14 15


Moderator:  Ian_W 
Who's Online
0 registered (), 26 Guests and 12 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Wisdom needed
by Gizmo
Yesterday at 10:54 AM
How to hide sub forums from summary page
by blaaskaak
12/03/08 09:54 AM
Spell Check [beta]
by Bill B
12/01/08 09:16 PM
PhotoPost BB Code Popup
by AllenAyres
12/01/08 09:41 AM
Problems reading a lot of old posts here
by AllenAyres
12/01/08 09:35 AM
Forum 'Trader Ratings'.
by AllenAyres
12/01/08 09:33 AM
Customization needed
by Gizmo
11/12/08 12:28 PM
New Mods
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Spell Check [beta]
by
10/17/06 09:24 PM
Newest Members
Truth, David DelMonte, nick1, Begbie, cenk
13364 Registered Users
Top Posters
AllenAyres 25452
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks