Moderators: jmacgreg, michael, John, vgabler
henrylo wrote:1. If a file size must be shown to all users (submission/upload for reviews/editors, web visiters, e.g.), where is the best place to put a php filesize() function to log/track the file size to the database?
henrylo wrote:2. Is it true that, users in the tblusers must be present in order to show the name in the author index? After importing all the journal volume/issue, author detail and so on, each author become a user. Due to some data collecting issue, I would like to remove all the authors from the tblusers and modify the search.php so that I can use the data in tblmedaauthors to construct the author index. I tried for some time by replacing all the tblusers entry in the script to tblmetaauthors but I am still not be able to make it. The index is empty.
henrylo wrote:3. The setting at this moment is Php 5.0 mysql 4.13beta with apache 2.0.50 on a windows 2003 server. The technical administrator in my workplace ask me to use the built in SMTP virtual server in IIS 6 for OJS email sending. I would like to know what do I need to set in this case so as to make the things work smooth....? My own choice is a "hermes" small email servers and it have been works great. Sigh...why IIS6 :'(
henrylo wrote:Due to time issue, I think I need some advice on these issues because I am sure some of you have a better understanding than me and more important point is experts here can provide higher quality solutions. Thank you very much. @.@
Anonymous wrote:henrylo wrote:2. Is it true that, users in the tblusers must be present in order to show the name in the author index? After importing all the journal volume/issue, author detail and so on, each author become a user. Due to some data collecting issue, I would like to remove all the authors from the tblusers and modify the search.php so that I can use the data in tblmedaauthors to construct the author index. I tried for some time by replacing all the tblusers entry in the script to tblmetaauthors but I am still not be able to make it. The index is empty.
The metadata information usually is static for the article it relates to. This means that the author information may change, but the metadata for previous submissions does not, as preservation of that info.
However, the author index is created from the users table, not metadata table, because there lies the most current information about the author. If for some reason the co-authors are not being added to the users table there may be a browser incompatibility. I believe they are added to the users table as well. Kevin should confirm or deny this.
I did not use the xmlimport feature for it would have taken me longer to create that for each issue. I use the system to feed previous issues, and update the author id's in the respective tables to solve the index problem. Also, only published articles create the index.
Good luck,
2. Is it true that, users in the tblusers must be present in order to show the name in the author index?
The setting at this moment is Php 5.0 mysql 4.13beta with apache 2.0.50 on a windows 2003 server. The technical administrator in my workplace ask me to use the built in SMTP virtual server in IIS 6 for OJS email sending. I would like to know what do I need to set in this case so as to make the things work smooth....?
Return to OJS Editorial Support and Discussion
Users browsing this forum: Google [Bot] and 4 guests