PHP Web Host - Quality Web Hosting For All PHP Applications Free RavenNuke(tm) Add Ons
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
morpheus_75
Involved
Involved


Joined: Oct 07, 2003
Posts: 302

PostPosted: Fri Oct 17, 2003 7:54 am Reply with quote Back to top

My Who's online block only displays the number of users (visitors and members) who are online but not their nicknames. Is it possible to add this info just like it is here? How? TNX!
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Fri Oct 17, 2003 6:01 pm Reply with quote Back to top

If you don't want to use the Site Info block used here, then download it and find the code that you need and add it to your block.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
morpheus_75
Involved
Involved


Joined: Oct 07, 2003
Posts: 302

PostPosted: Sun Oct 19, 2003 5:15 am Reply with quote Back to top

I'll try and tell you how things will go on. As usual, many thanks! Smile
View user's profile Send private message
morpheus_75
Involved
Involved


Joined: Oct 07, 2003
Posts: 302

PostPosted: Mon Oct 20, 2003 4:44 am Reply with quote Back to top

I downloaded your block and everything seems to work fine. I only have two questions for you, Raven:

1) In "membership" you can see many details. One of them is "waiting". What's the use of it? I've allowed the new users to subscribe without the admin's permission, by simply clicking on a link sent automatically by the system to the new user's e-mail. Just like it happens here. Does it have ant relation to this?

2) This is a strange thing indeed! The only language allowed for my site is english. I deactivated the languages block so as to keep the visitors from choosing other languages (italian included). The point is that when a visitor displays my home page, in the Site Info Block you may read: "Welcome, Ospite". "Ospite" is the italian word for "Guest"...
Can u guess why? Confused

MAny thanks!
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Mon Oct 20, 2003 5:09 am Reply with quote Back to top

#1 - Yes, that is for users who have registered but not confirmed.

#2 - No idea at all on that one Laughing
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
morpheus_75
Involved
Involved


Joined: Oct 07, 2003
Posts: 302

PostPosted: Mon Oct 20, 2003 5:39 am Reply with quote Back to top

Raven wrote:
#2 - No idea at all on that one Laughing


Your site info block.php requires a language, which is obviously english. I added the "define" lines included in the txt file. BUT... I don't know why the block displays an italian word for anonymous users (ospite) instead of the english one (guest). What files do u think I should verify?
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Mon Oct 20, 2003 5:49 am Reply with quote Back to top

The site info block uses the default language file for your site. If English is the default, then look in language/lang-english.php
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
morpheus_75
Involved
Involved


Joined: Oct 07, 2003
Posts: 302

PostPosted: Mon Oct 20, 2003 10:39 am Reply with quote Back to top

I have many people waiting to become users. So I tried to register a false user to try if the system works and I found out that I cannot receive by e-mail the link to complete the registration.
WHY? sob sob! Crying or Very sad
Before installing the block everything was fine.
Do u know how I can activate those users?
TNX!
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Mon Oct 20, 2003 10:49 am Reply with quote Back to top

This block is for v6.9 but should work on previous releases. If I were you I would try reuploading the block. It is in use on hundreds of sites, including this one, so I know it works. If you are not receiving the email link, but the users are going into the user temp table, then it would seem that your email is the issue and not the block. Make sure that your site URL is correct in Preferences and that you gave a valid email address for your false user. As I said, this block is only an extension of the default block that ships with Nuke. They both operate the same for mailing. If the default one works, this one will too if installed properly.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
morpheus_75
Involved
Involved


Joined: Oct 07, 2003
Posts: 302

PostPosted: Mon Oct 20, 2003 11:30 am Reply with quote Back to top

Raven wrote:
This block is for v6.9 but should work on previous releases. If I were you I would try reuploading the block. It is in use on hundreds of sites, including this one, so I know it works. If you are not receiving the email link, but the users are going into the user temp table, then it would seem that your email is the issue and not the block. Make sure that your site URL is correct in Preferences and that you gave a valid email address for your false user. As I said, this block is only an extension of the default block that ships with Nuke. They both operate the same for mailing. If the default one works, this one will too if installed properly.


OK. I'm an idiot! Embarassed
Sorry, Rav, the block works perfectly... SORRY! It was a BIIIIIG fault of mine! Wink
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Mon Oct 20, 2003 11:32 am Reply with quote Back to top

NP. Glad it's working for you!
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
morpheus_75
Involved
Involved


Joined: Oct 07, 2003
Posts: 302

PostPosted: Sun Oct 26, 2003 12:18 pm Reply with quote Back to top

Do u remember, Raven, when i told u about the problem caused by long nicks? Ok. I'd like the site info block font size to be smaller than other blocks. How can I do this?
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sun Oct 26, 2003 12:23 pm Reply with quote Back to top

I would start with finding this line
Code:
$content .= "<form action=\"modules.php?name=Your_Account\" method=\"post\">";
and add a style= property.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
morpheus_75
Involved
Involved


Joined: Oct 07, 2003
Posts: 302

PostPosted: Sun Oct 26, 2003 12:36 pm Reply with quote Back to top

Raven wrote:
I would start with finding this line
Code:
$content .= "<form action=\"modules.php?name=Your_Account\" method=\"post\">";
and add a style= property.


I created a style named "siteinfobox". How can I add it to the line u mentioned?
View user's profile Send private message
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum