diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-07 20:25:36 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-07 20:25:36 -0500 |
| commit | 25a101d128ada4cac4e634b1c0fdd881551fd376 (patch) | |
| tree | 16189519d01940f01c6a91c4786508c080aefc2f /pages/welcome.php | |
| parent | 9a4c37255351aadc223bb9609623888cb01d5fde (diff) | |
| download | fourisland-25a101d128ada4cac4e634b1c0fdd881551fd376.tar.gz fourisland-25a101d128ada4cac4e634b1c0fdd881551fd376.tar.bz2 fourisland-25a101d128ada4cac4e634b1c0fdd881551fd376.zip | |
Redid multiple tag system
This new tag system has a seperate table for tags. This way, a tag cloud can be made much more easily than if using the previous system. This changeset requires manual maintinence.
Diffstat (limited to 'pages/welcome.php')
| -rwxr-xr-x | pages/welcome.php | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/pages/welcome.php b/pages/welcome.php index e267381..6e06006 100755 --- a/pages/welcome.php +++ b/pages/welcome.php | |||
| @@ -70,7 +70,7 @@ while ($getpost3 = mysql_fetch_array($getpost2)) | |||
| 70 | 'RATING' => $getpost3['rating'], | 70 | 'RATING' => $getpost3['rating'], |
| 71 | 'TEXT' => parseBBCode($getpost3['text']))); | 71 | 'TEXT' => parseBBCode($getpost3['text']))); |
| 72 | 72 | ||
| 73 | $tags = unserialize($getpost3['tags']); | 73 | $tags = getTags($getpost3['id']); |
| 74 | foreach ($tags as $tag) | 74 | foreach ($tags as $tag) |
| 75 | { | 75 | { |
| 76 | $template->adds_ref_sub($curID, 'TAGS', array('TAG' => $tag)); | 76 | $template->adds_ref_sub($curID, 'TAGS', array('TAG' => $tag)); |
