PHP-Nuke Help - usernames

free web hosting
Free Web Hosting > Computers & Tech > Software > Content Management Systems (CMS) & Blogs > PHP-Nuke

PHP-Nuke Help - usernames

saxsux
Since everyone here are geniuses and I'm a bit of a n00b, this should be easy...

All i need is some PHP that will find the current logged in user's username and put it in a textbox. I need to be able to apply formatting, etc to the textbox, and the textbox will be used as part of a form.

Could you help me? Please?

Reply

miCRoSCoPiC^eaRthLinG
Try searching for PHP-Nuke mods - there surely are plenty of them which does this job.. Other than than most details about users are available in the form of variables like {username}, {gender} etc - that's how it works out in Mambo CMS too.. you can insert these directly into text and the values will dynamically change depending upon the current user...

Regards,
m^e

Reply

saxsux
Okay, thanks Earthling. I'll have a looksie.

Reply

Houdini
I am no genius, but I do know where to find certain things about PHP-Nuke ever sice I was a NewBee I wanted all I could find out about the CMS.
Here Is some themes from Nuke Resources and you can go to this site also, they love making themes at this site for PHP-Nuke Nuke Code Theme Preview Page. Hope that helps you in a search for themes and if you want some MODs that work with your forums my site NukeXtra offers MODs that work with the PHP-Nuke Version of phpBB2. You can also try Ported Mods

Reply

wwheeler
All you have to do is is use the following code to get the textbox:

CODE
<?php
global $cookie;
echo($cookie['1']);
?>


That is all you have to do for PHP-Nuke to display the currently logged in user name!!!

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Similar Topics

