Ravens PHP Scripts: Forums
 

 

Search found 44 matches
Author Message
 Topic: Date Format
helsnicht

Replies: 2
Views: 5206

PostForum: PHP   Posted: Thu Jan 15, 2009 8:08 am   Subject: Date Format
Thanks evaders, that worked like a charm.
 Topic: Date Format
helsnicht

Replies: 2
Views: 5206

PostForum: PHP   Posted: Thu Jan 15, 2009 12:39 am   Subject: Date Format
I've played around with this but had no luck getting it to display the way i want.

$formatawarddate = date("dMy",mktime(12,0,0,$Month,$Day,$Year));

Displays as 01Jan09 ...
 Topic: Pagination Display
helsnicht

Replies: 5
Views: 7584

PostForum: Post Installation Help   Posted: Sun Oct 12, 2008 12:29 pm   Subject: Pagination Display
Thanks for the replies. Never even dawned on me to comment it out mars, thanks. That made it show exactly the way I wanted.
 Topic: Pagination Display
helsnicht

Replies: 5
Views: 7584

PostForum: Post Installation Help   Posted: Sat Oct 11, 2008 12:02 pm   Subject: Pagination Display
Bump?
I'm referring to this pagination:
http://i179.photobucket.com/albums/w310/Mannfredpb/Image6-2.png
 Topic: phpBBtoNuke Admin issue
helsnicht

Replies: 2
Views: 7291

PostForum: BBtoNuke   Posted: Sun Oct 05, 2008 9:15 pm   Subject: re: phpBBtoNuke Admin issue
is this a phpbb mod ? What is the def_icons.php file that it is looking for?

