![]() |
I managed to install. But when I submit, it takes me to a blank page profile.php?do=drafts&folder=newpost
I looked in db, draft was there. I have the 2 new templates drafts_display and the bits. I triple checked the changes in profile php, the draft page simply will not display. Any idea please? |
Very nice mod, I will be installing this when I get home :)
[high]* Revan clicks install [/high] It would be nice if you wrote an addon to integrate with the PM attachments mod too :) |
Quote:
A blank page usually means a missing template. |
I know. Thanks. I only have 2 new templates drafts_display and drafts_row_bit and both are in there.
|
I get a mysql error when I try to increase the draft folder in usergroup. When I put a dollar in front of manage_drafts, I don't get it, but nothing happens.
Quote:
|
Seems like a typo.. In Lionel's query, LIMT should be LIMIT.
|
Quote:
|
To fix a typo!!!
Open ./includes/functions_drafts.php FIND THIS... Code:
$qa = $DB_site->query ( "SELECT draft_id, hid, aid FROM " . TABLE_PREFIX . "drafts WHERE uid = " . $user[$i] . " AND gid = " . $old[0] . " AND did = " . $type . " ORDER BY tod DESC LIMT " . $new[2] . ", 1000" ); REPLACE WITH... Code:
$qa = $DB_site->query ( "SELECT draft_id, hid, aid FROM " . TABLE_PREFIX . "drafts WHERE uid = " . $user[$i] . " AND gid = " . $old[0] . " AND did = " . $type . " ORDER BY tod DESC LIMIT " . $new[2] . ", 1000" ); |
Sonia, good morning... please help. The profile.php will not display the folders ... all templates are there
|
Hi
Godd morning to you!!!!! Please send me the following script that your forum is using! newreply.php newthread.php private.php profile.php ./includes functions.php functions_newpost.php functions_user.php Send them to me here! fataqui@ya-right.com Or PM access to your forum directory so I can fix what is wrong! please tell me you are doing (send it to me or sending me access via pm), so I know to wait or just check my email! Sonia |
All times are GMT. The time now is 04:55 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|