Keywords : php, nuke, usernames

  1. Need Phpbb To Nuke Help Offering Cash
    (1)
  2. Need Phpbb To Nuke Help
    (2)
    friend has a phpbb mysql forum database and wishes to convert it to php nuke. cna't get a
    script to work. it's nuke 7.9. any help>....
  3. PHP-Nuke Header Question
    (2)
    I have installed php-nuke to a website and am trying to understand it. I want to change some things
    about it: the colors, put links in, and change the top of the page. I'm starting with the top
    of the page. I believe that is the header. Now, I found the file in the PHP-Nuke folder, but
    I'm not exactly sure what to do with it. I haven't quite made my design yet, as I'm not
    sure what height and width to make it. But I would upload it to my site, then from there, I just
    wouldn't know where to put it into PHP-Nuke. To anyone who would like a refres....
  4. Is PHP-Nuke Hard To Use?
    (5)
    I was looking over the PHP-Nuke website, and it was very confusing to me. Is it a hard thing to
    use? I briefly read some of the HOW TO sections at the site, and it looked like it had some good
    features, but I don't want it to be so confusing that I have a problem getting it into my site,
    then have problems using it.....
  5. How Do Can I Setup Usernames And Passwords?
    Website Handler? (3)
    Ok so i started off building my website and i dont have it up and running yet but i would like to
    know how i can set up usernames and passwords for the people that want to register with my website.
    I want to know how i can set that up on my website. IF ANYONE KNOWS HOW TO DO THIS BUT DOESNT
    FEEL LIKE TYPING IT OUT I WOULD APPRECIATE IT IF YOU COULD DIRECT ME TO A ONLINE TUTORIAL OR WEB
    SITE THAT EXPLAINS HOW TO DO THIS. If you visit my homepage here www.zypher.rip3k.com you can
    see that at the top there are the buttons and text fields that have already been put t....
  6. How To Create An Online Timed Test With PHP?
    Can we do a online test with a counter(from 20 second) php for a php-n (18)
    Is there anyone got a online timed test script?Or anyone knows how to create this script? I wait
    your answers and all php programmers.....
  7. Online Timed Test In A Php-nuke Site.
    I need your helps. (2)
    I made a php-nuke website.I have so many users.My users wanted a online timed(counts from 20
    seconds)test(multiple choices).I made the login system.But I have problems in test stage.Users will
    be send questions to our database.And admin will control these questions.He will save it to our
    database or delete it from our database.And users will be race in a day only five times.And also
    they must be answer the questions in 20 seconds.There will be shown a counter in the question page
    that counts from 20 second.Also unregistered users can not be reach the test page by anyway....
  8. Dragonfly CMS
    A terrific Nuke based CMS (3)
    Just about a week ago, I decided to conduct a major overhaul of my website. I was not tired with the
    look & feel of the site as such, nor of the layout or of the numerous modules that PHP-Nuke offered.
    I knew from my experience with PHP-Nuke that I wanted a CMS that would run on PHP and with a MySQL
    backend since these were optimal for my requirements. So my first stop was at OpenSourceCMS.com .
    The website is a boon to content managers and to new webmasters. It provides a listing of Opensource
    CMS available, provides a description as well as reviews, it has a list th....
  9. PHP-Fusion [mod Of PHP-Nuke]
    (1)
    I was looking for a decent CMS when i came across PHP-Fusion. Look great and has quite a bit of
    options. You can find more information at the home site http://www.php-fusion.co.uk An example of
    it would be my site bashnetwerks.astahost.com Give it a try... **edit the url is
    http://www.bashnetwerks.astahost.com/php-files/news.php ....
  10. Criação De Banco De Dados
    Como criar Banco de Dados PHP - Nuke (3)
    Como criar banco de dados para Php-Nuke??? Estou com dificuldades neste ítem!!!....
  11. Is phpBB Jr Admin Mod Compatible With php-Nuke?
    (3)
    I'm using PHP-Nuke, with the ported version of phpBB, which comes as standard. I've just
    been installing some mods for phpBB, and they've all worked perfectly (I have had to make a few
    changes though - the "includes" folder is in a different place to that it should be). I needed my
    staff members to be able to modify other users' profiles, and someone reccommended Jr Admin, so
    I installed, and changed the paths for the "includes" folder, so that it ran properly. My side of
    it, the administration panel, works fine. But, my new Junior Admins have no way ....
  12. Problem With PHP-Nuke Not Being Able To Mail Out
    (1)
    I've got a problem.. I'm having phpnuke (7.2 if I'm correct) and it has problems with
    emails. I can not send emails, registation codes, or any thing via mail. What might be wrong? what
    shall I do? any help?....
  13. Hide Or Unhide Usernames In Logon Screen
    (1)
    Hide or Unhide usernames in logon screen To hide the name of users: 1- Click Start > Click Run >
    type “regedit” to open “Registry Editor” 2- Find following Key: HKEY_LOCAL_MACHINE \ SOFTWARE \
    Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList 3- Create a new
    DWORD with name of user. 4- Give it value of 0 Note: editing the registry may damage your system.
    Please create a restore points. ....
  14. Is Port 8000 Or Shoutcast Port Blocked?
    trying to get Nuke-Cast to work (0)
    Hey, is port 8000 useable, I am trying to get a module to connect to my shoutcast server, and it
    soesn't want to work... This is one thing that the programmer told me to find out to figure
    out why it won't work..... -William....
  15. China To Nuke USA
    China plans a nuclear attack on US (53)
    China has planned and said that it will start a nuclear war against USA if US aids Taiwan any
    further. However, I think that China can take other steps to decrease US's aid by decreasing the
    amount of goods that are transported to US. I think that they should not start a nuclear war because
    it would cause great damage and maybe a new world war. No comments from USA have been made yet. We
    are not sure what is the point of view of US on the "new war." Any further comments welcome.
    /blink.gif' border='0' style='vertical-align:middle' alt='blink.gif' /> ....
  16. New PHP-Nuke In Fantastico Needs Patch!
    (6)
    The PHP-Nuke 7.7 version that is on the Fantastico in the Control Panel is broken, it is inserting
    the WYSIWYG editor into the forums, I didn't test for the PM's, and it is probably there
    also. The problem is in the includes/javascript.php and if you have put this on your site and have
    never used the PHP-Nuke you might not know that it is not only wrong but it doesn't work
    properly becuase the WYSIWYG is an HTML editor and the forums are looking for BB Code, so if you
    have this version installed send me a PM and I'll give you the code to replace the Jav....
  17. PHP-Nuke With IPB Forums
    (0)
    One complaint many people have with the PHP-Nuke is that it uses phpBB2 forums as its forum
    software, and also that it is hard to modify the phpBB forum for PHP-Nuke. MODs written for the
    phpBB and phpBB2 will 98% of the time not work with the PHP-Nuke as writeen unless they just are
    concerned with one or two files and then only if they do not need tables to be modified for the MOD.
    So you have to look for Ported MODS (which I write and demonstrate at NukeXtra ) N Now there is a
    modified version of PHP-Nuke referred to as IPB-Nuke and you can see it working at NukeX....
  18. Want PHP-Nuke With IPB Forums?
    (7)
    For those that like the IPB forums and want to use PHP-Nuke a standard PHP_nuke comes with the phpBB
    forums, but I have a modified version that you can download and use. This modified version comes
    with only one language supported (English) but you can add them if you want. When uploaded to your
    server it occupies about 8.5 Meg and loads quickly. NOTE IPB forums do not come with the program
    due to licensing requirements. So you have to have your own copy of IPB. The site is IPB Nuke
    and the download is IPB Nuke download Note also if you go to the Forums on th....
  19. Anyone Wanting Mods For PHP-Nuke?
    (1)
    I write Ported MODS for the phpBB forums for the PHP-Nuke CMS. When I went from phpBB2 to the
    PHP-Nuke I was not happy with the inabilty to find MODS that worked with the PHP-Nuke version of
    phpBB2. I did find a site that had some but that was not really enough, so I learned how to port
    these MODS over to the PHP-Nuke system and have ported many of them. The signature control MOD the
    BB Code Box, the Attachment MOD, a Buddy List, advanced quick reply, Forum Title colors, custom
    username color, admin-moderator custom colors, phpMyAdmin in your forums, and many more. Sen....
  20. Glad To See The Sub Forum
    I use PHP-Nuke and am happy! (0)
    I made a post a long time back and mentioned that I would like to see a forum for the Nuke but
    don't know if this forum was added to that request but nevertheless I am happy to see this forum
    and will be here often especially when my sql server is down and I can't be on my main site.....
  21. PHP-Nuke 7.7.0.3: Newest Official Release
    Newest official release of PHP-Nuke (5)
    The newest release of PHP-Nuke 7.7.0.3 is out and is the best since they came out with 6.5 which
    went from the SPLATT forums to the phpBB2 forums. The 7.6 version had too many flaws and i went
    back to 7.5 but now 7.7 is out and has a WYSIWYG that you use in the AdminControl Panel it is not a
    BB Code, it is a pretty fancy HTML WYSIWYG however unless you define the advanced editor when you
    enter your values in your config,php it will then give a bare bones WYSIWYG which is still pretty
    inpressive, not to mention that it doesn't take long for the page to load, the adva....
  22. Are There Any Forums For Php-nuke?
    Looking for forums about phpBB and Nuke (1)
    I used to run strictly phpBB after trying many others includeing the free version of Invision. Then
    I went to PHP-Nuke because the version 6.5 and above use phpBB for the forums. The biggest problem
    with it is that there are very few mods for phpBB that you can find that work with PHP-Nuke unless
    they are ported to Nuke, so I started porting my own, and am looking for an area here on this site,
    since that is what is of the most interest to me. I have looked around but most of the forums here
    are kind of general in nature...would I be asking too much if there were a n....
  23. phpBB To php-Nuke
    User want to transfer. (4)
    One of my users wants to transfer the data and so on from his phpBB2 to his PHP-Nuke CMS. I offered
    a link to Nuke Code that had 8 programs that deal with such matters. He replys that that is not
    really what he wants, to that the only response I could give was that since all he wanted to do was
    to export his phpbb_users table to his nuke_users table. To this reply he seemed to get the result
    he wanted but then stated that some of hid files as imported caused errors and I am sure this is the
    way he imported or perhaps the way he set up the export sql file How should I ....
  24. Porting Mods For Php-nuke/bbs Systems
    What is a Ported Mod (1)
    Basically a ported mod is a modification that was written for a specific message board or somethinfg
    of that sort. In My World I port mods that are originally intended to work with the phpbb or
    phpbb2 message boards and make them compatible with the PHP-Nuke CMS (Content Management System)
    One of my greatest mods which I believe I could also port to this system which is an Invision or
    (IPB) Invision Power Board(Trial) v2.0.0 PF 3 © 2005 IPS, Inc. as stated in the footer of this
    board. I have now decided to port some mod for that board also because the "Plain Ja....
  25. PHP-Nuke
    The Data Bases Of PHP-Nuke (3)
    which are the data bases for PHP-Nuke?....
  26. Need Help With PHP-Nuke Themes
    Help Please. (5)
    I was wondering how you install the themes into PHP-Nuke. I know its a stupid question but i tried
    to do it myself and it always said it couldn't locate the images whenever I previewed the theme
    on my site.....
  27. PHP-Nuke
    Open source professional portal system (7)
    "PHP-Nuke is a Free Software project released under the GNU/GPL license and distributed for free.
    Its development cost a lot of time and money from the developers side, and we wanted to offer this
    new feature as a fair manner to finance the project's costs. Because I don't think that
    requesting donations is the best way to manage some incomes for the project, I wanted to have a
    method to obtain the needed money giving something in return to you." I'm enjoyed with PHP
    Nuke. What do you know about this system ?I want to meet people , who like it.....
  28. Comparative Review Of Mambo And PHP-Nuke
    (9)
    QUOTE just want to share my points of view between this two CMS. I made the comparison as how
    they are use as a portal system. I like Mambo's poll because it uses cookie but then again, it
    does not have a comment system. Mambo does not allow custom admins for each component. The latest
    version of PHP-Nuke allows this. Mambo has a WYSWIG editor. PHP-Nuke does not have one. When
    making components, you have to add rows for two tables and make use of three or more files. In
    PHP-Nuke, all you need is one file and it will automatically detect it thus, no need to do....
  29. What Is: PHP-Nuke?
    (11)
    PHP nuke is a content management system or CMS. IT has built in forums, download page, stories,
    articles ,news and a lot of other stuff. Its a stable portal with a striking developments year after
    year. A lot of modules and hacks are also available for phpnuke . TO have a closer look visit
    http://phpnuke.org For PHP nuke platinum which is the more advanced version visit..
    http://techgfx.com I don't think this can come under here. It's not really a new
    invention or technology. Besides the writeup is too small. Take a look at the other interesting fact
    & ....
  30. PHP Nuke Database Help
    (13)
    Hey Guys, I need help with creating the database for PHP Nuke. I have uploaded everything (folders)
    and I need to know how to create the database. The PHP Nuke tutorial isn't helping. Thanks in
    advance.....

    1. Looking for php, nuke, usernames






*SIMILAR VIDEOS*
Searching Video's for php, nuke, usernames
advertisement




PHP-Nuke Help - usernames