Recent content by xpl0iter

  1. xpl0iter

    8thos Google Authorship

    For some reason, its not working on my forum! :( My forum is webgurubb.com Can you please check it?
  2. xpl0iter

    Updating a datafield in db when a user creates a post

    Actually I would like to reset this every hour or so. In that case having another field will be handy and would not cause any issues, to the original system!
  3. xpl0iter

    Updating a datafield in db when a user creates a post

    I am adding a field to user table in db. So everytime when the user makes a post, I would like to increment the number in that field. So how do I increment it when that person is making a post? Is there some kind of hook or something like that so that I can execute this query?
  4. xpl0iter

    Adding a custom field to personal details in UCP

    One more thing, how do I delete this user field once the addon is uninstalled?
  5. xpl0iter

    Adding a custom field to personal details in UCP

    Thanks a lot Chris. It worked! I thought disabling and enabling will work. Thanks a lot again! :D
  6. xpl0iter

    Adding a custom field to personal details in UCP

    Disabling and enabling the addon will do or do I have to delete the addon and reinstall it again? I have done the disabling/enabling already!
  7. xpl0iter

    Adding a custom field to personal details in UCP

    I don't see anything under the personal menu on my profile settings nor do I see anything on the database ("user_fields"). And no error comes!
  8. xpl0iter

    Adding a custom field to personal details in UCP

    This might seems stupid as my experience with Xenforo adgon creation is really limited! <?php class WGBB_tpoh_installer { public static function tpoh_installr() { $dw = XenForo_DataWriter::create('XenForo_DataWriter_UserField'); $dw->set('field_id', 'URL"')...
  9. xpl0iter

    Adding a custom field to personal details in UCP

    I want to add the custom user field by using my plugin, jist like the way we add it manually by going to ACP->Users->Custom User Fields
  10. xpl0iter

    Adding a custom field to personal details in UCP

    So the following would be my code to be run while installation of the addon? Also so when the user want to edit it next time, will the custom profile field get saved automatically? public static function installer($existingAddOn) { if (!$existingAddOn) { $dw =...
  11. xpl0iter

    Adding a custom field to personal details in UCP

    I am working on an addon in which I need to add a text box to personal details in UCP. I know adding is not the hard part but saving it is. I don't have any idea on how to save it to the database, can some one please help me on this?
  12. xpl0iter

    [SurreyForum] XenAdShare

    Thanks a lot mate! :)
  13. xpl0iter

    [SurreyForum] XenAdShare

    I don't know what causing this, but I did try to revoke the permissions even from admins(including all usergroups) without a luck! :(
  14. xpl0iter

    [SurreyForum] XenAdShare

    In my forum, everyone is able to edit ads from others' profiles! Do you know why this might be happening?
  15. xpl0iter

    Add-on IMDB Info Grabber as BBCODE

    Can't you use a iframe to get the mobile version of imdb to be displayed when the bbcode is entered? Sorry if I seem stupid! :P I have never worked with a bbcode addon yet!
Top Bottom