Jump to content

My Repeaters Page - Repeater Details Code


neosmith20

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

 

image.png.608838c713e8e6726aeb699a8c55a6dc.png

Seems to have worked:

image.png.5fdedf0e8045a2a60b838269430a2a70.png

 

Hope it's at least a little bit of help.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Guidelines.