| 
Welcome, Guest

Testers needed for plugin - CB Customizetab
(1 viewing) (1) Guest

TOPIC: Testers needed for plugin - CB Customizetab

Re:Testers needed for plugin - CB Customizetab 5 years, 2 months ago #33376

  • Stiggi
  • Stiggi
  • OFFLINE
  • Senior Boarder
    Senior Boarder
  • Posts: 50
  • Karma: 18
$css_link = '<link href="'.$mosConfig_live_site.'/usercss/css_'.$user->id.'.css" rel="stylesheet" type="text/css" />';
$mainframe->addCustomHeadTag($css_link);

Re:Testers needed for plugin - CB Customizetab 5 years, 2 months ago #33377

  • sstark
  • sstark
  • OFFLINE
  • Expert Boarder
    Expert Boarder
  • Posts: 93
  • Karma: -
sweet, works like a charm. I'm going to attempt to fix the color picker for you... enjoy your party tomorrow.
StevenStark.com - Work | Smart-Love.ca - Dating

Re:Testers needed for plugin - CB Customizetab 5 years, 2 months ago #33378

  • sstark
  • sstark
  • OFFLINE
  • Expert Boarder
    Expert Boarder
  • Posts: 93
  • Karma: -
Attached is:

the template chooser version of this plugin WITH a working color picker, using ACP color picker. Tested and working, see example at:

smart-love.ca

Note: this is just a ZIP of the folder, I do not think this will actually install. Also, someone might want to clean it up a little.

Attachment plug_cbcustomizetab_folder.zip not found



Post edited by: sstark, at: 2007/03/14 01:35
Attachments:
StevenStark.com - Work | Smart-Love.ca - Dating

Re:Testers needed for plugin - CB Customizetab 5 years, 2 months ago #33387

  • sstark
  • sstark
  • OFFLINE
  • Expert Boarder
    Expert Boarder
  • Posts: 93
  • Karma: -
I figured out the problem with file uploading!

on comprofiler.html.php change line 246:
<form action="<?php echo sefRelToAbs("index.php?option=$option".getCBprofileItemid(true)); ?>" method="post" id="adminForm" name="adminForm" onsubmit="return submitbutton(this)">

to:

<form action="<?php echo sefRelToAbs("index.php?option=$option".getCBprofileItemid(true)); ?>" method="post" id="adminForm" enctype="multipart/form-data" name="adminForm" onsubmit="return submitbutton(this)">

and see attachment for updated package with my customize.php which includes my own image uploading script.

Attachment plug_cbcustomizetab_folder-ed6369caa64f5eba17e23ee23fa3f10c.zip not found





live working example:

smart-love.ca/index.php?option=com_compr...rProfile&user=63

Post edited by: sstark, at: 2007/03/14 05:46
Attachments:
StevenStark.com - Work | Smart-Love.ca - Dating

Re:Testers needed for plugin - CB Customizetab 5 years, 2 months ago #33390

  • Stiggi
  • Stiggi
  • OFFLINE
  • Senior Boarder
    Senior Boarder
  • Posts: 50
  • Karma: 18
good morning

nice to see you still solved the problem.

But, I didnt want to change core CB files, thatswhy I used Javascript to manipulate the forms enctype. So, changing the comprofiler.html.php should only be done when nothing else works .

Re:Testers needed for plugin - CB Customizetab 5 years, 2 months ago #33391

  • sstark
  • sstark
  • OFFLINE
  • Expert Boarder
    Expert Boarder
  • Posts: 93
  • Karma: -
thank you.

my Joomla is already hacked to pieces, so I do not mind changing a bit of code here and there.

the files I uploaded are very dirty, need to be cleaned up... but atleast you have reference to working examples now.

-Steven
StevenStark.com - Work | Smart-Love.ca - Dating
Time to create page: 0.91 seconds