Jump to content

Download: IP.Board Notices System


Enkidu

Recommended Posts

  • Replies 573
  • Created
  • Last Reply

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.

Link to comment

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 :)

Link to comment

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,
Link to comment

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?

Link to comment

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.

Link to comment

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.

Link to comment
  • 2 weeks later...
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)
);";
Link to comment
  • 1 month later...
  • 1 month later...

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 :)

Link to comment
  • 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...