Forum Activity for @michael

michael
@michael
04/09/23 07:03:35PM
7,717 posts

Starting blog view count problem


Design and Skin Customization

Agreed, if you put it in exactly the same file in exactly the same place then it should work exactly the same.

That the {debug} is not opening suggests that the edit has not taken effect. Try resetting the caches

ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> RESET CACHE

then check the page again. You might have to click a button in firefox "allow popups from this site" which will appear in the top right if you have popup blocker setting on which is usually the default.

Maybe also try adding some text "Here is some text so I can see the file has changed Avacardo, Apples, Whatever".

If you CAN see the text then you know the {debug} is in there too.
michael
@michael
04/07/23 10:06:41PM
7,717 posts

Starting blog view count problem


Design and Skin Customization

Where you have:
{jrCore_counter module="jrBlog" item_id=$item._item_id name="blog_view"}
Add a debug in:
{jrCore_counter module="jrBlog" item_id=$item._item_id name="blog_view"}
{debug}

when you go to the page a new window will pop up with all the avaliable variables at that location. Check that $item._item_id is one of the available variables.

That needs to be set to whatever the item_id of the blog post is.

Here's the docs on debug:

Docs: {debug}
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1477/debug
michael
@michael
03/26/23 02:03:54PM
7,717 posts

How do I ban an invalid IP address?


Using Jamroom

could you take a screenshot of one of the log entries? maybe there's a different thing you can ban him on
michael
@michael
03/08/23 01:08:13PM
7,717 posts

Lost Account


Using Jamroom

the hosting account for am********.net is lx*******r@gmail.com your login details have been resent there.
michael
@michael
03/05/23 10:20:46AM
7,717 posts

Is it possible to lose the Top Nav from an individual page?


Using Jamroom

This isn't doable via point-and-click unfortunately, you'd need to to use an SFTP tool to connect to your server and upload a text file into the skins directory. Which would mean looking at code.

If you uploaded a text file with the name avacardo.tpl and it contained this:
Hello world

Then when you visited yoursite.com/avacardo you would see "Hello World".

Once its created you will see it as adjustable from ACP -> SKINS -> YOUR SKIN -> TEMPLATES -> avacardo.tpl -> MODIFY
michael
@michael
03/04/23 07:12:13PM
7,717 posts

Is it possible to lose the Top Nav from an individual page?


Using Jamroom

sure.

You can create a new template in your skin at /skins/YOUR SKIN/avacardo.tpl then it will show up on your site at your-site.com/avacardo

The headers are in most pages because they are included.
michael
@michael
02/07/23 05:23:10PM
7,717 posts

New Google Analytics GA4


Using Jamroom

dont change the template, just make sure your setting is set to GLOBAL and your analytics ID is correct then there's nothing left to do.
michael
@michael
02/07/23 01:42:46PM
7,717 posts

New Google Analytics GA4


Using Jamroom

That looks like the same code used in the 'GLOBAL' setting of the module.
ACP -> MODULES -> SITE -> GOOGLE ANALYTICS -> GLOBAL CONFIG -> ENABLED ANALYTICS
global.jpg global.jpg - 249KB

updated by @michael: 02/07/23 01:43:44PM
michael
@michael
02/05/23 12:26:08PM
7,717 posts

Merge Skins


Design and Skin Customization

The skins aren't all the same thing but in different folders, they're ll different things.

Analogy: I have 3 cars parked in my driveway, an Audi a Ford and a Toyota. You might be able to take the wing mirrors off of the Audi and put it on the Toyota, Maybe it will fit, but maybe you'll need to build a bracket to make all the screws line up.

Same thing for skins. You might be able to take parts of one and move them to another but sometimes you're going to need to do a little work to make sure it still functions as expected.

Example:
If Skin-A's header opens 3 'div' tags then Skin-A's footer closes 3 'div' tags but Skin-B's header opens 2 'div' tags and Skin-B's footer closes 2 'div' tags then using Skin-A's header and Skin-B's footer is not going to line up.
updated by @michael: 02/05/23 12:27:03PM
  15