Forum Activity for @michael

michael
@michael
02/22/18 11:51:17AM
7,823 posts

Helping my members see their 'pending' Followers


Using Jamroom

What should be happening in the original module is:
* PersonA clicks 'Follow' on PersonB's profile, A is now following B and a pending request is added to B's pending list. Once B clicks approve, then B is following A completing the loop.

--edit--
testing the system now to figure out what is going on and what should happen.
updated by @michael: 02/22/18 11:52:25AM
michael
@michael
02/22/18 12:47:28AM
7,823 posts

Helping my members see their 'pending' Followers


Using Jamroom

sorry, haven't got to this yet. Will try to make some time for it tomorrow. apologies.
michael
@michael
02/20/18 01:56:47PM
7,823 posts

jrAparna module


Using Jamroom

If you change a modules template in the file system, then whenever a new module is released the change will disappear.

The problem is:
* skins that don't override modules will have no issue.
* skins that require an override of a module template in order to fit into the skin wont work with a default module made by aparna because the modules template wont have been customized to fit the skin.

Using aparna to create a module that doesnt fit with the skin causes:
"I made this with aparna, but it doesnt work" type questions to be asked, to which the answer is "It will work but you have to customize the templates now", to which the response is "How do I do that without code, im not a coder".

Which leaves us at a point where we need to do direct customizations to individual sites each time the module is used.

Thats not a good structure, so its better to retire the module and let those that will make modules make them, and not give half finished modules to those that dont really want to make modules.
michael
@michael
02/19/18 04:13:08PM
7,823 posts

jrAparna module


Using Jamroom

blindmime:....
Well I'll be. I've always just changed the template in the module folder...
Guess you hate it when updates come out then? Probably don't update because you don't want to re-apply your changes? Use those methods and you can like updating again ;)
michael
@michael
02/19/18 12:42:59PM
7,823 posts

Gallery Photos showing as placeholder photos


Using Jamroom

private profiles would do that. Whats the URL of that page?
michael
@michael
02/19/18 12:41:51PM
7,823 posts

Index Page Featured Profiles


Design and Skin Customization

flashback asks you to set settings in the ACP -> SKINS -> FLASHBACK -> GLOBAL CONFIG to choose which profile ids show on the front page in that area.

If you just want random ones you can remove the profile setting restriction by chaning:
{jrCore_list module="jrProfile" order_by="_profile_id asc" profile_id=$_conf.jrFlashback_profile_ids template="index_artists_row.tpl" limit="4"}
to
{jrCore_list module="jrProfile" order_by="_profile_id asc" template="index_artists_row.tpl" limit="4"}

in the index.tpl file
michael
@michael
02/17/18 06:18:47PM
7,823 posts

symbols in gallery/image name cause weird issues (urls)


Using Jamroom

nope, the rest of the file might not match up with your core version.

What were the issues you had when you changed it?
  147