Jump to content
  • 0

Assistance W/ Website Theme


Mai

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  02/28/12
  • Last Seen:  

*Theme from eaDev*

How can I add the server's download links?

The "Create My Account" button does not work, how can I fix it?

How can I fix the "Freebies" link?

How can I adjust the "Info" Page?

 

I appreciate a response, I tried getting a hold of eaDev but I had no answer, yet...

Screen Shot 2017-01-21 at 12.02.31 AM.png

Screen Shot 2017-01-21 at 12.05.12 AM.png

Screen Shot 2017-01-21 at 12.06.39 AM.png

Screen Shot 2017-01-21 at 12.06.58 AM.png

Edited by Mai
Mispelling
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Manager
  • Topic Count:  282
  • Topics Per Day:  0.06
  • Content Count:  3122
  • Reputation:   1616
  • Joined:  03/26/12
  • Last Seen:  

9 hours ago, Mai said:

*Theme from eaDev*

How can I add the server's download links?

The "Create My Account" button does not work, how can I fix it?

How can I fix the "Freebies" link?

How can I ajust the "Info" Page?

 

I appreciate a response, I tried getting a hold of eaDev but I had no answer, yet...

1. Use built-in Pages module to create a page with all the details you want, then change the link in /themes/<theme name>/header.php or designers generally add a list of links in main/nav.php or something.

2. "does not work" doesn't help anyone diagnose your problem. Do you get an error message?

3. Add the freebies module.

4. Link to server info page or wherever you like

<a href="<?php echo $this->url('server', 'info')?>" >img here</a>

 

  • Upvote 2
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  02/28/12
  • Last Seen:  

I will check on the options you all gave me, as to the "button does not work" means it will not create the account there is no error or nothing it will not do anything if I click on it, no hover nothing.

Thanks again

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  02/28/12
  • Last Seen:  

On 1/21/2017 at 9:09 AM, chatterboy said:

your link is broken or your page is not in the correct position:

In your theme there is a folder name MAIN maybe the folder INFO, FREBIES, DOWNLOAD is not there 


					<li><a href='?module=main&action=download'>Download</a></li>
					<li><a href='?module=main&action=info'>Informations</a></li>
					<li><a href='?module=main&action=freebies'>Freebies</a></li>

This is the correct code for your LINK instead of put href='/main/download' etc... ^_^

No I do not have the folders you mentioned, after creating the folders what other steps can I take ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  308
  • Reputation:   24
  • Joined:  11/26/12
  • Last Seen:  

On 1/22/2017 at 0:30 AM, Mai said:

Yes I bought it directly from them extract it in my main

can you provide the SC of the code link when you click that?

coz your download page must be in here themes\NAME OF YOUR THEME\main  inside and the code will be like this 

<li><a href='?module=main&action=download'>Download</a></li>
Edited by chatterboy
Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  308
  • Reputation:   24
  • Joined:  11/26/12
  • Last Seen:  

your link is broken or your page is not in the correct position:

In your theme there is a folder name MAIN maybe the folder INFO, FREBIES, DOWNLOAD is not there 

					<li><a href='?module=main&action=download'>Download</a></li>
					<li><a href='?module=main&action=info'>Informations</a></li>
					<li><a href='?module=main&action=freebies'>Freebies</a></li>

This is the correct code for your LINK instead of put href='/main/download' etc... ^_^

Edited by chatterboy
  • Upvote 1
Link to comment
Share on other sites

  • -1

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  19
  • Reputation:   0
  • Joined:  02/28/12
  • Last Seen:  

6 hours ago, Chaos92 said:

is that you get the files directly from eadev ?
I bought some themes before with eadev and they should work fully without any issue.
with the image not readable there, seems like you file isnt fully extracted there ?

Yes I bought it directly from them extract it in my main

Link to comment
Share on other sites

  • -2

  • Group:  Members
  • Topic Count:  49
  • Topics Per Day:  0.01
  • Content Count:  1529
  • Reputation:   234
  • Joined:  08/03/12
  • Last Seen:  

8 hours ago, Mai said:

*Theme from eaDev*

How can I add the server's download links?

The "Create My Account" button does not work, how can I fix it?

How can I fix the "Freebies" link?

How can I adjust the "Info" Page?

 

I appreciate a response, I tried getting a hold of eaDev but I had no answer, yet...

Screen Shot 2017-01-21 at 12.02.31 AM.png

Screen Shot 2017-01-21 at 12.05.12 AM.png

Screen Shot 2017-01-21 at 12.06.39 AM.png

Screen Shot 2017-01-21 at 12.06.58 AM.png

is that you get the files directly from eadev ?
I bought some themes before with eadev and they should work fully without any issue.
with the image not readable there, seems like you file isnt fully extracted there ?

  • Upvote 1
Link to comment
Share on other sites

×
×
  • Create New...