Zikula: A Flexible Open Source Content Management System
home | forum | contact us

Dizkus

Bottom
My boss gave me 4 pages of changes
  • Posted: 22.05.2004, 02:10
     
    Blakice
    rank:
    Freshman Freshman
    registered:
     April 2004
    Status:
    offline
    last visit:
    03.12.04
    Posts:
    40
    hydeparktoday.com is a site im working on for the neighborhood around my bosses office, this is my first time using post nuke and i have learned alot . the site is due to launch june 1, so now i have a sence of urgency here are a couple things she wants me to changes i was wondering if u guys could help me out on how to do them

    On the registration page - remove the option to allow others to view the email address

    move "as a registered user you can..." to the top of the page just under new user registration

    In the email sent with the password include a link to the site

    If a person is not logged in and goes to the vote page change it to say "to vote please register or login"

    Submit news.
    change the wording for article text and extended text to make the difference clear

    Change the items that are across the top of the main window i.e main, faq, downloads... to say home, register/login, my account, logout

    Calendar
    remove default/global and categories from the calender and move add next to 2004

    I think thats it,
  • Posted: 22.05.2004, 08:17
     
    MrJL
    rank:
    Softmore Softmore
    registered:
     April 2003
    Status:
    offline
    last visit:
    11.06.06
    Posts:
    87
    Reg Page:
    In the folder /html/modules/NS-NewUser/ you should find a file called user.php. Towards the bottom of this file (probably around lines 114-123) you'll see the lines that state...

    Quote

    ."<font class="\"pn-normal\"">
      \n"
      ."
    • "._ASREG1."\n"
      ."
    • "._ASREG2."\n"
      ."
    • "._ASREG3."\n"
      ."
    • "._ASREG4."\n"
      ."
    • "._ASREG5."\n"
      ."
    • "._ASREG6."\n"
      ."
    • "._ASREG7."\n"
      ."
    \n"


    If you know what you're doing, this should be fairly easy to move higher up on the page. If you need help with that, just shout. icon_smile

    E-mail Sent:
    In the folder /html/modules/NS-NewUser/ you should find a file called user.php. Towards the bottom of this file (probably around line 293) you'll see the line that state...

    Quote

    $message = ""._WELCOMETO." $sitename!\n\n"._YOUUSEDEMAIL." ($email) "._TOREGISTER." $sitename. "._FOLLOWINGMEM."\n\n"._UNICKNAME." $uname\n"._UPASSWORD." $makepass";


    Try changing it to something like this:

    Quote

    $message = ""._WELCOMETO." $sitename!\nhttp://MyWebSite.com\n\n"._YOUUSEDEMAIL." ($email) "._TOREGISTER." $sitename. "._FOLLOWINGMEM."\n\n"._UNICKNAME." $uname\n"._UPASSWORD." $makepass";


    Not Logged in Voting:
    Not sure. Sorry. :-S

    Submit News:
    "Article Text" is simple. If you go to the folder /html/modules/Submit_News/lang/eng/ you'll find a file called global.php. Open up this file and look for two things. First is the define line for _ARTICLETEXT (this will probably be line 30). You can change this text (the second part in single quotes, that is). Or, you can search for the define line for _HTMLISFINE, you can also change this part to include more about "what" the article text should be.

    Now the extended text box is in a different file. Navigate to the folder /html/language/eng/ and open up the file global.php. Somewhere around line 144 you should see a define line for the bit _EXTENDEDTEXT. Simply change the text for it there. icon_smile

    Top/Bottom Links:
    In your theme folder (i.e. /html/themes/PostNukeSilver/ for example) you should have two files...One called bottom_links.php and one called top_links.php. Just edit those two files to include/exclude/add/remove any links you want/need. icon_smile

    Calendar:
    Notta clue.

    -----------------------------------------------------------------------

    Hope this helps! icon_smile

Extensions Moderation

Main Menu

Extensions Database

Documentation

Development

Login

Donate to Zikula