Recent content by AyoubM

  1. AyoubM

    XF 1.5 Page Wrapper

    It's hard to get support for easy stuff. I would recommend adding the CSS shadow to EXTRA.css and calling it in General Style Properties e.g. put this in EXTRA.css .MyShadow { -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75)...
  2. AyoubM

    XF 1.5 Username Styling Issue

    So, summary of my issue: I have this Javascript function that gives me a ANIMATED rainbow colored username. I use it like this <span class="rainbow">xxx</span> How will I be able to add this to the username styling? Thanks!
  3. AyoubM

    XF 1.5 Account Upgrades like vBulletin

    Do you think it's a possibility for XenForo 2.0?
  4. AyoubM

    XF 1.5 Account Upgrades like vBulletin

    I have a question, is it possible to make the Upgrade system like vBulletin? With that I mean if I for example have 1 user upgrade but 3 different lengths for the upgrade. In my opinion right now it doesn't look professional. I'd much rather have something like vBulletin had with for 1 upgrade...
  5. AyoubM

    XF 1.5 Rich Username - Last Post

    Basically I want last posts to be rich username styling: "$category.lastPost" Is it possible to do this without installing any addon? Thanks
  6. AyoubM

    XF 1.5 User Group Markup (Username CSS)

    Thanks buddy, that's all I needed to know :) Works perfectly fine now.
  7. AyoubM

    XF 1.5 User Group Markup (Username CSS)

    If I add just that in EXTRA.css, how the bloody hell will I get it to draw for my usergroup?
  8. AyoubM

    XF 1.5 User Group Markup (Username CSS)

    Yes, I know. How can I set it in the user group settings? Like where do I call style1 in the user group settings?
  9. AyoubM

    XF 1.5 User Group Markup (Username CSS)

    How would I input it in the User Group settings?
  10. AyoubM

    XF 1.5 User Group Markup (Username CSS)

    This is for all usernames, I just need it for users in a SPECIFIC usergroup. Thanks :)
  11. AyoubM

    XF 1.5 User Group Markup (Username CSS)

    So for a specific usergroup I want to add text infront of the group members names Example: [text]Username So far I can only add an image infront of the name, but no text, any idea how I can do this? Thanks!
  12. AyoubM

    Checking User (PHP & SQL)

    Okay, better said, what can I extend and what function? So that it's done every page. Thanks!
  13. AyoubM

    Checking User (PHP & SQL)

    Comeon guyes.. anything? I just need my query to run on every page load without modifying any of the xenforo files....
  14. AyoubM

    Account Upgrades and Disputes

    I was also thinking we could use the "User Upgrade Transaction Log" as proof of account upgraded? Maybe XenForo can code a nice button that saves the selected Transaction Log as .pdf or perhaps a nice member here can code it?
Back
Top Bottom