Forum Activity for @derrickhand300

derrickhand300
@derrickhand300
08/26/15 08:32:29AM
1,353 posts

How to copy n paste text on jamroom ?


Using Jamroom

Maybe this is the answer?
http://www.tinymce.com/wiki.php/Plugin3x:contextmenu

I have also read

"Remove the contextmenu plugin in your tinymce init:

plugins : "autolink,lists,pagebreak,fullscreen,contextmenu","

Will fix it to allow right mouse click pasting
updated by @derrickhand300: 08/26/15 08:37:48AM
derrickhand300
@derrickhand300
08/24/15 07:09:38PM
1,353 posts

Looking for Help Customizing


Using Jamroom

Novice myself-But If I were trying to add your present header to a specific page of your site I would first copy the header code I wanted to use and save it to a txt file named "header_new.tpl" and upload it to the skin I was using in the "templates" folder...( I will add an example attachment) Then I would open this page in site builder and remove the current header file and add this file in its place using
{jrCore_include template="header_new.tpl"}
This should add your old header to just this page on your site
If you are not using site builder then you would remove the header code and add the
{jrCore_include template="header_new.tpl"}
in its place
Then you would need to add the custom css for the header code you just added to your custom.css file ( if you have any...)
If its just the menu you want you should be able to do the same by copying the header_menu_desktop code and saving it to a tpl file called header_menu_new.tpl and calling it the same way as above
If your header or menu is built using smarty- then you would disregard my attachment and use the smarty from your old site?...

Like I said I am a novice and this may be way off but I thought I would have a stab at helping you-pls ignore if its no help
header_new.zip - 3KB

updated by @derrickhand300: 08/24/15 07:14:49PM
derrickhand300
@derrickhand300
08/24/15 06:45:46PM
1,353 posts

How do i embed iframes?


Using Jamroom

I think you need to go into SYSTEM CORE>QUOTA CONFIG ( I think this is where it is...) then under the tab that says admin add 'iframe" to the allowed html tags...then switch from the "admin: tab to the quota for other users and remove the "iframe" tag from allowed html tags,,,this should allow you as admin to add iframes and stop others from adding them...I think thats the theory anways
derrickhand300
@derrickhand300
08/24/15 06:40:11PM
1,353 posts

How to copy n paste text on jamroom ?


Using Jamroom

Paste it into notepad or some other text editor first-then copy/paste it into the JR editor ( not Word) When working in the html side of the editor you will still need to use keyboard commands ( I think)
updated by @derrickhand300: 08/24/15 06:41:22PM
derrickhand300
@derrickhand300
08/21/15 08:21:48PM
1,353 posts

performance test odd results


Using Jamroom

Yes Its REALLY a powerful tool_I bought it back when you first used it and talked about it in the old NING forum a few years back. It takes some time to configure and if I let it run without really tweaking the settings it will spider close to a million URLS on my social site. I have really been tweaking it and limiting much of what it wants to include ie after I spider an image I don't want to include all the "crops-auto sizes etc...tags are another place that i have excluded- still it takes 24 hours to spider that site even allowing ALL the crawlers..So I dont run it so often.

Its greatest value to me at the moment has been my store site I have rebuilt on JR ( not a members social site)-letting it run at default settings it was spidering over 7000 pages but after tweaking the settings I have it down to around 800 important pages.. There support has been good but I have only used them 3 times-the last request a week ago was concerning getting the software to make a video sitemap of JR but no answer back yet
updated by @derrickhand300: 08/21/15 08:22:09PM
derrickhand300
@derrickhand300
08/21/15 07:54:22PM
1,353 posts

performance test odd results


Using Jamroom

Im getting results close to 2000 at times-other times it falls to 1000-1200-in my case I think I am sharing 1 very powerful CPU that at times is used for traffic to others sites. I think it depends on the server and if the folks behind the server are being HONEST about your set up...after around 6 different servers I have found this is more often the case than not

As for spidering I also use InSpyder Site Map creator and if you turn it loose it is a resource hog for sure but does a great job- but as you stated you can really see it in the dashboard. Would like to hear sometime if you found a way to configure it to create a video sitemap on JR...

Also I figure the "performance tool" is subjective in regards to accuracy ( just my opinion) Other than telling if a site will do well on that server or poorly, I think the numbers lack any real consistency.

Through my experiences with several servers I found some that showed a slower speed actually were FASTER when tested on websites that show page load speed like pingdom.com and others... So I just use the PERFORMANCE TEST on JR as a baseline as to determine if my sites really slow or ok

The most important numbers (to me) are those that come from Page Speed Tests like those at Pingdom or Google Webmaster Tools- I have been able to increase speed quite a bit testing from these sites using the free version of CloudFlare as a CDN
updated by @derrickhand300: 08/21/15 08:04:04PM
derrickhand300
@derrickhand300
08/20/15 06:47:45PM
1,353 posts

Can I Add Heading Tags Using Smarty in Meta.tpl file?


Using Jamroom

Ok so can this be done using smarty in the body section?
derrickhand300
@derrickhand300
08/20/15 09:39:17AM
1,353 posts

Can I Add Heading Tags Using Smarty in Meta.tpl file?


Using Jamroom

I would like to use the meta.tpl file to add H1 tags to all my pages so what I am after is to have all page titles to be in H1 tags-I have tried editing the code below:
 {jrCore_lang skin=$_conf.jrCore_active_skin id="1" assign="default_title"}
<title>{$page_title|default:"`$default_title`"|capitalize}</title>

By adding this
 {jrCore_lang skin=$_conf.jrCore_active_skin id="1" assign="default_title"}
<title><h1>{$page_title|default:"`$default_title`"|capitalize}</h1></title>

but not working properly-any way to add this using smarty?

Thanks
updated by @derrickhand300: 12/22/16 11:55:59AM
derrickhand300
@derrickhand300
08/20/15 12:22:49AM
1,353 posts

Adding A Title To Home Page


Using Jamroom

Thinking about it further the point is really mute now because after adding that code snippet back to the meta.tpl I am stuck with that title as its the default now and cannot be overridden- all adding a new title does is put 2 different titles in the source code...not good....so ill just go with this-thanks for the help again
  72