-
Posts
2,392 -
Joined
-
Last visited
-
Days Won
62
Content Type
Profiles
Forums
Events
Everything posted by Sim
-
How do we add the "Reveal hidden content" tag tht you have in the post?
-
I came back to this mod today. I was about to abanded this project since I wouldn't be able to make a half decent UI to release with it, but I managed to come up with one. This looks 100x better than the on posted in the original post. The green highlights successful crimes and thefts. The red failed crimes and thefts. Blue is used for logging in and logging out. I still have a few more to add to the list.
-
[GLV2][MOD][$30] Ajax Chat w/ Private Messages & Gang Chat
Sim replied to Dave's topic in Paid Modifications
I like tht idea to. π -
Your design work is amazing.
-
It's waiting to be approved. Ive messaged everyone the latest file that needs updated.
-
Price has been reduced to $10.00
-
I read that. I remember when he released it. I was damn, in going to have some competition.
-
:: scratches head:: I thought I seen that posted on marketplace before contest opened. π
-
What @Davesaid. Welcome to the community.
-
IRL problems sick. I am having the same kind of issues.
-
@MNG you did not mention one time you had a older version of GL installed. I did just message you what I think should fix the issue. The login file you have and the one that's needed will not interfere with any of your other modifications. Edit: what version of GL are you running? If you say it doesn't fix the error, I will verify it didn't and if you are correct I will issue a refund (after messaging @Dayo But the point of this topic is not too get into a debate about who is right or wrong but to get feedback on my customer service skills from this experience. And to improve in the future. It just so happens that you are the person I had this encounter with, so don't take it personal. I'm not. So if we can take the support back to private messages please I . Going to start listing what versions my mods work on straight out of the box. BTW, the issue with the older version we did get resolved. Simply overwrote his older login.inc file since no modifications was done to it.
-
Who all is planning on entering the competition? I plan on starting my entry in another day or so.
-
I just got a negative review saying my support sucks for a mod I released. Here's the link. Included is my response that I shouldn't have included but it shows what I did once I found out I released a mod that didn't work %100 and then the conversation between me and the reviewer. I am expecting honest feedback and suggestions if you believe my support could have been better. Edit: forgot link
-
If you have the source I definitely would love to get it. I'm glad I released the source. π
-
oRPG Creator. Only site I ever paid anything for.
-
Here's a preview of my wall I started for GL. It will show almost every action a user does. Admins il have choice of what to display. The usernames can be clicked on to go to there profile. Each car can be clicked on to try and steal that car listed from theft mod. Each crime can be clicked on to try and attempt from crimes mod The main Wall will show user activity of all users. Then each user can view there own wall displaying only there activity. The ACP shows all activity of all users while the wall will only display what the admin chooses to be to displayed.
-
I rather not post examples of what I ha in mind a it's very original but super easy. And for Budget I really prefer not to answer that publicly. I been around long enough to know the rates of these kind of things. If I remember correctly I bought a template from you many years ago. I wonder if you still have it. π
-
Thanks isn't there a way to include it all in one tag? Spanπ
-
I am looking to hire someone to create me a new template for GL. Besides the overall template, I am also going to need a few additional pages looking a bit different. Template must be also work on mobile devices. I am more concerned with how it looks on mobile devices then I am in browser's. A few custom pages would be Login Register Profiles I will also need a few additional pages as I think of them. I will b looking to start this a few weeks from now. Message me.
-
I want to change certain text. HTML in general. Not GL.
-
I'm not trying to Google the answer but how can I change the color of text in the template. Font color. Also, how can I use the classes top change the font color like success, info, error, warning. I bet allot of to all surprised to see me all that with my very extensive knowledge of actually programming itself. π
-
Thank you, I added the "Collect Reward" from notifications just to add a bit more user interaction instead of just automatically rewarding a user. I think that feature makes this mod a bit better.
-
Here's a few things I would to see added. Able to message all purchasers or people who downloaded. I am unable to see my free files in the my marketplace files. Get notified of new releases automatically if you downloaded or purchased a mod. In my account balance it does not list where my money is coming from, I'd like to be able to see that. If I ever deleted a paid mod, I wouldn't know where my money came from. I also don't like having to go to another page to view balance and purchases. Get notified of purchases
-
I was unable to delete an event. I didn't read it, checked box hit delete. Hit cancel. Hit delete again, hit OK box. Not sure if I can do it again, I ain't got enough money to get n event again. There's also a decent amount of pages I can see while in jail but others I can't see. Some of them shouldn't be seen if others can't. It only logically makes sense.
-
<?php new Hook("userAction", function ($data) { global $db, $user; debug("id: " . $data['user']); debug(var_dump($data)); }) ?> There is a issue with using the userAction hook and login mod. It will create this error the first time you try to login. If you hit refresh, your be logged in with no error. Lines 43 and 45 on login.inc.php. I am unsure if he userhook causes problems anywhere else as I only tried using it during logins so far. On several mods ND several different occasions. Not once have I not encountered this. Edit: Here's the fix. Replace lines 43 and 45 $this->user->id with $user->info->U_id Now, I don't know why $this->user->id works when you hit refresh but doesn't first time trying to login in with the hook. π