Hello,
Can't seem to find any fixes on this but all of a sudden we can only view the first post in any topic and none of the replies! Anyone know how I can fix this?
Thank you in advance.
You are not logged in. Please login or register.
PunBB Forums → Posts by Nnyan
Pages 1
Hello,
Can't seem to find any fixes on this but all of a sudden we can only view the first post in any topic and none of the replies! Anyone know how I can fix this?
Thank you in advance.
I must have, changed back to the default function.php and its working fine now
Not that I can recall. I've check the file date on the server and its the default timestamp for my install.
I don't have anything below that:
Hello,
If I got to Administration then Users and do a wildcard search it lists all of my users with "array" under "title/status". The main user list (link at header) show's up fine.
(EDIT) It seems that the users title on the topics is also coming up array.
Thank you in advance
ok so i downloaded the lastest zip file extracted viewtopic.php and still have nothing where I can make a topic sticky. I've made a screenshot in case that helps.
I'm going to assume that I made a mistake with one of the mods I put in. Which file(s) should I replace to get this working again?
Smartys,
Eventually I got tired of looking at this last nite so thats what I did and problem is fixed.
Thank you
Hello,
When I click on search I get this error:
Parse error: syntax error, unexpected T_ELSE in /home/sdc/public_html/forum/search.php on line 697
line 696: }
line 697: else
line 698: message($lang_search['No hits']);
line 699:}
anyone have any ideas?
sorry about that I meant to say topic. I am the admin and when i look at the topics list (viewforum.php) I do not see any links to make stick at the footer or anywhere. One of my admin users has made a few changes and I'm afraid this code was removed. How do I go about replacing this?
Hello,
I do not have the option (when you make a new post or even after you go back to a post and edit it) to make a sticky.
I'm not sure what I screwed up but if anyone could help me get this fixed I would greatly appreciate it.
Thank you!
quaker,
Thanks for the suggestion, i'm a punbb noob so I'll have to look at the news mod. Cool I'll keep my eye out for the release.
PlanetPhillip,
Thanks for the suggestion but I checked and there is no sticky there. Anyone know how I can go about "fixing" this?
Unfortunately I do not have a sticky button on the bottom of the topic (or any page). Anyone know how i can get this back?
Hello,
Attempting to do this mod and i'm a little confused at your steps 16-18. Looks like step 16 you ask us to search for something and add the code in step 17. Are we then supposed to replace what was searched for in step 16 with step 18?
#
#---------[ 16. FIND (line:513) ]---------------------------------------------------
#
else if (isset($_GET['unstick']))
{
confirm_referrer('viewtopic.php');
$unstick = intval($_GET['unstick']);
if ($unstick < 1)
message($lang_common['Bad request']);
$db->query('UPDATE '.$db->prefix.'topics SET sticky=\'0\' WHERE id='.$unstick) or error('Unable to unstick topic', __FILE__, __LINE__, $db->error());
redirect('viewtopic.php?id='.$unstick, $lang_misc['Unstick topic redirect']);
}
#
#---------[ 17. AFTER, ADD ]---------------------------------------------------
#
//Announce a topic
else if (isset($_GET['announce']))
{
confirm_referrer('viewtopic.php');
$stick = intval($_GET['announce']);
if ($stick < 1)
message($lang_common['Bad request']);
$db->query('UPDATE '.$db->prefix.'topics SET announcement=\'1\' WHERE id='.$stick) or error('Unable to announce topic', __FILE__, __LINE__, $db->error());
redirect('viewtopic.php?id='.$stick, $lang_misc['Announce topic redirect']);
}
// Un-Announce
else if (isset($_GET['unannounce']))
{
confirm_referrer('viewtopic.php');
$unstick = intval($_GET['unannounce']);
if ($unstick < 1)
message($lang_common['Bad request']);
$db->query('UPDATE '.$db->prefix.'topics SET announcement=\'0\' WHERE id='.$unstick) or error('Unable to un-announce topic', __FILE__, __LINE__, $db->error());
redirect('viewtopic.php?id='.$unstick, $lang_misc['Unannounce topic redirect']);
}
#
#---------[ 18. REPLACE WITH ]---------------------------------------------------
#
if ($num_pages_topic > 1) {
if ($cur_topic['announcement'] == '1')
$subject_multipage = '[ '.paginate($num_pages_topic, -1, 'viewannouncement.php?id='.$cur_topic['id']).' ]';
else
$subject_multipage = '[ '.paginate($num_pages_topic, -1, 'viewtopic.php?id='.$cur_topic['id']).' ]';
}
well I kind of figured that but what I meant was (for example) the different mods that allow you to do BBCode (like easy bbcode etc...)
Hello,
This isn't directly related to a punBB feature but it would be nice if the various mods/plugins/etc... had a user rating. Seems like every single plugin I want to implement has multiple versions and would be nice to see which ones the community thought was best.
Hello,
Have a custom wordpress world of warcraft website using PunBB as its forum. This was created by Brandon at Pixeljar (www.pixeljar.net). Mind you this is more geared towards Firefox but just about everything works fine in IE.
Theme is widget ready, has the following scripts integrated:
WOWRoster (wowroster.net)
EQDKP (www.eqdkp.com)
PunBB (www.punbb.org)
ZenPhoto (www.zenphoto.org)
PHP-Raid (spiffyjr.com)
WP-Itemstats
Itemstats modified for PunBB
Various Roster Plugins
Anyway the site is at sonicdeathcows.com
Pages 1
PunBB Forums → Posts by Nnyan
Powered by PunBB, supported by Informer Technologies, Inc.