PhpBB Countdown MOD

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

PhpBB Countdown MOD

Post by datak »

well the normal board style works only not this style i think it is something with the overal header file.
im not a coder or something just a small hobby for a gamer.
know i only dont know what the problem is everything seems to be fine.

i deleted the script from the overall header and did it again with no result :? i really dont have a clue it all worked fine until i refreshed the browser.

edit: 2 looks like its working now and what it whas i really dont know haha i want to make a box around it is that possible? http://www.patricktak.synology.me

PhpBB Countdown MOD

Post by slav »

I want to box COUNTDOWN_TEXT and COUNTDOWN_COMPLETE_EXPLAIN write Russian words. Can you do? Instead of going signs "????"

PhpBB Countdown MOD

Post by Steve »

Did you try adding the language variable to your languages common.php file , the utf tools will convert the special characters ...

PhpBB Countdown MOD

Post by slav »

html image code as correct paste in "Countdown text" and "Countdown complete text" ? Show it by example

PhpBB Countdown MOD

Post by datak »

Hello,

Can you help me adding this part of code into a portal block i already did a tryout with code of the portal but that code dint worked out.
i have the kiss portal installed patricktak.synology.me
if you need more info let me know.

PhpBB Countdown MOD

Post by Stoker »

index.php code needs to be added to the portal.php and the index_body.html edit needs to be added to the portal html files.
I dont use kiss portal, so I am not able to help you further. But im certain that there is a specific way to create portal addons.

PhpBB Countdown MOD

Post by datak »

Well oke thanks for the help i think further about it.

jquery conflicts

Post by muruk »

Hi,

Thanks for the great mod.

I have installed it and it does not work due to jquery conflicts. I understand that I am using multiple js based mods, but I wanted to know if you mod can be used with:

jQuery Pack for phpBB

<phpbb_home_site>/customise/db/mod/jquery_pack_for_phpbb/sid_0f7ef711f15683f0416ed97e565bd650

in order to get all the jquery libraries to function

my board URL bg-guns<dot>org

Let me know what part of the code would you need in order to assist me.

Thanks in advance.

jquery conflicts

Post by Stoker »

muruk wrote:Hi,

Thanks for the great mod.

I have installed it and it does not work due to jquery conflicts. I understand that I am using multiple js based mods, but I wanted to know if you mod can be used with:

jQuery Pack for phpBB

<phpbb_home_site>/customise/db/mod/jquery_pack_for_phpbb/sid_0f7ef711f15683f0416ed97e565bd650

in order to get all the jquery libraries to function

my board URL bg-guns<dot>org

Let me know what part of the code would you need in order to assist me.

Thanks in advance.
Should work if you delete this part from overall_header.html:

Code: Select all

<script src="{ROOT_PATH}script/jquery.jcountdown.min.js" type="text/javascript"></script>

PhpBB Countdown MOD

Post by irishmike357 »

Great Mod.


Just one small problem. I can't seem to get it to work with Dark-Shines style. It worked fine with prosilver. Any ideas what I could change to get it to work for dark-shines?