shondalai.com Forum

Welcome, Guest
Recent activity
  • jcnewbie01 replied to the topic User Profile System.

    July 9 at 6:32 pm

    I didn't create any profile view menu item in CjForum, it is under Account/My Profile Summary on the toolbar.  Is there an option to remove that from within Configuration without code modification, which would be overriden with each upgrade?I don't have a problem with linkage to CB Profile.  Clicking on the username on CjForum's homepage does bring the user back to CB Profile.Will wait to hear from you.Thanks!

    9 years ago

  • Maverick replied to the topic User Profile System.

    July 9 at 6:15 pm

    There shouldn't be any profile view at all. In case you have created profile view menu item, remove it as you are using CB profile.

    9 years ago

  • jcnewbie01 replied to the topic User Profile System.

    July 9 at 6:08 pm

    Hi, Maverick, I was referring to Profile view, not the use of Avatar.  Thanks again.

    9 years ago

  • Maverick replied to the topic User Profile System.

    July 9 at 5:54 pm

    I can see the avatar link redirected to CB profile. Can you let me know how to reproduce the issue?

    9 years ago

  • jcnewbie01 replied to the topic User Profile System.

    July 9 at 5:40 pm

    Hi, Maverick,It's on the same site you and I have been trading offline messages about.  BTW, I also just responded to your latest email on the fix and performance.Thanks!

    9 years ago

  • Maverick replied to the topic Choose single image question do not work.

    July 9 at 5:34 pm

    That could be the issue. Can you create that folder?

    9 years ago

  • Richard I replied to the topic Choose single image question do not work.

    July 9 at 5:28 pm

    media/communitysurveys/images do no exist I have media/communitysurveys/tmp and I can see images in tmp folder

    9 years ago

  • Maverick replied to the topic User Profile System.

    July 9 at 4:55 pm

    What you have done is correct, it should display the user profile page from CB. Can you let me know your website details using contact us form so that I can check it?

    9 years ago

  • Maverick replied to the topic Borders.

    July 9 at 4:52 pm

    I believe your template css is overriding them. where can I see your survey?

    9 years ago

  • Maverick replied to the topic Choose single image question do not work.

    July 9 at 4:44 pm

    Can you please check if the folder media/communitysurveys/images/ exists and your images are being added in it?

    9 years ago

  • jcnewbie01 created new topic User Profile System.

    July 9 at 3:13 pm

    Hi, Maverick,I intend to use Community Builder as the default profile and have selected Community Builder as the option under User Profile System.  CjForum, nevertheless, is still showing its own profile view.Could you explain how the integration is supposed to work?  I have searched the documentation section, including wiki, but couldn't find any relevant info.Thanks!

    9 years ago

  • Richard Ingemannsen created new topic Borders.

    July 9 at 1:59 pm

    Hello Normal 0 21 false false false SV X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Normal tabell"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-fareast-language:EN-US;} In the demo page there are borders around every question, I have no borders in my survey. It looks better with borders so any help to fix it is appreciated. Regards Richard

    9 years ago

  • Richard Ingemannsen created new topic Choose single image question do not work.

    July 9 at 1:33 pm

    Normal 0 21 false false false SV X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Normal tabell"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-fareast-language:EN-US;} Hello I have 2 ”Choose Single Image” questions in my survey. I click on “change image” in backend to add images to answers followed by saving the question. If I open the question again I can still see the images I have added as answers. But when I click on “Finish” or “Save & Close” button and then open the question again images are gone. And if I take the survey there are no images. I have also tried to add images in frontend to see if it worked, but no luck. Regards Richard

    9 years ago

  • Maverick replied to the topic Latest articles for a specific user?.

    July 9 at 2:44 am

    You can hardcode the logged in user id if you wish. edit components/com_cjblog/views/articles/view.html.php and find case 'latest_articles': $articles = $model->get_articles(array( 'published'=>1,  'pagination'=>true,  'limitstart'=>$limitstart,  'limit'=>$limit,  'catid' => $catid, 'max_cat_levels'=>$max_cat_levels, 'order'=>'a.created',  'order_dir'=>'desc')); Change it to case 'latest_articles': $articles = $model->get_articles(array( 'user_id'=>$user->id, 'published'=>1,  'pagination'=>true,  'limitstart'=>$limitstart,  'limit'=>$limit,  'catid' => $catid, 'max_cat_levels'=>$max_cat_levels, 'order'=>'a.created',  'order_dir'=>'desc'));

    9 years ago

  • Cristiano Sias created new topic Latest articles for a specific user?.

    July 8 at 5:39 pm

    Hello everyone and sorry for my english. My problem: i want to see the latest articles as they appear in the demo page (http://demo.corejoomla.com/cjblog/articles/latest.html) but only for a specific user, instead if i click "Latest Articles" on the menu of the blog a user displays all articles published by all users. Tips? Thanks Cristiano Sias

    9 years ago

  • Maverick replied to the topic central question pool ?.

    July 8 at 5:32 pm

    Yes, but not straightforward way. You can create as many quizzes as you need in a category with all questions related to the category. Now create category quiz which can display questions posted in all quizzes of that category.  If you do not want multiple quizzes, you can have just one category quiz and add all questions in it. Now you can choose to display how many questions per page, randomly etc.,

    9 years ago

  • Maverick replied to the topic central question pool ?.

    July 8 at 5:32 pm

    Yes, but not straightforward way. You can create as many quizzes as you need in a category with all questions related to the category. Now create category quiz which can display questions posted in all quizzes of that category.  If you do not want multiple quizzes, you can have just one category quiz and add all questions in it. Now you can choose to display how many questions per page, randomly etc.,

    9 years ago

  • betaone created new topic central question pool ?.

    July 8 at 3:52 pm

    is it possible to have central pool of question, a facility already available in community crossword,  so that same question can be used at many quizzes. or even more better, user can select questions aleady in database to create their own custom quizzes.

    9 years ago

  • Maverick replied to the topic How to create a Hint button for a question.

    July 8 at 2:41 pm

    I suggest you to use the description of the question and answer explanation itself to add your links. You can use your Joomla editor to format the content in HTML.

    9 years ago

  • Maverick replied to the topic How to list all member users in a page .

    July 8 at 2:39 pm

    Please send me your website and admin user details using contact us form, I will check it.

    9 years ago

Powered by CjForum