Forum Activity for @michael

michael
@michael
02/16/15 01:51:05PM
7,832 posts

Out-of-the-Box Setups


Suggestions

Every skin is different. You mentioned ProJam. The demo system to compare against is here:
http://demo.jamroom.net/jrProJamLight/


The 'skin menu editor' found at:
YOUR-SITE.com/core/skin_menu

does not control the menus that show for the skin. That controls the menu that drops down under your username from within the skin.

The menu items that run left to right on the projam skin
HOME | ARTIST | MUSIC | VIDEOS | GALLERIES | GIGS/EVENTS | BLOGS .....

are found in the TEMPLATES tab for that skin in the header_menu_desktop.tpl file. so
ACP -> SKINS -> PROJAM -> TEMPLATES -> header_menu_desktop.tpl

It uses a system of nested un-ordered lists. Its a bit intricate in there if you're un-familiar with working with code.

What are you trying to move? Where would you like to move it to?
michael
@michael
02/16/15 01:32:49PM
7,832 posts

Photo Lightbox viewer possible to link to image ?


Design and Skin Customization

I wasn't thinking of creating any new locations for the same content. I was just thinking that it might be possible to put a link from the gallery lightbox to the single image location where the comments are.
michael
@michael
02/16/15 12:11:27PM
7,832 posts

Photo Lightbox viewer possible to link to image ?


Design and Skin Customization

John Bizley:...Are we talking opening the whole network with the said photo in the large photo viewer section on it's page or just opening the image in another window with the comment section underneath it ? ....
Its your question, you tell me.

I thought the question was from the light box on the profile to the image on the profile. Not sure about smartphones, I don't own one. :(
michael
@michael
02/15/15 06:59:50PM
7,832 posts

getting system update emails even when updated


Off Topic

The update emails will only go out once a day. I just updated feed reader this morning. Give it 24 hours to check if the email arrives or not.
michael
@michael
02/15/15 05:06:07PM
7,832 posts

Photo Lightbox viewer possible to link to image ?


Design and Skin Customization

John Bizley:...One thing that would be really nice also is if you have done that then a button to return to the position in the lightbox would be excellent...

How about a link that opened that image in a new browser tab. That way you could comment, then close the tab and you'd still have the lightbox open.

That would be the easiest to implement.
michael
@michael
02/15/15 05:03:37PM
7,832 posts

cant login to 1 of my sites as admin..error


Ning To Jamroom

you got it sorted? The error reads "Form Validation missing". Form Validation is a key set on the page to make sure that its your server doing the sending of the information and not a hacking attempt sent from another server.

The suggestion says "please refresh and try again" so refresh the page and see if it still happens. If it does, its probably something to do with whatever process is setting the form validation key on the page.
michael
@michael
02/15/15 05:00:43PM
7,832 posts

Entry Processes High


Jamroom Hosting

Thats the guide I use to setup my local server. Brian wrote it, so its good.
michael
@michael
02/15/15 02:52:26PM
7,832 posts

Entry Processes High


Jamroom Hosting

perhaps:
htop
from the server command line.

That shows the current processes running and the heaviest ones and the usage of the cpu cores. (You're getting way into advanced territory. This kind of stuff is beyond anywhere I normally play.)

When I refresh a page it show that apache process in htop and closes once it finishes.
--
After searching on duckduckgo, I found this:
http://www.myintervals.com/blog/2014/12/10/five-linux-commands-every-web-developer-should-know/

which has:
htop -u apache
to show only the processes that apache user is running. for me, the user was www-data, you can see which is the username from the normal htop screen
michael
@michael
02/15/15 02:36:10PM
7,832 posts

search upgrade implimentation im testing


Suggestions

That does look interesting.

You've found the setting in the admin area:
ACP -> LISTING -> SEARCH -> GLOBAL CONFIG -> additional search fields

Quote: If you would like to have additional DataStore fields available for search, enter the DataStore field name, one per line.

Example:
If you have created a custom User Profiles field via the Form Designer called "profile_location" you would enter profile_location on a line by itself to enable that field to be searched.

Jamroom's current search searches the database, so you need to tell it if you want to search in other places that its not currently finding.

That link you have also has a crawler, so that's a definite plus.
michael
@michael
02/15/15 02:21:02PM
7,832 posts

pager missing on forum posts (not sure if its forum or ningja related)


Ning To Jamroom

Heres what I tried. In a widget editor I had this code:
{jrCore_list module="jrAction" pagebreak="4" pager="true"}
The pager works and changes pages. But if i add that to the CODE tab, the pager wont page because the page number is not handled automatically in that area.

So when using the CODE tab, i need to add the page 'p' coming in from the url, thats:
{jrCore_list module="jrAction" pagebreak="4" pager="true" page=$_post.p}

Then the pager works.

Is this what your after? Hope it helps.
  585