when non members click to view a profile they get a page that says "Your current membership (Non-member) doesn't allow you to view profiles" how do I add a block in this page?
i was not able to find it on page builder.
Thanks
when non members click to view a profile they get a page that says "Your current membership (Non-member) doesn't allow you to view profiles" how do I add a block in this page? i was not able to find it on page builder.
Thanks |
same goes for the "Access is forbidden" page when a non member clicks on a photo from the home page
thanks in advance |
You can change the message from the language string editor in admin but you won't be able to add blocks to those pages. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
You can change the message from the language string editor in admin but you won't be able to add blocks to those pages. not what i was looking forl but i looked for the string "Your current membership (Non-member) doesn't allow you to view profiles." and it did not come up. |
Just search for "current" and it should be the second one from the top.
It is a generic error message that uses a variable for the last part (view profiles or whatever they were trying to do). BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Just search for "current" and it should be the second one from the top. found it thanks, im guessing that you cant add HTML in there? |
You're welcome. I was going to suggest that but didn't because I wasn't sure if it would work or not. Give it a shot. The tricky part is it writes all that stuff to the database AND a file (/langs/langs-en.php) so it probably stips a lot out which might screw up the html. It won't hurt to try though.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Yes. HTML can be used in the language strings. https://www.deanbassett.com |
You're welcome. I was going to suggest that but didn't because I wasn't sure if it would work or not. Give it a shot. The tricky part is it writes all that stuff to the database AND a file (/langs/langs-en.php) so it probably stips a lot out which might screw up the html. It won't hurt to try though.
Thanks deano92964 and mscott that worked perfectly to do what i wanted check out attched photo maybe others may want to do the same I added an add right under it... still working on the wording but you get the point. thank u verry much guys |
hey guys ran into a lil issue, html works fine, got the initial issue to work perfectly THANKS.. Now I tired to edit the string in the "access is forbidden" this is when non-members click on a member photo from the homepage. I added html on that string but the problem is that the html code shows up in 3 places because the "access is forbidden" text is in 3 locations withing the page so the html code will also show up in these 3 places causing the page to look screwed up.
i just want the html code to show in the center box and not in the other top 2. Thanks see below as a reference to where the 3 "access is forbidden" shows up |
Sorry. That will require some code re-writing that i do not happen to know of the top of my head. I will need time to find where the language keys are used and a new one will have to be assigned to seperate them. https://www.deanbassett.com |
Sorry. That will require some code re-writing that i do not happen to know of the top of my head. I will need time to find where the language keys are used and a new one will have to be assigned to seperate them. ok Thanks |
Sorry. That will require some code re-writing that i do not happen to know of the top of my head. I will need time to find where the language keys are used and a new one will have to be assigned to seperate them. does anyone have knowledge to point me in the right direction? still driving me crazy thanks |
update: for now what I did was when non-members got the "access is forbidden" page I set a redirect with no delay to a custom page that explains that this area is for members only and included a link to the join.php
|