Page 1 of 1

New admin custom color/logo options

PostPosted: Sun May 08, 2016 11:26 am
by mflorell
I just added to the svn/trunk code some new options to allow you to customize the color scheme and logo that you use for the admin web interface. Here are some screenshots:

Image

Image

Image

Image


Enjoy!

Re: New admin custom color/logo options

PostPosted: Tue May 10, 2016 2:51 pm
by exile
Great work Matt!

Re: New admin custom color/logo options

PostPosted: Wed May 11, 2016 10:27 pm
by jmathew
great yeah

Re: New admin custom color/logo options

PostPosted: Fri May 27, 2016 3:20 pm
by mattyou1985
i love it but atm ime a bit confused mabe posting hear my help

i did a new install using vici 7 iso and that was wair i seen the admin custom color/logo options an fell in love with it but hears wair i am confused i had to do a nother install of vici 2.12 then updated it using

zypper up -y
then did a vicibox-upgrade command

then just to be shore i did

cd /usr/src/astguiclient
svn checkout svn://svn.eflo.net:3690/agc_2-X/trunk

so now ime up to date all round now i go to admin and look for custom color/logo options and its missing it was under screen lables but its not please help

Checked out revision 2541.<<<< after up date
VERSION: 2.12-552a <<< from admin screen
BUILD: 160429-0835
ViciBox v.7.0.3-160505 <<<< from root screen

Re: New admin custom color/logo options

PostPosted: Fri May 27, 2016 3:23 pm
by mflorell
Is that ALL the steps you took?

Did you actually install the code you updated or not?

Re: New admin custom color/logo options

PostPosted: Fri May 27, 2016 3:29 pm
by mattyou1985
mflorell wrote:Is that ALL the steps you took?

Did you actually install the code you updated or not?


ya that was all the steps i took

so what i miss (me the dum ass)

note and thank you for your speedy reply

Re: New admin custom color/logo options

PostPosted: Fri May 27, 2016 3:36 pm
by williamconley
/usr/src/astguiclient/trunk/UPGRADE

Read this document for upgrade instructions.

Re: New admin custom color/logo options

PostPosted: Sat May 28, 2016 8:24 am
by mattyou1985
williamconley wrote:/usr/src/astguiclient/trunk/UPGRADE

Read this document for upgrade instructions.


sorry for late reply i had to run out

ok i did read it not in full mind you as it onley seems to be revelent up to 2.12

your version in the screen shots show vici to be VERSION: 2.12-554a

wair mine is currently VERSION: 2.12-552a

this is why i bleave i need to do some form of an update best regards

even tryed to do this

http://shirker.blog.com/2012/07/30/vici ... k-upgrade/

still no look getting my admin colors to show up

Re: New admin custom color/logo options

PostPosted: Sat May 28, 2016 11:29 am
by williamconley
if you performed

Code: Select all
cd /usr/src/astguiclient/trunk
svn up


before you accessed the UPGRADE document, you should have the latest version of Vicidial in the trunk folder, including the UPGRADE document.

However, if you have not performed the install.pl step, your code in /trunk/ is not in use, it's merely available for installation.

Re: New admin custom color/logo options

PostPosted: Sat May 28, 2016 11:35 am
by mattyou1985
williamconley wrote:if you performed

Code: Select all
cd /usr/src/astguiclient/trunk
svn up



that might be what i was missing trying it now

before you accessed the UPGRADE document, you should have the latest version of Vicidial in the trunk folder, including the UPGRADE document.
williamconley wrote:However, if you have not performed the install.pl step, your code in /trunk/ is not in use, it's merely available for installation.

i did do an install.p it did install somthink then did reboot but still no affect

Re: New admin custom color/logo options

PostPosted: Sat May 28, 2016 11:38 am
by mattyou1985
mattyou1985 wrote:
williamconley wrote:if you performed

Code: Select all
cd /usr/src/astguiclient/trunk
svn up



that might be what i was missing trying it now

before you accessed the UPGRADE document, you should have the latest version of Vicidial in the trunk folder, including the UPGRADE document.
williamconley wrote:However, if you have not performed the install.pl step, your code in /trunk/ is not in use, it's merely available for installation.

i did do an install.p it did install somthink then did reboot but still no affect



this was the out come

vicibox7:~ # cd /usr/src/astguiclient/trunk
vicibox7:/usr/src/astguiclient/trunk # svn up
Updating '.':
svn: E155036: Please see the 'svn upgrade' command
svn: E155036: The working copy at '/usr/src/astguiclient/trunk/www'
is too old (format 10) to work with client version '1.8.10 (r1615264)' (expects format 31). You need to upgrade the working copy first.

vicibox7:/usr/src/astguiclient/trunk #

so now ill try svn upgrade <<< just reternd me to the same drive

after dowin svn help i noticed update
so ive dun svn update now its dowing somthink as its saying updating

nope

Updating '.':
svn: E155036: Please see the 'svn upgrade' command
svn: E155036: The working copy at '/usr/src/astguiclient/trunk/www'
is too old (format 10) to work with client version '1.8.10 (r1615264)' (expects format 31). You need to upgrade the working copy first.

now i dont no what to do not seen this befor

Re: New admin custom color/logo options

PostPosted: Sat May 28, 2016 12:54 pm
by williamconley
svn up IS the command for upgrade. LOL

move the folder to trunkOLD and check out a new copy instead.

Use the instructions in the Vicidial Wiki for svn checkout.

Re: New admin custom color/logo options

PostPosted: Sat May 28, 2016 2:01 pm
by mattyou1985
williamconley wrote:svn up IS the command for upgrade. LOL

move the folder to trunkOLD and check out a new copy instead.

Use the instructions in the Vicidial Wiki for svn checkout.


ok ive dun some fidling and i can see i need fix the svn

ok so hears wair i am at 2 folders

1 vicidial 2.12-552a < file mane vicidial1
2 vicidial 2.12-555a < file mane vicidial

then run perl ./install.pl to install the folder (i can see its working as i did swich file named and reran perl ./install.pl so the files would show http://192.168.0.+++/vicidial1/admin.php?ADD=999998)

so now both files can be web obtained now the 552 works fine but the 555 has no users,campains, and to try to enter the system settings i get you dont have permision so would i be right in thinking i am now missing db tables or is this coz of some think elce

Re: New admin custom color/logo options

PostPosted: Sat May 28, 2016 5:26 pm
by williamconley
did you run the db commands as specified in the UPGRADE document?

Re: New admin custom color/logo options

PostPosted: Tue May 31, 2016 6:06 am
by mattyou1985
williamconley wrote:svn up IS the command for upgrade. LOL

move the folder to trunkOLD and check out a new copy instead.

Use the instructions in the Vicidial Wiki for svn checkout. <<<< their not full instructions onley to get latised svn to install and configer it youll want to do parts of the upgrade doc


i managed to get it to work but i had to do this

rename /src/astguiclient to this /src/astguiclientold then

mkdir /usr/src/astguiclient

cd /usr/src/astguiclient

svn checkout svn://svn.eflo.net:3690/agc_2-X/trunk

mysql -f --database=asterisk < /usr/src/astguiclient/trunk/extras/upgrade_2.12.sql

mysql
use asterisk
\. /usr/src/astguiclient/trunk/extras/upgrade_2.12.sql
quit

cd /usr/src/astguiclient/trunk
perl ./install.pl

and now all good
and up to date thank you for your time on the matter i hope this may help the next man trying to do the same and having problums with svn up and getting errors all the time or the updater just up dating to the same svn version over and over agen
best regards