Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 44 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Date Format | |
helsnicht Replies: 2 Views: 5454 ![]() |
![]() |
Thanks evaders, that worked like a charm. | |
Topic: Date Format | |
helsnicht Replies: 2 Views: 5454 ![]() |
![]() |
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: 8061 ![]() |
![]() |
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: 8061 ![]() |
![]() |
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: 7677 ![]() |
![]() |
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: 7677 ![]() |
![]() |
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: 5704 ![]() |
![]() |
Many thanks! | |
Topic: General Question | |
helsnicht Replies: 2 Views: 5704 ![]() |
![]() |
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: 5527 ![]() |
![]() |
I wasn't adding it to enough tables =P thanks evaders. | |
Topic: Simple Table Cell Question | |
helsnicht Replies: 3 Views: 5527 ![]() |
![]() |
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: 8061 ![]() |
![]() |
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: 8061 ![]() |
![]() |
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: 17234 ![]() |
![]() |
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: 17234 ![]() |
![]() |
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: 6437 ![]() |
![]() |
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: 6437 ![]() |
![]() |
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: 6502 ![]() |
![]() |
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: 6502 ![]() |
![]() |
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: 6502 ![]() |
![]() |
$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: 17234 ![]() |
![]() |
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: 17234 ![]() |
![]() |
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: 17234 ![]() |
![]() |
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: 17234 ![]() |
![]() |
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: 18340 ![]() |
![]() |
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: 18340 ![]() |
![]() |
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 ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours