Jump to content

Sufyan A

Members
  • Posts

    20
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Sufyan A

  1. Understood, but I wouldn't be selling this if it was so easily found on the Internet. Think before you post, it'll go a long way.
  2. How about you stop accusing before I even get a chance to reply? These are granted premium through a staff action. They are talked into giving the accounts premium at no cost with no expiry. I've also offered to give staff members free accounts, so they can check it out for themselves. In the future, refrain from jumping onto somebody in a negative manner.
  3. Lifetime Premium Spotify Accounts These accounts will last forever (as per the Spotify Premium agreement). You get all the Premium benefits but for a one-time payment which is super cheap, in my opinion. The accounts are unique to you, these are not shared accounts. PRICING 4M OSGP $13 PayPal $10 BTC Willing to offer vouch copies to staff members. I will also go first to members that I deem trustworthy. If you have any questions, please just message me or post here! I know I'm new here so this will raise questions.
  4. Sufyan A

    New Homepage

    Don't take too much offense to this, but do you know how much of an idiot you just made yourself look like? That is placeholder text used by any proper web developer you see, it's called "Lorem Ipsum."
  5. Sufyan A

    New Homepage

    Thank you for the feedback. The design concept is just something I threw together, so yes a lot more work would be needed. The actual conversion is easy, so all the small effects such as a hover style will be there once it's an actual coded piece of work. The caps were intentional, they go along with the design in my opinion. Once more feedback is given, I'll give normal capitlization a try and show you .
  6. Sufyan A

    New Homepage

    I gave feedback earlier on the site and part of it involved a redesigned homepage. I threw one together and if it's liked, I can code it & it can be used free of charge. Suggestions regarding it are welcome.
  7. Bootstrap is disgusting. A website using it loses its uniqueness, it's pretty much considered an amateur template. Anyone with even the slightest web development experience knows how degrading bootstrap is. Edit: also, don't take classes to learn web development. Teach yourself and you will produce work with a much greater quality. Classes won't help you much.
  8. That's due to cache. Set the permissions for the file to be unwritable, that should fix it.
  9. Fixing this seems necessary to me, it's not hard either. You can fix it by doing the following (using a FTP program such as FileZilla or CuteFTP): Go to the hooks folder in the forum directory (/forum/hooks/) Find tbGfSkinSearch_12345.php (12345 are random, unique numbers) Replace this line: $data['last_poster'] = $data['last_poster_id'] ? IPSMember::makeProfileLink( TBGroupFormat::makeNameFormatted( $data, $data['last_poster_name'], $data['last_poster_group'], 'last_poster_id' ), $data['last_poster_id'], $data['seo_last_name'] ) : $this->settings['guest_name_pre'] . $data['last_poster_name'] . $this->settings['guest_name_suf']; With this: /*$data['last_poster'] = $data['last_poster_id'] ? IPSMember::makeProfileLink( TBGroupFormat::makeNameFormatted( $data, $data['last_poster_name'], $data['last_poster_group'], 'last_poster_id' ), $data['last_poster_id'], $data['seo_last_name'] ) : $this->settings['guest_name_pre'] . $data['last_poster_name'] . $this->settings['guest_name_suf'];*/ Save the file & done.
  10. Simplifying the user experience should be top priority. Cut out most of the crap and only leave what users need.
×
×
  • Create New...