31
MikeShane
you tube in calendar
  • 2013/6/22 12:28

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


I have xoops site built with
XOOPS Version XOOPS 2.5.5
PHP Version 5.2.17
mySQL Version 5.5.23-55
I am trying to use Apcal; I have my system setting to use tinymce for editors in blocks, comments and modules. Every thing works great in most places. When creating category it uses tinymce but when I go to submit event it uses DHTML editor when I use the youtube button this is the code I get



after inserting event the other info is there but nothing about video.
When I use youtube button in tinymce it works great but how can I change event insert in ApCAl to use tinymce editor?



32
MikeShane
Re: Form inside a block
  • 2013/3/2 13:27

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


What I am trying to do is put the form right on the page instead of a link to it



33
MikeShane
Re: Form inside a block
  • 2013/3/1 21:07

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


yes I want to use the xform module make differant forms (which is easy with xforms) then put these forms in a block so I can use them like normal blocks (permissions, placement etc)
thanks



34
MikeShane
Form inside a block
  • 2013/2/28 13:08

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


I continue to be amazed at all the capabilities Xopps has as a CMS, thank you all.

I am looking to put a form from xforms in a block so I can add it to a page. How can I do this?



35
MikeShane
Re: Userlog: a new module to log user activities
  • 2013/2/27 12:44

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


Is there a place in english I can download this from?



36
MikeShane
How can I make background of block be transparent?
  • 2013/1/24 15:52

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


How can I make background of block be transparent?

I can do it using a work around like this

.left-block-content {
background: url("img/menu.png") ;
background: #;
border: 1px solid #;
padding: 10px;
color: #333;
height: 224px;

removing code numbers for color
but how would be the proper way to do this?

Also is there a simple way to change a theme so it is 100% of screen I found some themes that are like this but not many and none have features I want.
I have been looking through css files trying to figure out what the differences are to be able change a theme. But so far no luck I just know enough about code, learning as I go.
Any help for getting me into right area?
Thanks



37
MikeShane
Re: Jumpin thru the XOOPS HOOPS on content modules
  • 2012/12/14 15:26

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


Yes I am using 2.5.5 xoops make sure you put the safe path files in the correct place if you are having a white screen
also check the sql file and make sure it is changed from TYPE to ENGINE



38
MikeShane
Re: Jumpin thru the XOOPS HOOPS on content modules
  • 2012/12/13 18:30

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


try fm content
don't forget to install also the safe path section of fm content module
or if you want a frame of entire page use
iFrames
https://xoops.org/modules/repository/singlefile.php?cid=43&lid=1199



39
MikeShane
Re: Site Logo Management
  • 2012/12/11 13:28

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


I am just a beginner but would this work if implemented in the theme; right?
In the theme you can code where you want logo to draw from, then in turn drawing from admin controlled location. Not sure how to code to make other types of files (jpg,png,gif)
But I am sure the coders making themes can do this.

I am a non technical person as far as knowing php and coding, but I love “Xoops” I have been working with it for the last four years trying to learn it and watching as it developed into what it is now.
Taking things apart and changing for what I want to do and see gets frustrating sometimes because I do not know coding.
I come to this forum looking for answers sometimes I get help sometimes I don’t.
“Xoops” is not used by web developers in my area, most use wordpress (which I seem to detest for some reason) so it is difficult finding answers sometimes. But I have found that after learning more about “Xoops” it is much easier to use and is much more versatile than any other cms style.
Thank you to all the Xoops developers and coders!



40
MikeShane
xoops zen cart wishlist plugin
  • 2012/12/10 22:58

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


I’m not sure where to post this but I am a bigger so I put it here
I installed zen cart for xoops on site (works great) I added wishlist plugin
When i go to add product to wishlist this is what I get


Fatal error: Call to undefined function un_is_empty() in /home/mysite/public_html/modules/zox/includes/modules/pages/wishlist/header_php.php on line 13


This is what header_php.php on server

<?php
if (!$_SESSION['customer_id']) {
$_SESSION['navigation']->set_snapshot();
zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
}

// Get wishlist class and instantiate
require_once(DIR_WS_CLASSES . 'wishlist_class.php');
$oWishlist = new un_wishlist($_SESSION['customer_id']);

// Use specified wishlist if wid set, else use default wishlist
$id = isset($_REQUEST['wid']) ? (int) $_REQUEST['wid'] : '';
if ( ! un_is_empty($id) ) {
$oWishlist->setWishlistId($id);
if ( ! $oWishlist->hasPermission() ) {
zen_redirect(zen_href_link(UN_FILENAME_WISHLISTS, '', 'SSL'));
}
} else {
$id = $oWishlist->getDefaultWishlistId();
}

require(DIR_WS_MODULES . 'require_languages.php');
$breadcrumb->add(NAVBAR_TITLE);


any suggestions?




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



Login

Who's Online

165 user(s) are online (101 user(s) are browsing Support Forums)


Members: 0


Guests: 165


more...

Donat-O-Meter

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

Latest GitHub Commits