You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 1 of 11)
Under Profile, we created a new section Photo using the avatar code. On line 1102 of profile.php, how to add this new section to the if statement to skip like avatar.
line 1102: if (($section != 'avatar') && empty($errors))
PS.
This language entry is not used: 'Remove avatar file' => 'Delete avatar file:'
This SEF entry is not used: upload_avatar
Thanks.
How difficult to implement this (code changes)?
Instead of assigning group permissions per forum, assign the group permissions per category. In other words, forums within a category will inherit group permissions from that category.
profile.php
Add this code after line 2094:
$pun_page['frm_info'][] = '<li><span>'.$lang_profile['Avatar info type'].'</span></li>';
"Verify registrations" is enabled.
After registering, this message is shown: "Thank you for registering. Your password has been sent to the specified address.". Actually, an email with a link to set your password is sent, and no password is sent.
Notice: Undefined index: posts in C:\xampp\htdocs\punbb13\moderate.php on line 149
Got this message after clicking the Delete posts button without checking any checkboxes.
When moving a topic, the Redirect setting checkbox is initially checked.
When mass moving topics (moderate forum), the Redirect setting checkbox is initially unchecked.
Should they both have the same initial state (checked or unchecked)?
search.php (line 866-871, 1034-1039) - Add hooks similar to viewforum.php. I have a custom search that requires a column for thumbnails. Thanks.
Quick jump menu does not have onchange="javascript:this.form.submit()" like it did in 1.2. Is this intentional?
Smartys wrote:If it turns out that the file operations are actually significantly slowing down viewtopic.php, then it might be worth looking at. However, I have a feeling that they're not. Thus, reducing unnecessary repetition of them has all the upsides of actually caching the HTML in the users table without any of the downsides.
Sorry to be dense. Is the final decision to keep it as it? Thanks.
In viewtopic, would it be worth it to cache the avatar information after the initial avatar checking similar to $signature_cache. In a thread, a user may appear more than once, then the avatar checking is done each time for the same information.
/admin/prune.php (line 80) - Replace hardcoded string
rewrite.php (line 89) - Replace hardcoded string????
misc.php (line 141) - Change $lang_common['Cancel'] to $lang_common['Cancel redirect']
Changeset 1600 fixed line 91. Please do the same for line 90. Thanks.
Changeset 1598 - The ellipse is not displayed properly. It is showing as a diamond with a question mark in it.
Edit: Strange. On a remote server, it looks fine. But with the local server using XAMPP, it is showing the diamond with question mark.
extern.php (line 283) - Change to: exit($lang_common['Bad request']);
When sorting by number of posts and looking at users with the same number of posts, they are not in chronological order like it is in 1.2.
Guests posting is enabled. When replying by a guest, the Quote link is not available.
We have a private board. We generate the accounts. Therefore, we don't want Rules to be available if the user is not logged in.
How about disabling the Rules link in header when read board permission is off and 'Allow registrations' is off?
Thank you!
Question: For non-guest groups (Members, etc.), should Profile link, New posts link, Mark all topics as read link, and any other links (that Paul will be adding to the index page) be hidden too?
Thanks.
When a group does not have 'Read board' permission, then the User list link, Search link, and Quickjump menu should not be displayed even if these settings are enabled.
When search is disabled:
- there is no use for 'New posts' link since it returns "You do not have permission to use the search feature."
- there isn't a way to access the "Your subscriptions" link since it is on the Search page.
Paul wrote:Silent edit (don't display "Edited by ..." in topic view for this edit)
Should it be "Last edited by ..."?
BBCode is disabled. Clicked the Quote link and received the following error message.
Notice: Undefined index: User wrote in C:\xampp\htdocs\punbb13\post.php on line 311
Posts found: 1 to 25 of 270