31
nmshah
rating feature in publisher clone
  • 2011/1/14 13:02

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


I have two instances of publisher module installed. The rating feature works perfectly with the original module but does not seem to work with the cloned module.

Anyone else having this problem and if there is a way to correct.

Xoops 2.5
Publisher (Revision 225)



32
nmshah
Re: How to enable html tags in Publisher Module blocks
  • 2011/1/3 6:00

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


Finally found a way to display articles in block without stripping the html.

Changes made to allow html in blocks for Publisher 1 (rev 219)

File modules/publisher/class/item.php (around line 257) right after
foreach ($wrap_pages as $page) {
                
$wrap_page_content $this->wrappage($page);
                
$ret str_replace("[pagewrap={$page}]"$wrap_page_content$ret);
            }
        }



Just delete the following lines

if (!empty($stripTags)) {
            
$myts =& MyTextSanitizer::getInstance();
            
$ret strip_tags($ret$stripTags);
        }


Be careful before deleting these lines as i am not sure of this is completely safe or not.

Kindly let me know if these changes will have any negative effects?



33
nmshah
How to add breadcrumb using mymenus
  • 2011/1/2 16:48

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


I am looking for a way to show breadcrumbs on my website which is running on xoops 2.5 and I am already using mymenus module for the creating menus in the site.

I am not able to figure out how to create and display the breadcrumbs menu.

Kindly help with the steps required to create breadcrumb menu using mymenus 1.1



34
nmshah
Re: Added Facebook Social plugins, kindly comment...
  • 2010/12/27 5:17

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


@colarado1 and redheadedrod, thank u for your feedback...

I am working on making these changes now. Will post again with the new design here...



35
nmshah
Re: jquery being loaded multiple times
  • 2010/12/26 11:29

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


Thanks Voltan & Marine for helping and confirming

What changes should i make in mymenu codes to prevent it from loading the jquery? I will like to simply remove the line/code that loads the jquery.

I am using superfish skin



36
nmshah
jquery being loaded multiple times
  • 2010/12/25 4:14

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


I am currently working on a new theme for my website. The website uses mymenus and publisher. Looking at the source of one of the pages in the head section I see that jquery is being loaded three times, one each by the theme, mymenus and publisher. Also there are multiple .js files being loaded.

Is there a way that I can prevent the multiple loading of jquery. What are the changes that I need to make in mymenus and publisher module to stop loading the jquery so that the modules can use the jquery loaded by the theme?



37
nmshah
Re: Added Facebook Social plugins, kindly comment...
  • 2010/12/22 3:14

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


Thank you for your comments...

I am also working on a new theme right now, can you suggest what should be the best place to place the facebook like box. And also if anyone can help me on how to change the look and feel of these plugins.

Regrds,
Nitin



38
nmshah
Re: Add Subcategory Management to Image in System + list display
  • 2010/12/15 5:57

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


@fdeconiac +1

Also a system block that can display the latest images added to the image manager will be great.



39
nmshah
How to enable html tags in Publisher Module blocks
  • 2010/12/14 20:45

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


What ever blocks I use in Publisher module stirps the html tags from the item summary.

Is there a way to display the item summary in the blocks and on the index page of the module without stripping the html tags?

Kindly Suggest...



40
nmshah
Added Facebook Social plugins, kindly comment...
  • 2010/12/6 6:13

  • nmshah

  • Just can't stay away

  • Posts: 556

  • Since: 2007/7/2 8


I have updated my company website http://swayamsat.org to xoops 2.5 and added the facebook social plugins eg. comments (on blog, workshops, piCal & tadgallery modules), like box, recent activity to this website. Also made minor changes to its design.

Kindly review the website and let me know if there is anything that I can do to improve its look and feel or user friendliness.




TopTop
« 1 2 3 (4) 5 6 7 ... 49 »



Login

Who's Online

229 user(s) are online (132 user(s) are browsing Support Forums)


Members: 0


Guests: 229


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits