Search found 2392 matches

by Noobarmy
Wed Dec 19, 2007 12:58 pm
Forum: General Discussion
Topic: phpBB's "Hosting Providers"
Replies: 11
Views: 3854

Re: phpBB's "Hosting Providers"

well i was actually thinking aout this when i first saw the header navigation thing change, and was curious what the hosting page was. if we're looking at a new phpbb user's perspective the hosting tab is a useful way to find where they can put the code, and will reduce the "where should i host...
by Noobarmy
Mon Oct 29, 2007 5:10 am
Forum: [2.0.x] MODs in Development
Topic: [RC] XData CPF [Custom Profile Fields (MMW)]
Replies: 365
Views: 69309

Re: [RC] XData CPF [Custom Profile Fields (MMW)]

teh advanced options can basically be used to manipulate xdata so that more imaginative things can be done with them. something like creating a specil template for it or somethign on those lines. which advanced option are you actually looking ot use? generally if your happy with how xdata copes with...
by Noobarmy
Thu Oct 25, 2007 5:45 am
Forum: [2.0.x] MOD Writers Discussion
Topic: Working on profile field
Replies: 16
Views: 3388

Re: Working on profile field

well the result of that part of coding will give you what you want as ouptput, how you deal with it is up to you. you coudl put it into the template assign directly or just reassign it to $code

Code: Select all

$code = str_replace( "\n", '<br />', $code);
by Noobarmy
Wed Oct 24, 2007 6:20 am
Forum: [2.0.x] MODs in Development
Topic: [RC] XData CPF [Custom Profile Fields (MMW)]
Replies: 365
Views: 69309

Re: [RC] XData CPF [Custom Profile Fields (MMW)]

well there's this tutorial : link it was the only one i could find on how to add cpfs. that's all hardcoded of course. if it doesn't work you need to then go to the mod author discussion forums rather then back here (unless you then decide to use xdata).

best of luck.
anthony.
by Noobarmy
Wed Oct 24, 2007 6:14 am
Forum: [2.0.x] MOD Writers Discussion
Topic: Working on profile field
Replies: 16
Views: 3388

Re: Working on profile field

teh best place is before your about to output it/when your sending it ot hte template
by Noobarmy
Tue Oct 23, 2007 7:07 am
Forum: [2.0.x] MOD Writers Discussion
Topic: Working on profile field
Replies: 16
Views: 3388

Re: Working on profile field

line breaks are sent as \n, but once you echo that out it wont display as new line except in the source....which is a gret help eh :lol:

you need to do something like this:

Code: Select all

str_replace( "\n", '<br />', $code);
where $code is your field. thsi should then display a new line :D
by Noobarmy
Mon Oct 22, 2007 12:30 pm
Forum: General Discussion
Topic: Ferrari wins it all !
Replies: 5
Views: 1202

Re: Ferrari wins it all !

T'was certainly interesting yesterday. I was actually looking on the BBC Sport page where they were suggesting how each driver could win the race. Looking at it Hamilton should've really taken the championship. I wouldn't say it was solely his fault, ok he did lose out against Alonso on Lap 1 (costi...
by Noobarmy
Mon Oct 22, 2007 9:21 am
Forum: [2.0.x] MODs in Development
Topic: [RC] XData CPF [Custom Profile Fields (MMW)]
Replies: 365
Views: 69309

Re: [RC] XData CPF [Custom Profile Fields (MMW)]

ok so it seems this is a very patchy xdata, well not patchy it does actually work half the time. anyways i was wondering waht people woudl want in the next version (which i won't give a release data for as i don't know how long it will take and how much of a time constrinat i'm under; i also want to...
by Noobarmy
Mon Oct 22, 2007 9:20 am
Forum: [2.0.x] MODs in Development
Topic: [RC] XData CPF [Custom Profile Fields (MMW)]
Replies: 365
Views: 69309

Re: [RC] XData CPF [Custom Profile Fields (MMW)]

@dragonwolf: ok can i get the board url please, then i'll take a look (i may need admin privs but i'll try just as a member if ic an)
by Noobarmy
Mon Oct 22, 2007 6:06 am
Forum: 2.0.x Support Forum
Topic: Multiple Registrations Under Same Email Address
Replies: 2
Views: 432

Re: Multiple Registrations Under Same Email Address

vanill phpBB2.0.22 does not allow multiple registrations for an email address. function validate_email() stops it, i do beleive there is a mod that does allow you to have multiple registrations, just do a quick mod search ;)
by Noobarmy
Mon Oct 22, 2007 3:12 am
Forum: [2.0.x] MOD Writers Discussion
Topic: Working on profile field
Replies: 16
Views: 3388

Re: Working on profile field

changing the data type is needed to be done. soemthing like text will suit longer strings. so run query: ALTER TABLE phpbb_users MODIFY user_fieldnamehere text NOT NULL; now to parse bbcode & smilies you need two things: require_once($phpbb_root_path.'includes/bbcode.'.$phpEx); require_once($php...
by Noobarmy
Sun Oct 21, 2007 8:00 pm
Forum: 2.0.x Support Forum
Topic: Allowable HTML for Videos
Replies: 1
Views: 258

Re: Allowable HTML for Videos

make sure html is enabled in both your profile and in the acp ;) its most likely it hasn't been enabled in teh profile (everyone has to have it enabled on the baord in order to see it)
by Noobarmy
Sun Oct 21, 2007 4:05 pm
Forum: [2.0.x] MODs in Development
Topic: [RC] XData CPF [Custom Profile Fields (MMW)]
Replies: 365
Views: 69309

Re: [RC] XData CPF [Custom Profile Fields (MMW)]

threeyedtoad: ok hopefully this'll work, simply replace the edits you previously had with these ones. i'm not writing any of the finds except for includes/usercp_register.php, as you should know where they go anyway: function group_checkboxes () { global $checkbox_groups, $xd_meta; foreach ( $checkb...
by Noobarmy
Sun Oct 21, 2007 8:59 am
Forum: [2.0.x] MODs in Development
Topic: [RC] XData CPF [Custom Profile Fields (MMW)]
Replies: 365
Views: 69309

Re: [RC] XData CPF [Custom Profile Fields (MMW)]

:ugeek: So sorry. The strains of life are realy slowing down any development i can do for thsi MOD as well as actualy getting onto these forums to support it. This won't mean much to any of you, but well it's my excuse: take it or leave it as you wish.This is just to tell you this. Some of the suppo...
by Noobarmy
Fri Sep 14, 2007 5:44 am
Forum: [2.0.x] MODs in Development
Topic: [RC] XData CPF [Custom Profile Fields (MMW)]
Replies: 365
Views: 69309

Re: [RC] XData CPF [Custom Profile Fields (MMW)]

gah typos. the problem with not testing things out :P that line should be : foreach ( $checkbox_groups as $group_name => $checkboxes ) the $ (variable sign) was missing on teh gorup_name part. as for the second bit the checkboxes need to b within quotes (i didn't explain that very well :? ) and so d...

Go to advanced search