CodeIgniter Forums
see my old topics and form_radio - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: see my old topics and form_radio (/showthread.php?tid=37224)



see my old topics and form_radio - El Forum - 01-02-2011

[eluser]simonij[/eluser]
Hello how can i see my old threads? cant click on the profile link :S. it says

Forbidden
The member's profile you have requested is not visible to the public. :S


and what does the form_radio look likes?

cause i have this

<div style="float:left;">boy:</div> &lt;?php echo form_radio('boy', '1', true, 'class=radio'); ?&gt;
<div style="float:left;">girl:</div> &lt;?php echo form_radio('girl', '2', false, 'class=radio'); ?&gt;

but i can click on both :S


see my old topics and form_radio - El Forum - 01-02-2011

[eluser]bl00dshooter[/eluser]
[quote author="simonij" date="1294031436"]Hello how can i see my old threads? cant click on the profile link :S. it says

Forbidden
The member's profile you have requested is not visible to the public. :S


and what does the form_radio look likes?

cause i have this

<div style="float:left;">boy:</div> &lt;?php echo form_radio('boy', '1', true, 'class=radio'); ?&gt;
<div style="float:left;">girl:</div> &lt;?php echo form_radio('girl', '2', false, 'class=radio'); ?&gt;

but i can click on both :S[/quote]

About your profile: You need at least X posts for someone to be able to see your profile. I'm not sure how many posts, tho. Since I can see mine, its not much.

About the radios: They must have the same name for only one to be selectable. Only what may chance is the value.