News:

Welcome to ForumMate.com

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Mamoru-kun

#1
Show Off Your PHPNuke Portal / MyPlace
June 26, 2009, 09:54:26 AM
Beautiful design! What layout is it exactly? And especially...how did you manage to add the "forum" center block in the home page?!? :/
#2
Quote from: apelpisia;525313I thought that the problem was solved. I've made everything... i've found that i have to activate members from Activate... but... they still getting instantly, while they are registering, the activation link. Why this is happening? Is it a way the activation link to be sent when i make the activation?
Apelpisia, try using the "Approve Membership" module (http://www.ulsoft.scarbridge.co.uk/). I'm using it with PHP-Nuke 8.0, and it work perfectly fine (you can even decided to let the user in without even sending him the activation link ;)).
#3
Woooo! Indeed, I hadn't thought about that solution :) But before doing that, I'll check during the week-end (if I have time), if it's not simply more easy to modify the corresponding select statement which is used to feed the modules block ;) Thanks anyway for your help! :D
#4
OK, I know where it comes from...but I doubt that it's the wanted behavior :/ The created admins (and superadmins) can only see the news corresponding to the language that has been selected when creating their accounts...which seems to completely bypass the selected site language! Well, to avoid such a problem in the future, I think that I'll go and modify the default option of that language dropbox to "all" ;)
#5
When a user is granted admin privileges (which means, in PHP-Nuke, having at the end two accounts: one admin, and one regular account, most of the time with the same login-password), it seems difficult to be able to log in with the two accounts separately in the same computer, probably because of the cookies management. For example when connecting with admin A in admin.php, then login off and login in again with usual user A in index.php, the admin menu is still accessible in the left blocks, as if the browser mixed the two admin and non-admin accounts. That is particularly perturbing when you want to make a module modifications for example, and want to check if everything is displayed fine in the usual users layout :( Any idea how to solve that problem, without forcing the admin user to test his modifications with a "test account" (not a big deal, I know, but...)?
#6
OK, I have locally removed the "nohtml" parameter from the filter() function call of the titles processing, and it solved my problem. Please let me know if you foresee any bad side effect which would prove that I shouldn't have removed that parameter...
#7
Unfortunately the superadmins have ALL the permissions, so there is nothing more to add there :( Furthermore, the second superadmin has correctly access to the news modules...but not to all news. There is definitively a strange behaviour there. I just tried a first connection with that new superadmin account from a third computer, and there too I see only one news out of the three I created with the "God" superadmin :(
#8
OK, I know where the problem comes from! When the news is inserted into the database, its title goes through a function which replaces the "@" with "@amp;", while the body texts do not! Is it possible to desactivate that behaviour for the title of news inserted/updated? If not, I'll have to manually desable it in the call of that function in the corresponding php file (which I don't know yet)...unless there is another sollution? ;)
#9
Hi back!
 
I've inserted a news in japanese. Both its title and main bodies were saved in the database with "strange caracters" (like "サイトの..."), but which are correctly displayed at screen when displaying the corresponding news in the news module...except for the title line, which displays those strange caracters instead of their japanese representation. I've checked the database structure: both texts fields are of type TEXT, while title is of type VARCHAR(30) (but that shouldn't interfere), and defined as utf8_general_ci, so it rather seems to be a reading, or displaying problem. Do you have any hint of what could cause that?
 
Here is the exemple I am speaking about:
 
Title: 若駒剣&#22763
Body: サイトのアルファヴァ-ションはやっと出来ました!’ー’
 
While it should display:
 
Title: 若駒剣士会アlファサイトはオンライン!
Body: サイトのアルファヴァ-ションはやっと出来ました!’ー’
#10
Hi again!
 
I have created a new superadmin on my website, wich contains three news (one for each available languages). While the "God" superadmin can see all those three news in his admin main page ("Last 20 Articles" section), the new superadmin can only see one of them (the first one created). Is it a bug, or is there any explanation about this? (NB: changing the site layout language doesn't change anything to this problem)
#11
That option I already tested unfortunately, but in that case the specified links desappear for -all- the users, not only the anonymous users :( Could you please explain me what the "Visible to:..." option in the Modules administration page really means? I'm more and more conviced that the problem comes from that option which is not working the way its name is suggesting it...
 
(Just not to forget, with all those multiple posts: I just want some modules' links to be visibles in the modules block for registered users, and not for visiting users)
#12
OK, thank you very much. Now indeed the "anonymous" users cannot have a specific message when they access it. Could you just please explain me if it's normal that the "Visible to: registered users only" option in the Modules Administration pannel doesn't seem to work? Or is it something not related with the blocks section?
#13
Thank you. It's what I'll (try to) do :)
#14
Thanks for your answer Hunter259! At my site the user cannot access any "journal" part without login in...but he can still click on the "journal" link which is visible. It's not really a "big" problem...just that the site looks like a little "dirty" with all the module links that shouldn't be there for a visitor ;)

Well, let's wait for the support answer then :)
#15
Sorry to bother again, but with the PHP-Nuke version 8.0 I am using, I have noticed a small versions mismatch problem: when, from the phpBB forum provided (version 2.0.20), you try to login using your PHP-Nuke site loggin/password, phpBB correctly try to get the information of the user from the table nuke_users...but try also to select two missing columns: user_login_tries, and user_last_login_try! So I've added them manually (smallint for the first one, and datetime for the second one) and there the phpBB request didn't generate an error message. Good!

But the result was not the one expected: after submitting the login request through phpBB, the page refreshed itself...with me still unlogged! In other words, the only way to enter the forum as a logged user, is to log through the site main login page. It is something wanted? If no, how to solve it? And if yes, how to remove the "login" part of the phpBB forum main page which is not working anyway?

Once again (don't know how much I told that on this forum already), thank you for your help!