Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Sorry, Have lots of questions! (http://www.mysidiaadoptables.com/forum/showthread.php?t=2130)

blondbananamix 04-30-2011 06:25 AM

Sorry, Have lots of questions!
 
okay, so thank you so much for the help before, but i need some help regarding the layout and some small changes. I have added an image below, which shows some of the changes i'd like to make.

http://www.iaza.com/work/110501C/iaza16159884440700.png (the image)

1. Image one: I'd like to make it so instead of all the adoptable's name's being in pink, that males name colour is blue. if not then how can i just change the name colour?

2. Image 2: Would I be able to modify the manage adoptables page to look something like this?

3. Is there any way to make the forum BBcodes work? They don't work currently.

4. Image 3: how do I get rid of the site slogan and navigation brackets e.g. '[this is the index page]' ?

5. Image 3: how can i move my navigation links to below my header, and make them centered?

6. Currently, if there are no adoptables up for adoption, you can still type in a name and adopt nothing, I'm worried this will mess up the database or something. Is there as way to add a few lines to the php code so that if there are no adoptables available, the adoptables name box and adopt me button disappear or become inactive? This also is the case for pound pets.

7. I'd like to make it so the 'go to my account page' show their users profile, and then have the links for change e-mail, password etc on the same page.
I'd also like to know if its possible to move the options for the msn/aim e-mail addresses etc to be moved to the more profile settings page?

8. where do you change your avatar? I can't find it anywhere! xD

9. can you add more questions to the profile page like the 'Favorite colour?' question?

10. on my index page, this character, ' wont show up and instead is a /. you can see it here:
http://coatimundikiwi.x10.mx/Welcome/index.php

Sorry for the mass of questions, I hope you can help! :smile:

ChibiMaestro 04-30-2011 10:42 AM

4. Go to your template.html file and remove "⌈ :ARTICLETITLE: ⌋"
8. Account settings => There you can change the avatar URL (it blends in nicely :3)
10. Place
Code:

$article_content = stripslashes($article_content);
UNDER:
Code:

$article_content = bbconvert($article_content); // BBCODE conversion

$article_content = nl2br($article_content); // New line breaks

in pages.php, index.php and tos.php

Kaeliah 04-30-2011 11:31 AM

1. you can change the name color in the CSS.
2. It would take a lot of modification. If you don't know PHP, try hiring a coder such as myself to do it for you or request a modification.
3. This is a problem because most forums do not allow the linking of pages within the img tags. What you can do is right click the image to get the url to put in the img tag instead, although as of right now there is no quick fix.
5. In the template, you can put <center></center> OR in the CSS under h1 span I believe.
6. Thanks for alerting us to this bug, we'll see what we can do to fix it although there's no fix atm.
9. At this point in time no.

blondbananamix 05-07-2011 06:53 PM

thank you both for the help :)
For question 7 I have changed the layout for the managing profile page so it lists all the changes, and links to changing e-mail and password on a different page, I just can't remember how to change the side navigation links, help?

ChibiMaestro 05-08-2011 05:55 AM

To edit the sidebar, go to the folder Inc and edit the file functions.php

blondbananamix 05-08-2011 07:05 AM

thank you :) My site is finally starting to look good xD


All times are GMT -5. The time now is 12:10 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.