Jump to content

Download: IP.Board Notices System


Enkidu

Recommended Posts

Posted

On iPAD members state (including myself) that the notices 'box' expands at a slow rate continually making the forum 'grow'

there is a patch for that in the topic :)

  • Replies 573
  • Created
  • Last Reply
Posted

there is a patch for that in the topic :smile:

In the topic? there's 28 pages. DO you have the topic post? YOur webpages are coming back dead links

Posted

In the topic? there's 28 pages. DO you have the topic post? YOur webpages are coming back dead links

I think I found it. its a js file (pluit-carousel) 12,303 bytes

You might want to get that into the firs tpost or change your d/l to include it.

I typed 'patch' here to file it in a search, myself.

Posted

In the topic? there's 28 pages. DO you have the topic post? YOur webpages are coming back dead links

fixed

I think I found it. its a js file (pluit-carousel) 12,303 bytes

You might want to get that into the firs tpost or change your d/l to include it.

I typed 'patch' here to file it in a search, myself.

there you go :)

Posted

There is a fix for that I belive but I need to see your website first hand to work out what need to be changed

cheers


This issue has been fixed :smile:
The Noticesystem and viewport divs are just inheriting the parent's direction which is rtl, I had had to edit the skin_notice tamplate to add dir="ltr" attribute to these divs explicitly!

Regards,
Posted

Installed mod, put a test message in, checked all of the settings to make sure everyone but guests and banned users could view it, set it to show up on my current skin, saved it, but the message isn't coming up for me.

Checked to see if the hook was activated, and it is.

Using the most recent version of IPB.

Also have ProMenu and Member Maps installed.

Any suggestions?

Posted

Figured it out, had to select ALL of the skins in order for it to work.

But none of the buttons are showing up.

Also, if there is only one message, it keeps reloading itself. It should stay on the one message if there's only one message to display.

Nice mod, but needs work.

Posted

Figured it out, had to select ALL of the skins in order for it to work.

But none of the buttons are showing up.

Also, if there is only one message, it keeps reloading itself. It should stay on the one message if there's only one message to display.

Nice mod, but needs work.

please read carefully through the documentation before jumping to conclusion about the status of mod. Your issue is simply that you didn't read the docs.

Posted

please read carefully through the documentation before jumping to conclusion about the status of mod. Your issue is simply that you didn't read the docs.

..we are humans

  • 2 weeks later...
Posted
IPB Notices System 2.1.1adminapplications_addonothernoticessetupversionsinstallsqlnotices_mysql_tables.php
Old Code

$TABLE[] = "CREATE TABLE  enkinotices (
EnNotices_ID int(6) NOT NULL AUTO_INCREMENT,
    EnTitle varchar(250) NOT NULL,
    MessageBody mediumtext NOT NULL,
    IsActive tinyint(1) NOT NULL DEFAULT '1',
IsDismissible tinyint(1) NOT NULL DEFAULT '1',
position int(5) NOT NULL,
    SerialCriteria mediumblob NOT NULL,
    PRIMARY KEY (EnNotices_ID)
);";
Should be

$TABLE[] = "CREATE TABLE enkinotices (
EnNotices_ID int(6) NOT NULL AUTO_INCREMENT,
    EnTitle varchar(250) NOT NULL,
    MessageBody mediumtext NOT NULL,
    IsActive tinyint(1) NOT NULL DEFAULT '1',
IsDismissible tinyint(1) NOT NULL DEFAULT '1',
position int(5) NOT NULL,
    SerialCriteria mediumblob NOT NULL,
    PRIMARY KEY (EnNotices_ID)
);";
Posted

yes, that fixed the problem, thanks! - there was double empty space between TABLE and enkinotices.

That fixed problem 1 of 2 for me. I still after this can't even add notices without getting a big old error box on my screen.

  • 1 month later...
  • 1 month later...
Posted

That fixed problem 1 of 2 for me. I still after this can't even add notices without getting a big old error box on my screen.

Sorry for late reply. I still can't access your website using the info you provided me.

Posted

Sorry for late reply. I still can't access your website using the info you provided me.

Yeah, I waited a month for you to reply and decided to change it since I had not heard anything from you. Paid money 2 months ago and it's still broken....

Posted

please provide up to date login info (ACP and ftp) please make sure that they work so we can fix the problem.

I guarantee my mods but as I said if I can't login to your website then there is pretty much nothing I can do.

cheers :)

  • 3 weeks later...
  • 7 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...