![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| How do i change story link to url link
How do i change story link to submitted url link?
|
| |||
|
edit link_summary.tpl Change: <a href="{$story_url}">{$title_short}</a> To: <a href="{$url}">{$title_short}</a> But this may not work for you if you have another bug in libs/link.php In the 7.2 I downloaded - and in the previous version, the code dumps the original URL and I got it back like this. Maybe this isn't the best way, but it works, otherwise the URL is lost and the table entry is empty. function store() { global $db, $current_user; $this->store_basic(); $link_url = $db->escape($this->url); // AG they are discarding the URL because $this->url is empty, so fix it $link_url = $db->escape($_POST["url"]); |
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Special Advertising Add-On for banners Tutorial | AnAlienHolakres3 | Modification Tutorials | 18 | 07-30-2008 09:25 AM |
| [SOLVED] Direct link to story instead of going throught out.php or /out/ | doit | Suggestions | 10 | 01-27-2008 05:29 PM |
| Link to Story after or during Submit | dattard | General Help | 1 | 12-31-2007 03:27 AM |
| adding a link to story description | codefreaq | General Help | 1 | 10-31-2007 11:52 AM |
| edit story and outgoing link returns blank page | crusty | General Help | 0 | 08-23-2007 02:30 PM |




Linear Mode

