![]() |
|
Custom MyCode for "contents" - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Design (https://sinister.ly/Forum-Design) +--- Forum: Web Design (https://sinister.ly/Forum-Web-Design) +--- Thread: Custom MyCode for "contents" (/Thread-Custom-MyCode-for-contents) |
Custom MyCode for "contents" - Coder-san - 05-03-2013 I made 2 MyCodes for this ID and A. It works exactly like the contents in a Wiki page. RegEx Code: \[id=(.*?)\](.*?)\[/id\]Replacement Code: <span id=$1>$2</span>Demo I really want to use URL and not the A, because there is no filter in A's regex but URL is not working with ID. Custom MyCode for "contents" - Coder-san - 05-03-2013 I made 2 MyCodes for this ID and A. It works exactly like the contents in a Wiki page. RegEx Code: \[id=(.*?)\](.*?)\[/id\]Replacement Code: <span id=$1>$2</span>Demo I really want to use URL and not the A, because there is no filter in A's regex but URL is not working with ID. RE: Custom MyCode for "contents" - Psycho_Coder - 05-04-2013 Now this is what I wanted to use in My tutorial threads and I posted a suggestion regarding this too. But you made it, hope to see this being implemented here on HC. http://www.hackcommunity.com/Thread-Solved-Auto-Scrolling-Script RE: Custom MyCode for "contents" - Psycho_Coder - 05-04-2013 Now this is what I wanted to use in My tutorial threads and I posted a suggestion regarding this too. But you made it, hope to see this being implemented here on HC. http://www.hackcommunity.com/Thread-Solved-Auto-Scrolling-Script RE: Custom MyCode for "contents" - Ex094 - 05-04-2013 Awesome, I think that bbcode should be implemented on HC. Neat and time saving
RE: Custom MyCode for "contents" - Ex094 - 05-04-2013 Awesome, I think that bbcode should be implemented on HC. Neat and time saving
RE: Custom MyCode for "contents" - Psycho_Coder - 05-04-2013 (05-04-2013, 10:42 AM)Ex094 Wrote: Awesome, I think that plugin should be implemented on HC. Neat and time saving Its not a plugin its a bbcode RE: Custom MyCode for "contents" - Psycho_Coder - 05-04-2013 (05-04-2013, 10:42 AM)Ex094 Wrote: Awesome, I think that plugin should be implemented on HC. Neat and time saving Its not a plugin its a bbcode RE: Custom MyCode for "contents" - Ex094 - 05-04-2013 (05-04-2013, 10:44 AM)Psycho_Coder Wrote:(05-04-2013, 10:42 AM)Ex094 Wrote: Awesome, I think that plugin should be implemented on HC. Neat and time saving Oh sorry, My bad! It's a bbcode RE: Custom MyCode for "contents" - Ex094 - 05-04-2013 (05-04-2013, 10:44 AM)Psycho_Coder Wrote:(05-04-2013, 10:42 AM)Ex094 Wrote: Awesome, I think that plugin should be implemented on HC. Neat and time saving Oh sorry, My bad! It's a bbcode |