Jump to content
DevFuse Forums

Sacred

Members
  • Posts

    76
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Sacred

  1. Classifieds System Avalable

  2. <if="$this->settings['srd23_ft_on'] == 1"> ? thats my settings.... but for which mod of mine? maybe i can give you more help
  3. The original issue this topic was opened for has been resolved :) Or there has been no response. If your still having trouble please open a new topic.
  4. coreVariable.php Should have this if ( $_REQUEST['showsecurity'] ) { $_RESET['app'] = 'fg'; $_RESET['module'] = 'logs'; $_RESET['section'] = 'security'; } furlTemplate.php 'showsecurity' => array( 'app' => 'fg', 'allowRedirect' => 1, 'out' => array( '#app=fg&showsecurity#i', 'fg/security' ), 'in' => array( 'regex' => "#/fg/security#i", 'matches' => array( array( 'app' , 'fg' ), array( 'module' , 'logs' ), array( 'section' , 'security' ) ) ) ), Then Template <a href='{parse url="showsecurity" seotitle="security" template="showsecurity" base="publicWithApp"}'>Security</a> Final link will be http://ursite.com/fg/security
  5. yep i did that but thought there was a faster way thanks martiniez!
  6. is it possible toexport the database tables and fields used in application? or do i must write themmanually in MyApp/sql/ directory?
  7. Sacred

    Firefox 4

    it looks nice... but i guess it will take so much resources my current ff already takes so much resources
  8. where do i add this? i didnt get it
  9. lets talk about SEO i have an application called contact i want it to show as www.mysite.com/contact/ just like calendar instead of showing as app=contact so after looking into calendar files extension/furlTemplates.php as you said thats what i got $_SEOTEMPLATES = array('app=contact' => array('app' => 'contact', 'allowRedirect' => 1, 'out' => array( '#app=contact$#i', 'contact/' ), 'in' => array( 'regex' => "#/contact/?$#i", 'matches' => array( array( 'app', 'contact' ) ) ) ), ); Not sure if this is enough though!
  10. nvm i copied themmanually to public lang xml
  11. i have added contact_langguage.php inmaster_lang as you said and when click import then export it created admin_contact lang but it doesnt create public_contact
  12. no idea why it has language
  13. okwe are half waythere the files are imported forAdmin lang i want then to show on Public this is how my public xml lang file look <?xml version="1.0" encoding="utf-8"?> <languageexport> <languagegroup/> </languageexport> whilemy admin XMLlang file looks like this <?xml version="1.0" encoding="utf-8"?> <languageexport> <languagegroup> <lang> <word_app>contact</word_app> <word_pack>admin_contact</word_pack> <word_key>sent</word_key> <word_default>Your message has been sent succefully</word_default> <word_custom/> <word_default_version>30008</word_default_version> <word_custom_version/> <word_js>0</word_js> </lang> </languagegroup> </languageexport> Why it is saved as admin_contact andnot as public_contact?
  14. ok this is really pissing me off i gave up on creating a stupid lang file for my application ill explain the steps i have made with my application so far i created the files dmin\applications_addon\other\appname extensions modules_admin modules_public xml and the files inside them as well now in the XML folder there is only 2 files i created information and version right now i want to add the lang keys i have used in my public_module files as michael told me i can create it under cache\lang_cache\master_lang but i found out that i do n ot have master _lang whatsoever in my files i only got cache\lang_cache\1 so i created them there myapp_admin_myapp.php myapp_public_myapp.php and heres the content of these files <?php $lang = array( 'no_name' => "You Must Add a Name", 'no_email' => "You must add an E-mail", 'no_msg' => "You must add a message to send", 'no_subject' => "You must add title to your message", 'username' => "UserName: ", 'guest' => "Guest", 'm_ip' => "IP Address", 'm_email' => "Email Address", 'sent' => "Your message has been sent successfully", ); now after i created these files i went to MAnage Application and then i Installed my APP no wwhat shall i do next?!
  15. ofc not :P! I might be new to ipb 3... but... I'm NOT that NOOB heheheh!
  16. <hookextras_templates> <templates> <template_set_id>0</template_set_id> <template_group>skin_ucp</template_group> <template_content/> <template_name>iFontPage</template_name> <template_data>$member</template_data> <template_updated>1248229144</template_updated> <template_removable>1</template_removable> <template_added_to>1</template_added_to> <template_user_added>1</template_user_added> <template_user_edited>1</template_user_edited> </templates> </hookextras_templates> look at <template_content/> it never get generated when i export the hook's XML!! so weird? or known bug?
  17. guys on IM stold me to create an empty file then remove it from the XML! lol not a good way of doing things but it should work!
  18. :'( how can i add data base fields and templates into a hook while it does not need or creates a file! to create new hook you need to Add at least one file! but my mod does not do that!
  19. no mike its not application its just some edits into "Forums" but needs to add some fields into members tables!
  20. hey mike i've just updated my iFont mod it created new database fields in members table ( 9 Fields) and it also create one new template inside skin_ucp now i ave no idea who to export these fields and templates ..also its not a hook as it doesnot need / create a new file .. so how do i do it! My mod just need some template edits and file edits!
×
×
  • Create New...