Jump to content
DevFuse Forums

najaru

Members
  • Posts

    197
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by najaru

  1. ok i will try my purpose is to create a php, and display it as a iframe in joomla wordpress etc... for display the last ipb discussion for now i try it here http://www.rm-online.it/ (bottom right) but i prefere that mysql data are not present in this file
  2. Hi michael. I try to understand how to transform a basic php file to a ipb integrate file (i want just to dont have hany connection to database. The file is this one (but i am not interested in this file, i whant just to print a list of one table fields.... or even just one field..... it's just for understand): <?php $conn= mysql_connect('localhost','ipb','ipb'); if(!$conn)die(mysql_error($conn)); $ris=mysql_select_db("ipb",$conn); if(!$ris)die(mysql_error()); ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <?php $idf="2"; $msg="SELECT * FROM `topics`where forum_id=$idf ORDER BY `start_date` DESC LIMIT 0, 3 "; $query=mysql_query($msg); if(!$query) die(mysql_error()); $l=""; while($row= mysql_fetch_assoc($query)){ //Confronto if(strcasecmp($l,substr($row['title'],0,1))!=0){ $l=substr($row['title'],0,1); ?> <?php } ?> <a href="index.php?/topic/<?php echo $row['tid']."-".$row['title'] ?>" target="_blank"> <?php echo $row['title']?></a><?php if($row['description']!="") echo ("<font color='#000000'> - ".$row['description']."</font>") ?> <?php echo $row['seo_first_name']?></br> <?php } ?> </body> </html> in first php section there is the database connection $conn= mysql_connect('localhost','name','password'); Terabyte tell to use this: require_once( 'initdata.php' ); require_once( CP_DIRECTORY.'/sources/base/ipsRegistry.php' ); require_once( IPS_ROOT_PATH . 'sources/base/ipsController.php' ); $registry = ipsRegistry::instance(); $registry->init(); and this: ipsRegistry::DB()->funcName(); but i dont understand how to use this. My php is very very very very low level......
  3. 12 downloads

    Admin translation in attached :)
  4. Good point. We wait the new app. Have we want to know the new name ;)
  5. File Name: BBCODE Shadow File Submitter: najaru File Submitted: 31 Mar 2011 File Category: IP.Board Modifications This BBCode will diplay text in message with a colored background Click here to download this file
  6. 198 downloads

    This BBCode will diplay text in message with a colored background
  7. Thanks PrinceofAbyss and i think that if we want to force all users to a specific skin we can use: UPDATE ibf_members SET skin = X i'm right?
  8. i dont know how to solve. if you want you can contact IPS or DawPi for custom conversion
  9. if you read in your screenshot, is write (for exaple: old_forum) it's just a temporary definition
  10. make a screenshot please. i dont have a converter live.....
  11. It's a conversion.... Normally you have to choice the forum software of old forum.....
  12. Hello. It's better to dont write in big charapter...... Did the second website is just installed or it has already many members?
  13. Version 3.1.1

    4 downloads

    Garage system Italian Translation (moto version) by Invisionita.it and gsx.it Other update also to http://www.invisionita.it/forum/files/ Bug Tracker for error http://www.invisioni.../forum/tracker/
  14. 1. Tools & Settings > 2. System Settings > 3. System > 4. Search Engine Optimization Redirect to new friendly URL format? If enabled, a user accessing showxxxx=x type links will be automatically redirected to the new URL format. you put YES
  15. sorry but .... how can you translate this mods if you aren't customer?
  16. I have see Garage very very good. with optional feed can be used for many application, not only motors world May be standard fields can be less specific........ :)
  17. 4 downloads

    Italian Language pack V1 for Global Messagge (DevFuse) Only public side is translated (only 5 phrases) To report errors, here http://www.invisionita.it/forum/tracker/project-1-traduzioni/
  18. 6 downloads

    Italian Language pack V1 for Video System (DevFuse) Only public side is translated To report errors, here http://www.invisionita.it/forum/tracker/project-1-traduzioni/
  19. Sorry, i have see only now your this topic. I can translate all your products. Now i have video system. for other product i pm you.
  20. Ok thanks. Maybe i have see not checked because i m the administrator
  21. If a user make, profile, my setting, notification options, the sedon row is "send me any update send by board admin", not checked by default. What is this? How admin can make update that will be sent to users? Thanks for reponse
×
×
  • Create New...