Forum Replies Created
-
AuthorPosts
-
Lynn Weintraub
ParticipantHey it’s me again! I’m back to working on this site, you’d think i’d have it done by now! I’m having a few issues with activating licenses. I get this error: License activation limit has been reached. I’m also having problems updating to the newest connections files, i’m getting errors that downloading failed.
I’m trying to get contact to work and i’ve entered the activation code but it won’t activate. Thanks
Lynn
Lynn Weintraub
Participantre: I wish that worked but it didn’t :(
Just tested the code, it does add the new link types. They do not show up under the Links Type option when adding/editing an entry???
NOPE, weird still just says Website & blog when adding and editing an entry
Lynn Weintraub
ParticipantOne more problem, sorry: I can’t make updates to the plugin.
I get error message Downloading update from Download failed. Unauthorized
Disabling Maintenance mode…I checked my licenses and i have errors
License activation limit has been reached.Contact
Activate License activation limit has been reached.Form
Activate License activation limit has been reached.ROT13 Email Encryption
Activate License activation limit has been reached.Lynn Weintraub
ParticipantLynn Weintraub
ParticipantOne other thing, how do i get rid of “name” in the URL?
http://75.103.85.206/black-bear-hunting-alberta-canada/name/willow-creek-outfitters/Lynn Weintraub
ParticipantSteven, I wish that worked but it didn’t :(
I’m thinking of just changing this whole idea that I had for dynamic links and working within the parameters your program allows. It is really awesome and will serve what I need, just won’t have all the extra bells and whistles I was hoping to have.
Lynn
Lynn Weintraub
ParticipantHi Steve… Been a long time! I’ve been super busy with other things and now i’m back at this again!
I have added this code to code snippets plugin and it continues to crash my site.
I need the Connections —> Add Entry to have additional options for links to other pages. So when I go to that form to add an outfitter it allows me to add something besides a website and blog. I’m really stuck and don’t know what to do at this point.add_filters( ‘cn_link_options’, ‘species’ );
function species( $options ) {
$options['bear'] = 'black bear listing'; $options['whitetail'] = 'whitetail deer listing'; $options['muledeer'] = 'mule deer listing'; $options['moose'] = 'moose listing'; $options['elk'] = 'elk listing'; $options['cougar'] = 'cougar listing'; $options['bison'] = 'bison listing'; $options['wolf'] = 'wolf listing'; $options['antelope'] = 'antelope listing'; $options['waterfowl'] = 'waterfowl listing'; $options['fishing'] = 'fishing listing'; return $options;}
Your help is appreciated!
Lynn
Lynn Weintraub
ParticipantHello Steven,
I had to put this aside for awhile while I build a website for a client. I’m back to this now and will be working on it for a bit today.To answer your question, YES! what you said is exactly what I need.
I installed the Code Snippet plugin and created a new snippet;add_filters( ‘cn_link_options’, ‘cn_add_new_link_types’ );
function cn_add_new_link_types( $options ) {
$options[‘bear’] = ‘black bear listing’;
$options[‘whitetail’] = ‘whitetail deer listing’;
$options[‘muledeer’] = ‘mule deer listing’;
$options[‘moose’] = ‘moose listing’;
$options[‘elk’] = ‘elk listing’;
$options[‘cougar’] = ‘cougar listing’;
$options[‘bison’] = ‘bison listing’;
$options[‘wolf’] = ‘wolf listing’;
$options[‘antelope’] = ‘antelope listing’;
$options[‘waterfowl’] = ‘waterfowl listing’;
$options[‘fishing’] = ‘fishing listing’;
return $options;
}I chose the option “use through entire site” (I didn’t know what to pick)
I then went to the new snippet i created and said, “Activate”It broke my entire site. Nothing loaded but white screen. I had to go to FTP and delete the entire code snippet plugin to get my site back.
I have no clue what I’m doing. Will you private email me at info@abhunting.com. It may be easier since this thread is getting so long!
Thank you!!
Lynn Weintraub
ParticipantSteven, thanks for the reply,
I did edit the template PHP file, card.php and put it in uploads/connection-templates/gridder to make the changes to view profile and I added additional information in the panel. That all works perfectly.
The end goal is to have a separate page for each outfitter based on the species he hunts as well as a company listing. So Willow Creek will have a page with just his whitetail deer hunt information, his whitetail deer hunting photos and his whitetail videos. Same for bear and mule deer. Each of these listings will have SEO based on the species he hunts. I would like the main area to have the hunt details, featured image, slider & contact form and the side widgets with the photo gallery, Videos, Links to other listings, social media and link to website. I have not seen a way to have this particular layout in Connections. There are too many items on one page to have to scroll down forever to see it all that is why i must have the side widgets with all the “media” files.
Also, when the “bio” page loads it loads within the category so the URL has a lot of subfolders and the category description shows on every outfitter listing. See below:
So here’s the Black Bear Category Page: All the outfitters who advertise and hunt black bear will have a listing on here in the Gridder format. When a user clicks view profile I need it to go to that outfitter’s species page:
http://75.103.85.206/black-bear-hunting-alberta-canada/when you click on Willow Creek Outfitters “View Hunt Details” I need that to go to a page outside of Connections… http://75.103.85.206/andre-van-hiltens-willow-creek-outfitters-black-bear-hunting/
So in essence i need to be able to create a species page for a client and link their listing on the categoy page to that listing.Does that make any sense?
Lynn Weintraub
ParticipantOkay so i went into admin and added additional links but they all say Website:
Website: http://www.willowcreekoutfitters.com
Website: http://75.103.85.206/andre-van-hiltens-willow-creek-outfitters/
Website: http://75.103.85.206/andre-van-hiltens-willow-creek-outfitters-black-bear-hunting/
I’m assuming doing this
$options[‘bear’] = ‘Black Bear Listing’;
$options[‘company’] = ‘Company Listing’;
would make it look like this:
Website: http://www.willowcreekoutfitters.com
Company Listing: http://75.103.85.206/andre-van-hiltens-willow-creek-outfitters/
Black Bear Listing: http://75.103.85.206/andre-van-hiltens-willow-creek-outfitters-black-bear-hunting/
I just need to know how to do this. I won’t bother you anymore until i hear back… sorry for being a pain, i’m just so close!!
-
AuthorPosts
