PDA

View Full Version : Location of code for news section?


BrandonSi
23rd of September 2004 (Thu), 10:35
edit - nevermind, I was looking in /index.php and not indexstyles/groupindex.php.

and for my next post where I'll talk to myself for 3 posts before anwering my own question, I'm going to attempt to customize the news section on the main page :lol:

I'm still poking around for it, but I thought I'd see if anyone knew off hand where it came from? I see the color defintions in the yourstyle.php file, but I looked in index.php and a few other palces.. can't figure out where that news section is coming from.. anyone?

BrandonSi
23rd of September 2004 (Thu), 12:00
interesting, it was in 1.php, not groupindex.php. :?

Pekka
23rd of September 2004 (Thu), 15:27
The actual functions are in building_blocks.php.

BrandonSi
23rd of September 2004 (Thu), 15:37
The actual functions are in building_blocks.php.

THanks, I found that.. I did have a quick question for you. I was trying to customize the text for that "optional password" field, and I saw you called ee_pass_input or something (i'm not looking at the code right now) from buildingblocks, and I traced that back a few more steps but couldn't locate that actual text.. you remember where you put that? :D :lol:

Pekka
23rd of September 2004 (Thu), 15:42
The actual functions are in building_blocks.php.

THanks, I found that.. I did have a quick question for you. I was trying to customize the text for that "optional password" field, and I saw you called ee_pass_input or something (i'm not looking at the code right now) from buildingblocks, and I traced that back a few more steps but couldn't locate that actual text.. you remember where you put that? :D :lol:

All UI texts are in translation files, like languages/eng/global.php

BrandonSi
23rd of September 2004 (Thu), 15:53
ah, that's probably what that translate_something_(A,B,C) was for.. thank ya!