CyberiaPC.com Community Forums Main Page
RSS Feeds: Late(st) News | Zenith Picture Gallery | Most Recent Community Topics | Tips, Tricks and Other Useful Stuff

Welcome Guest ( Log In | Register )

 Forum Rules Also hosted on SourceForge and FreshMeat
Reply to this topicStart new topic
> A little help...
SwtDivaLove
post Sep 14 2006, 08:07 PM
Post #1


New Member
*

Group: Members
Posts: 39
Joined: 18-March 06
Member No.: 3,364

United States




I'm wanting to move the links on the frontpage next to the graphics from the side to the top with keeping the amount of graphics below in each category.

If you are unsure what I am referring to, please go here http://www.titansofwar.us/gallery/

This post has been edited by SwtDivaLove: Sep 14 2006, 08:08 PM


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
usr.c
post Sep 15 2006, 09:28 AM
Post #2


Boss, my code's compiling (xkcd)
Group Icon

Group: Admins
Posts: 10,440
Joined: 19-September 01
Member No.: 1

Nothing Selected




When you say to the top, do you mean the top of each thumbnail? If so, look under

CODE
showPicturesAsAlbumCell

in functions/f_global.php and you'll find

CODE
$folder
    <span class='category_name'><a href='$redirect_to'>{$row_category['cname']}</a></span><br />
    <span class='header'><b>$numrows_deep</b> {$lang['pics_in_cat']}</span><br />";

The first is the thumbnail for a category, the second its name and the third its counter. What happens if you change the order of those lines, e.g. move the second line up one?


--------------------


Things that I don't suck at: Photography (flickr, JPG Mag), Skydiving, Splitting atoms, Flying a space shuttle
"Don't bail; the best gold is at the bottom of barrels of crap!" -Randy Pausch
I have people-skills goddamnit! What is wrong with you people!!! | www.skyrill.com
Go to the top of the page
 
+Quote Post
SwtDivaLove
post Sep 15 2006, 03:44 PM
Post #3


New Member
*

Group: Members
Posts: 39
Joined: 18-March 06
Member No.: 3,364

United States




QUOTE(usr.c @ Sep 15 2006, 02:28 AM) *
When you say to the top, do you mean the top of each thumbnail? If so, look under

CODE
showPicturesAsAlbumCell

in functions/f_global.php and you'll find

CODE
$folder
    <span class='category_name'><a href='$redirect_to'>{$row_category['cname']}</a></span><br />
    <span class='header'><b>$numrows_deep</b> {$lang['pics_in_cat']}</span><br />";

The first is the thumbnail for a category, the second its name and the third its counter. What happens if you change the order of those lines, e.g. move the second line up one?


I think that I just need to take the line break out and that would work better.


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
SwtDivaLove
post Sep 16 2006, 07:34 AM
Post #4


New Member
*

Group: Members
Posts: 39
Joined: 18-March 06
Member No.: 3,364

United States




Thanks for the help USR.C... Now... I've figured out that part, now I'm needing help aligning my random images at the bottom of the page.


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
SwtDivaLove
post Sep 24 2006, 10:37 PM
Post #5


New Member
*

Group: Members
Posts: 39
Joined: 18-March 06
Member No.: 3,364

United States




*nudge*


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
usr.c
post Sep 27 2006, 11:52 AM
Post #6


Boss, my code's compiling (xkcd)
Group Icon

Group: Admins
Posts: 10,440
Joined: 19-September 01
Member No.: 1

Nothing Selected




Sorry for the late reply. Does setting the 'Alignment' option in Admin CP -> Setup & Config to center fix it?


--------------------


Things that I don't suck at: Photography (flickr, JPG Mag), Skydiving, Splitting atoms, Flying a space shuttle
"Don't bail; the best gold is at the bottom of barrels of crap!" -Randy Pausch
I have people-skills goddamnit! What is wrong with you people!!! | www.skyrill.com
Go to the top of the page
 
+Quote Post
SwtDivaLove
post Sep 29 2006, 03:48 AM
Post #7


New Member
*

Group: Members
Posts: 39
Joined: 18-March 06
Member No.: 3,364

United States




Sure doesn't... I've tried it.


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
usr.c
post Sep 29 2006, 10:55 AM
Post #8


Boss, my code's compiling (xkcd)
Group Icon

Group: Admins
Posts: 10,440
Joined: 19-September 01
Member No.: 1

Nothing Selected




You want to center align the random thumbs right? The solution might be to modify the code. I'll look into that tonight. If you'd like, you can PM me temporary ftp and Zenith accounts and I can take a look at it for you first-hand.


--------------------


Things that I don't suck at: Photography (flickr, JPG Mag), Skydiving, Splitting atoms, Flying a space shuttle
"Don't bail; the best gold is at the bottom of barrels of crap!" -Randy Pausch
I have people-skills goddamnit! What is wrong with you people!!! | www.skyrill.com
Go to the top of the page
 
+Quote Post
SwtDivaLove
post Sep 29 2006, 06:05 PM
Post #9


New Member
*

Group: Members
Posts: 39
Joined: 18-March 06
Member No.: 3,364

United States




I don't have outside FTP access to anyone, mostly due to FTP hack attempts and the fact that it's not currently working for anything outside of my local network.

However, I can create you a temporary access to the site with a username/password which I will PM you.


--------------------
IPB Image
Go to the top of the page
 
+Quote Post
usr.c
post Sep 30 2006, 01:06 PM
Post #10


Boss, my code's compiling (xkcd)
Group Icon

Group: Admins
Posts: 10,440
Joined: 19-September 01
Member No.: 1

Nothing Selected




Hi, hmm...I'd say either something in your css_3.css file is causing the images to left align or there's an open <div> tag somewhere in your code that's the culprit. See this for help with the latter.

What happens when you temporarily get rid of the following line?

CODE
<style type="text/css" media="all">@import url(http://www.titansofwar.us/forums/style_images/css_3.css);</style>


--------------------


Things that I don't suck at: Photography (flickr, JPG Mag), Skydiving, Splitting atoms, Flying a space shuttle
"Don't bail; the best gold is at the bottom of barrels of crap!" -Randy Pausch
I have people-skills goddamnit! What is wrong with you people!!! | www.skyrill.com
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 3rd September 2010 - 06:16 PM