Yeah, it is a mod for phpBB 2 called Post Icons by Ptirhiik. $icones = array(
array(
'ind' => 1,
' ...
 Topic: phpBBtoNuke Admin issue
helsnicht

Replies: 2
Views: 7291

PostForum: BBtoNuke   Posted: Sun Oct 05, 2008 7:24 pm   Subject: phpBBtoNuke Admin issue
What would make the functions.php file work in the viewforums but not in the admin section?

Warning: include(includes/def_icons.php) [function.include]: failed to open strea ...
 Topic: General Question
helsnicht

Replies: 2
Views: 5404

PostForum: Post Installation Help   Posted: Sun Oct 05, 2008 11:21 am   Subject: General Question
Many thanks!
 Topic: General Question
helsnicht

Replies: 2
Views: 5404

PostForum: Post Installation Help   Posted: Sun Oct 05, 2008 1:56 am   Subject: General Question
I'm trying to add a window/box above the viewtopics page that calls for a file with the same name as the topic id. So far I've managed to get it to work with the following:
'test' => '<iframe h ...
 Topic: Simple Table Cell Question
helsnicht

Replies: 3
Views: 5191

PostForum: HTML   Posted: Thu Oct 02, 2008 8:43 pm   Subject: Simple Table Cell Question
I wasn't adding it to enough tables =P thanks evaders.
 Topic: Simple Table Cell Question
helsnicht

Replies: 3
Views: 5191

PostForum: HTML   Posted: Thu Oct 02, 2008 7:13 pm   Subject: Simple Table Cell Question
How do I make a nested table take on the same height as its parent table? I'm referring to the table with "test1" in it.

<table border="0" cellspacing="0" cellpadding="0 ...
 Topic: Pagination Display
helsnicht

Replies: 5
Views: 7584

PostForum: Post Installation Help   Posted: Thu Oct 02, 2008 12:49 am   Subject: Pagination Display
Bump:
Fount a different question to ask, so instead of making a new topic I just edited the one I wanted deleted. =)
 Topic: Pagination Display
helsnicht

Replies: 5
Views: 7584

PostForum: Post Installation Help   Posted: Wed Oct 01, 2008 7:29 pm   Subject: Pagination Display
Can someone make this so it displays the info regardless if there is only one page? Here is the code I fount in the functions.php, not for sure if its the only code involved with the pagination thing ...
 Topic: Accessing userinfo when not logged in
helsnicht

Replies: 8
Views: 16686

PostForum: General/Other Stuff   Posted: Fri Jun 20, 2008 9:19 pm   Subject: Accessing userinfo when not logged in
What I ended up doing since i couldn't get the other way to work was to add the fields into the authers tables, more work when updating a user but atleast it displays regardless if your logged in or n ...
 Topic: Accessing userinfo when not logged in
helsnicht

Replies: 8
Views: 16686

PostForum: General/Other Stuff   Posted: Fri Jun 20, 2008 3:14 pm   Subject: Accessing userinfo when not logged in
Thanks for the reply evaders. I'll hop back on this and see if I can't get it working with your provided code.
 Topic: Checking logged in status for editing
helsnicht

Replies: 3
Views: 6030

PostForum: General/Other Stuff   Posted: Fri Jun 20, 2008 3:10 pm   Subject: Checking logged in status for editing
Yes, I'm aware that Donovan is the auther of MILPACS. I know he frequents here quiet often, one reason I posted the question here instead of the 3rdID's site. I figured if I asked a whole group of cod ...
 Topic: Checking logged in status for editing
helsnicht

Replies: 3
Views: 6030

PostForum: General/Other Stuff   Posted: Sun Jun 15, 2008 3:14 pm   Subject: Checking logged in status for editing
I'm tring to allow for people to edit their bio within the MILPACS module. It has a field within the database to assign a nukeusername with a profile. So I'm wondering how to write it so that it check ...
 Topic: Query displaying same info regardless of table values
helsnicht

Replies: 3
Views: 6235

PostForum: MySQL   Posted: Tue Jun 10, 2008 5:45 pm   Subject: re: Query displaying same info regardless of table values
Nevermind, after playing with it some more I figured out what I left out.

m.uniqueid = '$uniqueid'

Thanks anyways.
 Topic: Query displaying same info regardless of table values
helsnicht

Replies: 3
Views: 6235

PostForum: MySQL   Posted: Tue Jun 10, 2008 10:44 am   Subject: Query displaying same info regardless of table values
Thanks for the reply fkelly.

You mean like this?
if ($member1row['reports']==0) {

If so then yeah, I've tried it like that. I get no errors, just the same issue of it showing a different user's ...
 Topic: Query displaying same info regardless of table values
helsnicht

Replies: 3
Views: 6235

PostForum: MySQL   Posted: Tue Jun 10, 2008 9:42 am   Subject: Query displaying same info regardless of table values
$result9 = $db->sql_query("SELECT *
FROM " . $prefix . "_milpacs_members m
LEFT JOIN " . $prefix . "_milpacs_members m1
ON m.reports = m1.uniqueid");
w ...
 Topic: Accessing userinfo when not logged in
helsnicht

Replies: 8
Views: 16686

PostForum: General/Other Stuff   Posted: Mon Jun 09, 2008 4:20 pm   Subject: Accessing userinfo when not logged in
I've played around with this abit and haven't gotten anything to work, so I was wondering if someone could assist me? Thanks in advance.

Edit:
This code will work correct? For what I'm wanting?
$ ...
 Topic: Accessing userinfo when not logged in
helsnicht

Replies: 8
Views: 16686

PostForum: General/Other Stuff   Posted: Mon May 26, 2008 9:55 am   Subject: re: Question...
Yeah I believe they are admin accounts, but my admins are named the same as their normal accounts so it should work.

Once I match the aid and username how do I retrieve info from it? There a certai ...
 Topic: Accessing userinfo when not logged in
helsnicht

Replies: 8
Views: 16686

PostForum: General/Other Stuff   Posted: Sun May 25, 2008 8:42 pm   Subject: re: Question...
Thanks for the reply as always evaders. Correct, I'd like for it display the same as if you was logged in or not. I'm haven't learnt myself to do queries to much extent, other then adding them to pre- ...
 Topic: Accessing userinfo when not logged in
helsnicht

Replies: 8
Views: 16686

PostForum: General/Other Stuff   Posted: Sun May 25, 2008 5:13 pm   Subject: Accessing userinfo when not logged in
I'm really at a lost as to what to of put in the subject so I just went the simple route. Having a problem with certain things from the database displaying when logged out.

$posted = 'Submitted ...
 Topic: Username Question
helsnicht

Replies: 12
Views: 17371

PostForum: Post Installation Help   Posted: Fri May 09, 2008 12:55 pm   Subject: re: Username Question
Thanks for looking sting, I went through and index all the edits I made to the file.

Line 87
case 'saveuser':
saveuser($displayname,

Line 222
.'<tr><td><b&g ...
 Topic: Username Question
helsnicht

Replies: 12
Views: 17371

PostForum: Post Installation Help   Posted: Thu May 08, 2008 8:01 pm   Subject: re: Username Question
I ran into a snag when tring to add the fields to the new_user()
I'm pretty sure I added everything right to the index.php file for the your_account module, which obviously I didn't. Anyways with the ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©