neosmith20 Posted October 15, 2023 Report Posted October 15, 2023 Hey, I've been bashing my head trying to figure out how to add code into the "Repeater Details" part of the My Repeaters page. I see other pages have a clickable title. in their "Repeater Details" e.g. (https://mygmrs.com/repeater/2695) Like they have on their page, how the heck is that done? Thanks! Quote
gortex2 Posted October 15, 2023 Report Posted October 15, 2023 I assume you are logged into the main sit account ? Its different than the forum. I am not logged in and I removed all my repeaters so I can't go back in and look but I thought under your profile is said something like "my repeaters" or similar ? Quote
wayoverthere Posted October 15, 2023 Report Posted October 15, 2023 16 minutes ago, neosmith20 said: Hey, I've been bashing my head trying to figure out how to add code into the "Repeater Details" part of the My Repeaters page. I see other pages have a clickable title. in their "Repeater Details" e.g. (https://mygmrs.com/repeater/2695) Like they have on their page, how the heck is that done? Thanks! I don't have access to a repeater page to test, but have you tried html or bbcode? Iirc, bb code would be url=http://whatever within [], while html would be a href="http://url goes here" within <> brackets Quote
neosmith20 Posted October 15, 2023 Author Report Posted October 15, 2023 19 minutes ago, gortex2 said: I assume you are logged into the main sit account ? Its different than the forum. I am not logged in and I removed all my repeaters so I can't go back in and look but I thought under your profile is said something like "my repeaters" or similar ? Yes i am signed into the main site. 5 minutes ago, wayoverthere said: I don't have access to a repeater page to test, but have you tried html or bbcode? Iirc, bb code would be url=http://whatever within [], while html would be a href="http://url goes here" within <> brackets Secondly, i did try html, code block, and even markup. it still didn't work. Maybe I'm missing something, or doing something wrong? i would hit the </> button, which would bring up a black box, then i would put the code in and then save. After that i went to the repeater page, and all i would see is the code, not what the code was supposed to do. Quote
neosmith20 Posted October 15, 2023 Author Report Posted October 15, 2023 6 minutes ago, wayoverthere said: I don't have access to a repeater page to test, but have you tried html or bbcode? Iirc, bb code would be url=http://whatever within [], while html would be a href="http://url goes here" within <> brackets this is the code i was using (html): <!DOCTYPE html> <html> <head> <title>Open a New Page</title> </head> <body> <p>Click the link below to go to Pikes Peak GMRS:</p> <a href="https://www.pikespeakgmrs.org" target="_blank">Go to Pikes Peak GMRS</a> </body> </html> Markdown Code: [Go to Pikes Peak GMRS](https://www.pikespeakgmrs.org) Even tried with an iframe: <!DOCTYPE html> <html> <head> <title>Pikes Peak GMRS</title> </head> <body> <p>Here's the website embedded in an iframe:</p> <iframe src="https://www.pikespeakgmrs.org" width="100%" height="500"></iframe> </body> </html> Then tried using just the link part (html): <a href="https://www.pikespeakgmrs.org" target="_blank">Go to Pikes Peak GMRS</a> Lastly, even tried php: <?php header("Location: https://www.pikespeakgmrs.org"); exit; ?> None of those seemed to work and the page would just show what i pasted in here. wayoverthere 1 Quote
gortex2 Posted October 15, 2023 Report Posted October 15, 2023 Send Rich a message. Sure he can fix it. Quote
neosmith20 Posted October 15, 2023 Author Report Posted October 15, 2023 5 minutes ago, gortex2 said: Send Rich a message. Sure he can fix it. is it just "at rich" or does he have a different(full) name on here? Quote
wayoverthere Posted October 15, 2023 Report Posted October 15, 2023 15 minutes ago, neosmith20 said: is it just "at rich" or does he have a different(full) name on here? @rdunajewski is the Rich in question. And racking my brain in the meantime as to what it might accept. neosmith20 1 Quote
SteveShannon Posted October 15, 2023 Report Posted October 15, 2023 Questions about site features might be better in the mygmrs.com forum: https://forums.mygmrs.com/forum/6-mygmrscom/ There is a thread there named "Repeater Listings Format" but a quick glance didn't reveal anything. Sorry. Quote
wayoverthere Posted October 16, 2023 Report Posted October 16, 2023 So...I still stand by the statement that RIch can best say what that section of the site will and will not accept in that box. That said, I created a "Test" repeater listing to be able to poke at the settings (marked it offline, etc). Still not sure what kind of code it's using, but I did successfully create a link with the little "chain" icon (4th from the top right, in blue in the screenshot). typed in the text I wanted, highlighted it, hit the link button, and pasted in the url I wanted it to point to. Seems to have worked: Hope it's at least a little bit of help. SteveShannon and neosmith20 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.