najaru
-
Posts
197 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Bug Reports
Posts posted by najaru
-
-
ok thanks
-
Hi Michael, any news about beta release of IPS 4 ?
-
Show forthcoming events from today to [x] days ahead
yes sorry, i'm big very stupid
-
hgello
how to chane range of upcoming event in calendar sidebar hook?
thanks
-
ok thanks
-
thanks michael. i will test on a local board
.
in ipb 3.3 i use the same code?
-
hello Michael
how to delete all signature of certain x y z groups?
query sql welcome :)
thanks
-
Very interesting. Thanks Michael
-
File Name: (II32) Instruction Tags
File Submitter: najaru
File Submitted: 21 Dec 2011
File Category: IP.Board Modifications
Description
This displays an explanatory message to below the Tags box field in the new discussion form.
Thanks to Adriano for writing hooks for Invisionita.
Step 1: Import the Hook File
Log in to your IP.Board Admin CP and visit the System tab -> Applications & Modules -> Manage Hooks page. In the 'Install a New Hook' section, browse to the XML file included with these instructions and click Open.
-
-
:) good night work Michael :)
-
-
-
Michael, in http://www.devfuse.com/products/ i dont see Global Message ....
-
i have 3 board.
invisionita i will upgrade the next week
other 2 for moment will stay in ipb3.1.4
-
Thanks Michael :)
Hard work for you in this period :pirate:
-
you can try to make a standard skin, with same colours and gradient and images that your actual skin
-
and your users?
-
for me all pages load very fast. no problem detected. and i'm very very far from australia
-
Hello.
Did is slow even with other skin?
Have you try to disable all 3th part component?
-
Thanks Michael for your work :)
-
-
try to set "change to forum"
-
but when you edit a post the bbcode are correct?
Dropdown in php
in General Chat
Posted
Hi Michael, hi all
I've a simple php code, for take simple data , make calcule, and print the result.
here my code.
i need to multiply the result for a SPECIFIC FACTOR, dependent by value select by user in dropdown
$risultato = @($a * $b / $c) * FACTOR;
in dropdown for example:
RED (FACTOR=1)
GREEN (FACTOR=1,3456)
BLUE (FACTOR=3,2965)
then user can choice Red Blue or green in dropdown
does is difficult?