I have a phpbb2 forum. I have been installing a gallery mod that allows users to upload images to a album, (Photo Album v2 for phpBB2).
I have nearly finished editing the files but I came across a problem:
I have tried searching for the complete line...
... but it is not there. I used the "find" tool.
I have fount these but don't know wether these are supposed to be the correct code:
and
and
If anybody knows what i need to edit i would greatly appreciate it. I have never had a problem before with adding Hacks for my forum even though i have tonnes so i haven't backed it up which means that I'll have to undo all my changes which could take even longer. Any help would be appreciated
I have nearly finished editing the files but I came across a problem:
| Quote: |
|
# #-----[ OPEN ]------------------------------------------------------- # includes/usercp_viewprofile.php # #-----[ FIND ]---------------------------------------- # 'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username'])), # |
I have tried searching for the complete line...
| Quote: |
|
'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username'])), |
... but it is not there. I used the "find" tool.
I have fount these but don't know wether these are supposed to be the correct code:
| Quote: |
|
'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . $u_search_author), |
and
| Quote: |
|
$temp_url = append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username']) . "&showresults=posts"); |
and
| Quote: |
|
'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . $u_search_author), |
If anybody knows what i need to edit i would greatly appreciate it. I have never had a problem before with adding Hacks for my forum even though i have tonnes so i haven't backed it up which means that I'll have to undo all my changes which could take even longer. Any help would be appreciated
