nvm I got it

// Print the categories and forums
$result = $db->query('
SELECT c.id AS cid, c.cat_name, f.id AS fid,
f.forum_name, f.forum_desc, f.redirect_url,
f.moderators, f.num_topics, f.num_posts,
f.last_post, f.last_post_id, f.last_poster,
t.subject
FROM '.$db->prefix.'categories AS c
INNER JOIN '.$db->prefix.'forums AS f ON c.id=f.cat_id
INNER JOIN '.$db->prefix.'posts AS p ON p.id=f.last_post_id
INNER JOIN '.$db->prefix.'topics AS t ON t.id=p.topic_id
LEFT JOIN '.$db->prefix.'forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id='.$pun_user['g_id'].')
WHERE fp.read_forum IS NULL OR fp.read_forum=1
ORDER BY c.disp_position, c.id, f.disp_position
', true) or error('Unable to fetch category/forum list', __FILE__, __LINE__, $db->error());

the part LEFT JOIN forum_perms did not have '.$db->prefix.' that up there does ^_^

Je puis vraiment employer quelque chose comme ceci. smile

I got this DB error

"Error: Unable to fetch category/forum list."

oooooo I like it smile.

205

(12 replies, posted in Programming)

get it to change " to " when parsing.

I ran install_mod.php and I my catch is refreshing.

I made a hacked version for 1.2.4 but I advise you not to use it unless you are determind.

it's possable but I'm not sure how to do it.

can you fix poll.php?

Ataxy wrote:

does it work with 1.2.3

I have 1.2.4 and it works for me

all I had to do extra was add strike to the BB line

I ran it and followed the instructions in the readme and I got that error

I can't set options and I get this error when making a poll

Notice: Undefined index: poll_max_fields in poll.php

and on the poll the options do not show.

does it really matter its not like you are going to have everyone looking at the page and if you do you have some serious security problems tongue

Mediator wrote:

Were you trying to stick or close the poll, or other? As Easy Poll does not effect those functions for regular topics.

it will stick or close but the message beside them (sticky: or Closed:) does not show

I installed it I could not stick, or close topics.

IE montre mal CSS à moins que vous fassiez les entailles <.<

Edit: IE shows CSS badly unless you know the hacks <.<

yeah I know but I delete some code for the PM when the readme said "replace" and the database errors where my falt  ^_^;;

<NOBR><strong>Message : </strong> <input type="text" name="message"  size="35" maxlength="255" /> <input type="submit" name="ajouter" value="Post" /> <a href="?refresh=1"><input type="button" value="Refresh" /></a></NOBR>
                </form>
        </td>
          </tr>

    </table>
  </div>

thats the end of the chat box so put </div> after that.

<div align="center">*content*</div>

simple smile

I don't like this poll I have to work around my PM system and it does not work it has some DB errors in it.

no one replys to your mod request on punres. The only thing its good for is holding all the downloadable mods

wait what does this do?
creates readmes for punbb

now that the bugs are out of it I need to install it smile

EDIT: Great mod I love it smile

I have the beta and I was going to install that one till I saw all the bugs that people posted

a good way to stop spammers

can we give Mediator the Most Mods in a day award wink