Forum Activity for @michael

michael
@michael
08/23/16 08:19:23PM
7,832 posts

Cannot edit a certain page with Site Builder


Using Jamroom

How about this, to stop you getting a nice face sandblasting, add ?repair=true to the site builder created page:

http://roughneckcity.com/oilfield-hitch-calendar?repair=true

That will load the page without the content. ( you know, that content that is breaking sitebuilder but you still want to keep? That stuff.....)

Then you can edit it.
michael
@michael
08/23/16 08:14:04PM
7,832 posts

Group Error - Firefox and IE Only


Using Jamroom

mmmm, just tried your code here and its working fine.

Made any adjustments to jrGroup/templates/item_list.tpl ? skin over-ride perhaps?
michael
@michael
08/23/16 08:07:09PM
7,832 posts

Cannot edit a certain page with Site Builder


Using Jamroom

You should be able to do that, but the code you're entering is breaking the Site Builder system.

Quote: ....reposted the remaining code....
Paste that code here so I can have a look at it.

--edit-

Sandblasting in the face? like this:
img
updated by @michael: 08/23/16 08:09:48PM
michael
@michael
08/23/16 08:02:14PM
7,832 posts

Listing events by date ending soonest


Jamroom Developers

there is the $smarty.now variable that will give you the current timestamp, you may be able to use that somehow:
search1="event_date <= `$smarty.now`"
would show you only events in the future from this point in time.
michael
@michael
08/23/16 03:16:20AM
7,832 posts

Premium skins


Design and Skin Customization

Should be as easy as adding your license code, then installing whatever you want from the marketplace @annush

Docs: "Step-by-Step: Jamroom Premium ยป Overview "
https://www.jamroom.net/the-jamroom-network/documentation/step-by-step-jamroom-premium/4073/overview
michael
@michael
08/22/16 09:56:12PM
7,832 posts

Cannot edit a certain page with Site Builder


Using Jamroom

Its probably these parts:
<script src="http://igioel.com/HitchCalendar/js/curtis.calendar.min.js">
<script src="http://igioel.com/HitchCalendar/js/jquery-1.8.2.min.js">
<script src="http://igioel.com/HitchCalendar/js/jquery-ui-1.9.1.custom.js">
<script src="http://igioel.com/HitchCalendar/js/externalCode.js">
You're loading jquery again. Its already active on the page, and so if you load it again everything that was already loaded into it gets cleared.
michael
@michael
08/22/16 09:50:35PM
7,832 posts

Cannot edit a certain page with Site Builder


Using Jamroom

They are widget_id 687 and widget_id 782 you can still access all your data via
ACP -> MODULES -> DEVELOPER -> TOOLS -> DATABASE ADMIN
updated by @michael: 08/22/16 09:52:11PM
michael
@michael
08/22/16 09:00:35PM
7,832 posts

Cannot edit a certain page with Site Builder


Using Jamroom

Then its the code that you're putting into the widgets fault.

What is the code thats going into the widgets?
michael
@michael
08/22/16 08:13:50PM
7,832 posts

Group Error - Firefox and IE Only


Using Jamroom

That shouldn't have caused any errors.

Whats the code after:
        <h1>Groups</h1>
    </div>

    <div class="block_content">
?????????
michael
@michael
08/22/16 07:51:15PM
7,832 posts

Group Error - Firefox and IE Only


Using Jamroom

could you outline the steps you're taking to do what you're describing so I can replicate it and see if I get the same thing? That would make it easier for me to provide a solution.

My guess is you have a search="something = (nothing)" or the like. That error is saying, "You told me to fetch something from the database, but I couldn't understand what you wanted me to get."
  365