PaulTurner-awin / stikked

Automatically exported from code.google.com/p/stikked
GNU General Public License v3.0
0 stars 0 forks source link

anchors are hard coded and use base_url() instead of using the CI anchor() function #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try using Stikked without .htaccess working

What is the expected output? What do you see instead?
Expected output would be hyperlinks including the 'index.php' when
.htaccess isn't working and 'index.php' is in the $config['index_page'] =
"index.php";

Because the links are hard-coded, the CI framework can't handle including
the index.php

What version of the product are you using? On what operating system?
The latest download available.

Please provide any additional information below.

Please use the anchor() function in the url helper to create hyperlinks
instead of relying on base_url()

Original issue reported on code.google.com by bou...@gmail.com on 11 Apr 2008 at 5:09

GoogleCodeExporter commented 8 years ago
I'm making changes right now, I could provide a diff if that would be helpful.

Original comment by bou...@gmail.com on 11 Apr 2008 at 5:11

GoogleCodeExporter commented 8 years ago
I went ahead and made all the changes. Here's the svn diff. I also made the 
fixes in
the iphone views.

This diff makes it so all the urls created will work even if they aren't using a
.htaccess.

This also means, that if they ARE using .htaccess then you have to change your
config.php like this:

change-
$config['index_page'] = "index.php";

to-
$config['index_page'] = ""

This conforms better to CodeIgniter and makes it more portable.

Great job on Stikked! I'm really enjoying it so far.

Original comment by bou...@gmail.com on 11 Apr 2008 at 6:11

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for that, sorry it took me so long to get back to you. Apparently google 
code
doesn't notify me about new bugs, better fix that.

That will be fixed in the new version ;)

Thanks,
Ben

Original comment by b...@mycodenow.com on 11 May 2008 at 5:23

GoogleCodeExporter commented 8 years ago
Ben,

On the main project page you mention that you're working on paste replies, an
installer, and paste embedding for the next release of Stikked. Do you need any 
help
with any of that?

Dave

Original comment by bou...@gmail.com on 13 May 2008 at 1:10

GoogleCodeExporter commented 8 years ago
I would also like to get involved with this project. Specifically, I would like 
to
see IRC channel notification as an option when creating a new paste, so I would 
work
on that.

Original comment by perrytri...@gmail.com on 13 May 2008 at 5:25

GoogleCodeExporter commented 8 years ago
Hi guys, can we move this discussion to the new stikked group, an issue queue 
isn't
the ideal place. http://groups.google.com/group/stikked

Original comment by b...@mycodenow.com on 13 May 2008 at 5:29

GoogleCodeExporter commented 8 years ago

Original comment by ben%stik...@gtempaccount.com on 14 Sep 2008 at 5:16

GoogleCodeExporter commented 8 years ago

Original comment by ben%stik...@gtempaccount.com on 15 Sep 2008 at 9:46