Messages - mhb [ switch to compact view ]

Pages: prev1 [2] 3 4 5next
6
Living Room / Re: PIN-code
« on: May 16, 2008, 11:22 AM »
Same to me, I have no idea how I can possibly recover my "lost" PIN code with this technique.

7
Hi Ampa,

I am not sure if this really helps, since it can't replace the %20.
Nevertheless it replaces the given string with the filename.

Code: Javascript [Select]
  1. ^.*/\d{2}\s(.*)\..*$
  2. $1

In JavaScript this could be done like this:

Code: Javascript [Select]
  1. result = subject.replace(/^.*\/\d{2}\s(.*)\..*$/g, "$1");

I think the best solution for the %20 is to replace these using the JavaScript replace command or using a second regular expression.

Hope it helps...

Marc

8
Hi guys,

Just click on the offer, then you'll get the details for that deal.. here you can see that the correct original price is $ 58.00 instead of $ 50.00.

FireShot capture #2 - 'Macro Scheduler Software Discounted' - www_software-dod_com_2nd-chance-macro-scheduler_htm.png

I guess he just hit the wrong key on his numpad (at least I would like to think so  :-\)

Cheers,
Marc

9
Hi J-Mac,

for which version of SFFS you don't have a help file? I am using right now version 3.76 and access the help file by clicking on "Introduction" in the "Help" menu.

Greeetings,
Marc

10
General Software Discussion / Re: Attention Mod
« on: January 28, 2008, 03:56 PM »
Hi everybody,

While reading through all the post concerning this topic my sometimes weird mind came up with a somewhat more complicated but maybe more effective and nun disturbing idea....

If I understood it correctly, you want to have an option to call an "expert" into a thread if his/her help is needed.
Implementing an easy solution to call a specific person can be quite annoying and disturbing as a couple of people pointed out earlier.

What do you guys think about the following system ....

Well, my system needs some setup.....

- Specific topic/fields should have assigned "experts", the information about this assignment is non public (there can me more than just one "expert")

If a threat is in a need of an expert a logged in user can trigger a SOS call to a specific expert-group by clicking on some "SOS"-button and choosing the desired expert-group. Such a help request is only issued if the thread had already a specific amount of replies and also if a specific amount of different users triggered the SOS call in this thread. This way the users in the thread first have to try to find a solution by their on and also have to agree on calling an expert. (Example: A thread needs at least 10 replies and 4 different users asking for an expert before such a call is issued)

When such help request is issued a PM is sent to all the members of the expert group and a help request for this topic is shown on the forums main page, allowing also non-assigned experts so visit the thread and help with the problem.


Just my 2cents on such an "Invitation"-System.

Cheers,
Marc

Pages: prev1 [2] 3 4 5next
Go to full version