Author |
Message |
tangoman
Involved


Joined: Aug 06, 2005
Posts: 301
|
Posted:
Sun Aug 21, 2005 8:33 am |
|
I am trying to customize the registered users 'Personal Information' page, located in their account.
I have found the associated Lanuage files to modify text, but I am not able to locate the 'strucure' file associated with this page, in order to relocate the text and where it is displayed.
Please advise. |
_________________ I am using PHPNuke Version 7.6 with patch 3.0, CNB YA 4.4.2, NukeSentinel(tm) 2.3.2 and Nuke Royal. |
|
|
 |
kguske
Site Admin

Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Sun Aug 21, 2005 9:40 am |
|
Structure file? You can use Crimson Editor to find in files using Ctrl-Shift-F. You can search for the define constant you change in the modules/Your_Account directory (make sure to check the option to search subdirectories, as much of the CNB code is in the includes directory). |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
 |
tangoman

|
Posted:
Sun Aug 21, 2005 9:53 am |
|
By structure file, I mean that although I can change some text in the associated language file, there are certain things that cannot be changed there.......
For example, in the 'Extra Info:' filed, it says '(255 characters max)' then after that it has more additional text. I want the additional text to appear before '(255 characters max)' and that 'ordering' is done in another 'structure' file...(ie a file that builds that page/module and brings those elements together.
So where is that file located? |
|
|
|
 |
CurtisH
Life Cycles Becoming CPU Cycles

Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI
|
Posted:
Sun Aug 21, 2005 10:00 am |
|
In CNB you can find that in modules/Your_Account/public/ |
_________________ Those who dream by day are cognizant of many things which escape those who dream only by night. ~Poe |
|
|
 |
tangoman

|
Posted:
Sun Aug 21, 2005 10:10 am |
|
|
|
 |
kguske

|
Posted:
Sun Aug 21, 2005 10:19 am |
|
According to Crimson's "Find in Files" function, there are 3 locations for the _255CHARMAX definition being used:
modules/YHour_Account/public/activate.php
modules/YHour_Account/public/edituser.php
modules/YHour_Account/public/new_user3.php
The nice thing about using that function is that you can click on the search result and Crimson will open the file and position the cursor to the search location. Very efficient. |
|
|
|
 |
CurtisH

|
Posted:
Sun Aug 21, 2005 10:23 am |
|
I need that software... *LOL* Gonna go look for it now.  |
|
|
|
 |
tangoman

|
Posted:
Sun Aug 21, 2005 10:36 am |
|
Thanks Kevin,
I don't yet have Crimson on this PC...I did install it the other day on my other machine...You will recall and it has proved extremely useful, particularly more recently in finding an error in my Nuke Royal installation.
Thanks guys!!!.....
 |
|
|
|
 |
kguske

|
Posted:
Sun Aug 21, 2005 11:27 am |
|
You can find Crimson Editor Only registered users can see links on this board! Get registered or login!. I'm looking at some other great editors, but I haven't found anything that makes it this easy to find and edit. |
|
|
|
 |
tangoman

|
Posted:
Sun Aug 21, 2005 11:30 am |
|
|
|
 |
|